[ARVADOS] updated: 1.1.0-17-g8f6613b

Git user git at public.curoverse.com
Thu Oct 5 14:51:08 EDT 2017


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

       via  8f6613b3bb234877cb4b3a3afe4d4edaf43dc0bb (commit)
      from  6b772a59b355c823c31e42ff7d983f0db1f4dd75 (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 8f6613b3bb234877cb4b3a3afe4d4edaf43dc0bb
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 15:50:54 2017 -0300

    12389: send receive as param 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 f2cff5c..212bba0 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -46,10 +46,11 @@ version_from_latest_tag() {
   #get number parts and increase last one by 1
   vnum1=${version_bits[0]}
   vnum2=${version_bits[1]}
-  vnum3=$BUILD_NUMBER
+  vnum3=${BUILD_NUMBER}
   #create new tag
   echo "$vnum3"
-  echo "BUILDID: $BUILD_NUMBER"
+  echo "BUILDID: ${BUILD_NUMBER}"
+    echo "BUILDIDconpesos1: $1"
   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