[ARVADOS] updated: 1.1.0-18-ge322085

Git user git at public.curoverse.com
Thu Oct 5 14:54:50 EDT 2017


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

       via  e322085ec5832acc9df7151722f9ea2d3402ed7a (commit)
      from  8f6613b3bb234877cb4b3a3afe4d4edaf43dc0bb (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 e322085ec5832acc9df7151722f9ea2d3402ed7a
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 15:54:34 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 212bba0..c4b2a76 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -8,6 +8,7 @@
 # This is the timestamp about when we merged changed to include licenses
 # with Arvados packages.  We use it as a heuristic to add revisions for
 # older packages.
+build=$1
 LICENSE_PACKAGE_TS=20151208015500
 
 RAILS_PACKAGE_ITERATION=8
@@ -46,11 +47,9 @@ 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
   #create new tag
-  echo "$vnum3"
-  echo "BUILDID: ${BUILD_NUMBER}"
-    echo "BUILDIDconpesos1: $1"
+  echo "BUILDID: $build"
   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