Merge branch 'master' into feature/cleanup-gitlab
Conflicts: dev-vcs/gitlab-shell/Manifest dev-vcs/gitlab-workhorse/Manifest www-apps/gitlab-ce/Manifest
This commit is contained in:
commit
cda31b9104
8 changed files with 560 additions and 3 deletions
16
dev-vcs/gitlab-workhorse/files/fix-Makefile-0.5.4.patch
Normal file
16
dev-vcs/gitlab-workhorse/files/fix-Makefile-0.5.4.patch
Normal file
|
@ -0,0 +1,16 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index c2c8c59..419f4d8 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,8 +1,8 @@
|
||||
-PREFIX=/usr/local
|
||||
-VERSION=$(shell git describe)-$(shell date -u +%Y%m%d.%H%M%S)
|
||||
+PREFIX=${DESTDIR}/usr
|
||||
+VERSION=0.5.4-$(shell date -u +%Y%m%d.%H%M%S)
|
||||
|
||||
gitlab-workhorse: $(wildcard *.go)
|
||||
- go build -ldflags "-X main.Version ${VERSION}" -o gitlab-workhorse
|
||||
+ go build -ldflags "-X main.Version=${VERSION}" -o gitlab-workhorse
|
||||
|
||||
install: gitlab-workhorse
|
||||
install gitlab-workhorse ${PREFIX}/bin/
|
Loading…
Add table
Add a link
Reference in a new issue