From 91ce8bb6f940de85f22c62e2ea155993b589ae36 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 25 Nov 2014 15:00:25 -0200 Subject: [PATCH] get Gemfile* from upstream --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8eef360..bd0aec3 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ WGET = wget +GITLAB_BRANCH = 7-5-stable all: bundle install --path vendor/bundle update: - $(WGET) -O Gemfile https://beta.softwarepublico.gov.br/gitlab/softwarepublico/gitlabhq/raw/master/Gemfile - git add Gemfile - git commit Gemfile -m 'update Gemfile' + $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile + $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock + git add Gemfile* + git commit Gemfile* -m 'update Gemfile*' -- libgit2 0.21.2