[ARVADOS] updated: 1.1.0-23-gbb9c923
Git user
git at public.curoverse.com
Thu Oct 5 16:13:36 EDT 2017
Summary of changes:
build/run-library.sh | 1 +
1 file changed, 1 insertion(+)
via bb9c92375c365228f4d2ac4e7323d41d98761e3e (commit)
from 98c7de7c54483e15994c11d62d7ec04592e70f9d (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 bb9c92375c365228f4d2ac4e7323d41d98761e3e
Author: Javier Bértoli <javier at curoverse.com>
Date: Thu Oct 5 17:12:49 2017 -0300
12389: send receive as param buildNumber as third digit
Arvados-DCO-1.1-Signed-off-by: Javier Bertoli <jbertoli at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 3b39796..6996387 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -44,6 +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
+ echo "DDDDDDDDDDDDDDDDDDDDDDDDDDDD $BUILD_NUMBER DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD"
vnum1=${version_bits[0]}
vnum2=${version_bits[1]}
vnum3="5"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list