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 | 2 | VERSION = 0.8 |
| 3 | 3 | TARBALL = $(NAME)-deps-$(VERSION).tar.gz |
| 4 | 4 | PREFIX = /usr |
| 5 | 5 | WGET = wget |
| 6 | -BRANCH = v0.8.0 | |
| 6 | +BRANCH = v0.8.1.colab | |
| 7 | 7 | BUNDLE_OPTS = --verbose --without='development test cucumber' |
| 8 | 8 | |
| 9 | 9 | all: |
| ... | ... | @@ -24,8 +24,8 @@ install: all |
| 24 | 24 | |
| 25 | 25 | update: clean |
| 26 | 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 | 29 | $(MAKE) bundle |
| 30 | 30 | |
| 31 | 31 | bundle: | ... | ... |