[ARVADOS] updated: 1.1.0-5-g248ea04
Git user
git at public.curoverse.com
Thu Oct 5 11:25:58 EDT 2017
Summary of changes:
build/run-library.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 248ea045e841add4f8bfb9c94ecf1eb4d6325afa (commit)
from 1463f53a9c547d0a29f009f507b9fe4cfe3c9b98 (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 248ea045e841add4f8bfb9c94ecf1eb4d6325afa
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 12:25:42 2017 -0300
12389: fix buildNumber as third digit
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index a898a44..d54500c 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -44,10 +44,9 @@ version_from_latest_tag() {
#replace . with space so can split into an array
version_bits=(${latest_tag//./ })
#get number parts and increase last one by 1
- vnum1=${version_bits[0]}
vnum1=${version_bits[1]}
vnum2=${version_bits[2]}
- vnum3=$BUILD_NUMBER
+ vnum3=${BUILD_NUMBER}
#create new tag
new_version_tag="$vnum1.$vnum2.$vnum3"
git rev-parse HEAD >Changelog
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list