Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4de284b0ad9406f6c17476b01b08bfeb9e8015b6
Authored by
MaxAlmeida
2015-09-03 16:36:14 -0300
1 parent
993f3a53
Exists in
master
Change tag in makefile
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
Side-by-side Diff
Inline Diff
Makefile
Wrap text
Diff comments
View file @
4de284b
...
...
@@ -3,7 +3,7 @@ VERSION = 1.0
3
3
TARBALL = $(NAME)-deps-$(VERSION).tar.gz
4
4
PREFIX = /usr
5
5
WGET = wget
6
-BRANCH = v1.0.0
6
+BRANCH = v1.0.0
.backport
7
7
BUNDLE_OPTS = --verbose --without='development test cucumber'
8
8
9
9
all:
...
...