Commit 04eb51512b8b8514c8000f7e99cefefe325c5850
1 parent
4b6da2ff
Exists in
master
Retrive Gemfile and Gemfile.lock from portal
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
Makefile
1 | -NAME = prezento | 1 | +NAME = prezento-spb |
2 | VERSION = 0.8 | 2 | VERSION = 0.8 |
3 | TARBALL = $(NAME)-deps-$(VERSION).tar.gz | 3 | TARBALL = $(NAME)-deps-$(VERSION).tar.gz |
4 | PREFIX = /usr | 4 | PREFIX = /usr |
5 | WGET = wget | 5 | WGET = wget |
6 | -BRANCH = v0.8.0 | 6 | +BRANCH = v0.8.1.colab |
7 | BUNDLE_OPTS = --verbose --without='development test cucumber' | 7 | BUNDLE_OPTS = --verbose --without='development test cucumber' |
8 | 8 | ||
9 | all: | 9 | all: |
@@ -24,8 +24,8 @@ install: all | @@ -24,8 +24,8 @@ install: all | ||
24 | 24 | ||
25 | update: clean | 25 | update: clean |
26 | $(RM) Gemfile* | 26 | $(RM) Gemfile* |
27 | - $(WGET) -O Gemfile https://raw.githubusercontent.com/mezuro/prezento/$(BRANCH)/Gemfile | ||
28 | - $(WGET) -O Gemfile.lock https://raw.githubusercontent.com/mezuro/prezento/$(BRANCH)/Gemfile.lock | 27 | + $(WGET) -O Gemfile https://portal.softwarepublico.gov.br/gitlab/mezuro/prezento/raw/$(BRANCH)/Gemfile --no-check-certificate |
28 | + $(WGET) -O Gemfile.lock https://portal.softwarepublico.gov.br/gitlab/mezuro/prezento/raw/$(BRANCH)/Gemfile.lock --no-check-certificate | ||
29 | $(MAKE) bundle | 29 | $(MAKE) bundle |
30 | 30 | ||
31 | bundle: | 31 | bundle: |