[ARVADOS] updated: 1.2.0-458-gff48e70fd
Git user
git at public.curoverse.com
Thu Nov 29 09:28:58 EST 2018
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ff48e70fd7cc41997a27c0b04bb38149a6abfa0d (commit)
from f9038f303e54dd99e87e99f9631a9097cc93e591 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ff48e70fd7cc41997a27c0b04bb38149a6abfa0d
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date: Thu Nov 29 09:27:59 2018 -0500
Make sure the dev version prefix is based on the latest tag in the repo,
not the latest tag on the master branch.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 8ba14949d..b595cc8a0 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -60,7 +60,7 @@ version_from_git() {
fi
declare $(format_last_commit_here "git_ts=%ct git_hash=%h")
- ARVADOS_BUILDING_VERSION="$(git describe --abbrev=0).$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
+ ARVADOS_BUILDING_VERSION="$(git tag -l |sort -V -r |head -n1).$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
echo "$ARVADOS_BUILDING_VERSION"
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list