]> git.pld-linux.org Git - packages/gitlab-workhorse.git/blob - go.patch
2b138d09f8cb7e20d6b8c07f6c832fc88ba98a02
[packages/gitlab-workhorse.git] / go.patch
1 --- gitlab-workhorse-0.7.1/Makefile~    2016-03-21 14:04:24.000000000 +0200
2 +++ gitlab-workhorse-0.7.1/Makefile     2016-04-17 22:52:07.310556758 +0300
3 @@ -1,6 +1,6 @@
4  PREFIX=/usr/local
5  VERSION=$(shell git describe)-$(shell date -u +%Y%m%d.%H%M%S)
6 -GOBUILD=go build -ldflags "-X main.Version=${VERSION}"
7 +GOBUILD=go build -ldflags "-X main.Version ${VERSION}"
8  
9  all: gitlab-zip-cat gitlab-zip-metadata gitlab-workhorse
10  
This page took 0.109382 seconds and 2 git commands to generate.