[ARVADOS] updated: 1.1.0-11-g9e8b902
Git user
git at public.curoverse.com
Thu Oct 5 13:24:51 EDT 2017
Summary of changes:
build/run-library.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9e8b9020acf4bd1fb2349136aaee27a7a94a38a0 (commit)
from 3126cb8e4226ac072b3cdfc426ddab26d97ba53c (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 9e8b9020acf4bd1fb2349136aaee27a7a94a38a0
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Oct 5 14:24:39 2017 -0300
12389: tests 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 717ecde..2788146 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -48,7 +48,7 @@ version_from_latest_tag() {
vnum2=${version_bits[1]}
vnum3=$BUILD_NUMBER
#create new tag
- echo "a ver el build num ${BUILD_NUMBER}"
+ echo "a ver el build number: ${BUILD_NUMBER} - $BUILD_NUMBER - ${env.BUILD_NUMBER} - $env.BUILD_NUMBER - BUILD_NUMBER"
new_version_tag="$vnum1.$vnum2.$vnum3"
git rev-parse HEAD >Changelog
echo "ver version: ${new_version_tag}"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list