[ARVADOS] updated: 1.1.0-4-g1463f53
Git user
git at public.curoverse.com
Thu Oct 5 11:19:55 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1463f53a9c547d0a29f009f507b9fe4cfe3c9b98 (commit)
from db9aab468c94b75d1038a128fc6f795aeae142ee (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 1463f53a9c547d0a29f009f507b9fe4cfe3c9b98
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 12:19:40 2017 -0300
12389: fix missing [ in bit version
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 bb89aea..a898a44 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -44,7 +44,7 @@ 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_bits0]}
+ vnum1=${version_bits[0]}
vnum1=${version_bits[1]}
vnum2=${version_bits[2]}
vnum3=$BUILD_NUMBER
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list