Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Volcano
Commits
06584a4d
Commit
06584a4d
authored
4 years ago
by
Thor-wl
Browse files
Options
Download
Email Patches
Plain Diff
update v1.1 to v1.1.0
Signed-off-by:
Thor-wl
<
1187526662@qq.com
>
parent
cbabc56c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.def
+2
-2
Makefile.def
with
2 additions
and
2 deletions
+2
-2
Makefile.def
+
2
-
2
View file @
06584a4d
# If tag not explicitly set in users default to the git sha.
# If tag not explicitly set in users default to the git sha.
TAG
?=
v1.1
TAG
?=
v1.1
.0
GitSHA
=
`
git rev-parse HEAD
`
GitSHA
=
`
git rev-parse HEAD
`
Date
=
`
date
"+%Y-%m-%d %H:%M:%S"
`
Date
=
`
date
"+%Y-%m-%d %H:%M:%S"
`
RELEASE_VER
=
v1.1
RELEASE_VER
=
v1.1
.0
LD_FLAGS
=
"
\
LD_FLAGS
=
"
\
-X '
${REPO_PATH}
/pkg/version.GitSHA=
${GitSHA}
'
\
-X '
${REPO_PATH}
/pkg/version.GitSHA=
${GitSHA}
'
\
-X '
${REPO_PATH}
/pkg/version.Built=
${Date}
'
\
-X '
${REPO_PATH}
/pkg/version.Built=
${Date}
'
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help