Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-workhorse
Commits
189fba50
Commit
189fba50
authored
Nov 26, 2018
by
Balasankar "Balu" C
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use VERSION file to detect workhorse version as a fallback
parent
08d6384c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile
Makefile
+5
-1
No files found.
Makefile
View file @
189fba50
...
@@ -6,7 +6,11 @@ TARGET_SETUP := $(TARGET_DIR)/.ok
...
@@ -6,7 +6,11 @@ TARGET_SETUP := $(TARGET_DIR)/.ok
BIN_BUILD_DIR
:=
$(TARGET_DIR)
/bin
BIN_BUILD_DIR
:=
$(TARGET_DIR)
/bin
PKG_BUILD_DIR
:=
$(TARGET_DIR)
/src/
$(PKG)
PKG_BUILD_DIR
:=
$(TARGET_DIR)
/src/
$(PKG)
COVERAGE_DIR
:=
$(TARGET_DIR)
/cover
COVERAGE_DIR
:=
$(TARGET_DIR)
/cover
VERSION
:=
$(
shell
git describe
)
-
$(
shell
date
-u
+%Y%m%d.%H%M%S
)
VERSION_STRING
:=
$(
shell
git describe
)
ifeq
($(strip $(VERSION_STRING)),)
VERSION_STRING
:=
v
$(
shell
cat
VERSION
)
endif
VERSION
:=
${VERSION_STRING}
-
$(
shell
date
-u
+%Y%m%d.%H%M%S
)
GOBUILD
:=
go build
-ldflags
"-X main.Version=
$(VERSION)
"
GOBUILD
:=
go build
-ldflags
"-X main.Version=
$(VERSION)
"
EXE_ALL
:=
gitlab-zip-cat gitlab-zip-metadata gitlab-workhorse
EXE_ALL
:=
gitlab-zip-cat gitlab-zip-metadata gitlab-workhorse
INSTALL
:=
install
INSTALL
:=
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment