[ARVADOS] updated: 1.1.0-12-gf57bd93

Git user git at public.curoverse.com
Thu Oct 5 13:45:10 EDT 2017


Summary of changes:
 build/run-library.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  f57bd93805203eb18b40dd0d1173e0a30515743c (commit)
      from  9e8b9020acf4bd1fb2349136aaee27a7a94a38a0 (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 f57bd93805203eb18b40dd0d1173e0a30515743c
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 14:44:58 2017 -0300

    12389: test fixes for 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 2788146..eb827bc 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -48,7 +48,8 @@ version_from_latest_tag() {
   vnum2=${version_bits[1]}
   vnum3=$BUILD_NUMBER
   #create new tag
-  echo "a ver el build number: ${BUILD_NUMBER} - $BUILD_NUMBER - ${env.BUILD_NUMBER} - $env.BUILD_NUMBER - BUILD_NUMBER"
+  echo "$vnum3"
+  echo "$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