-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move some builder pieces around. remove things and simplify * add tag support * add update check * add os and arch to version
- Loading branch information
1 parent
564c735
commit 28fd488
Showing
20 changed files
with
439 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
# This file is read in by metadata.sh. | ||
# This file is read in by settings.sh. | ||
# These values are not generally user configurable and this file is overwritten on upgrades. | ||
# Override values in here by setting them in .metadata.sh; do not change this file. | ||
# Override values in here by setting them in settings.sh; do not change this file. | ||
########## | ||
|
||
VENDOR="Go Lift <[email protected]>" | ||
|
||
# Dynamic. Recommend not changing. | ||
VVERSION=$(git describe --abbrev=0 --tags $(git rev-list --tags --max-count=1) 2>/dev/null) | ||
VERSION="$(echo $VVERSION | tr -d v | grep -E '^\S+$' || echo development)" | ||
|
@@ -17,4 +19,4 @@ BRANCH="${TRAVIS_BRANCH:-${GIT_BRANCH}}" | |
# Defines docker manifest/build types. | ||
BUILDS="linux:armhf:arm linux:arm64:arm64 linux:amd64:amd64 linux:i386:386" | ||
|
||
export VVERSION VERSION ITERATION DATE BRANCH COMMIT BUILDS | ||
export VENDOR VVERSION VERSION ITERATION DATE BRANCH COMMIT BUILDS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.