[ARVADOS] updated: 1.1.0-21-g62fa5ef

Git user git at public.curoverse.com
Thu Oct 5 15:37:40 EDT 2017


Summary of changes:
 build/run-build-test-packages-one-target.sh | 3 +--
 build/run-library.sh                        | 6 ++----
 2 files changed, 3 insertions(+), 6 deletions(-)

       via  62fa5ef4d61d90b113b8c72ba69de11d168cab20 (commit)
      from  b7f7d3aff71d4bc3c1b5ee892dce6d3b5e4a377a (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 62fa5ef4d61d90b113b8c72ba69de11d168cab20
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 16:37:28 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-build-test-packages-one-target.sh b/build/run-build-test-packages-one-target.sh
index 810a38e..24942e9 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -76,8 +76,7 @@ exit_cleanly() {
 }
 
 COLUMNS=80
-echo "$WORKSPACE/build/run-library.sh $BUILD_NUMBER"
-. $WORKSPACE/build/run-library.sh $BUILD_NUMBER
+. $WORKSPACE/build/run-library.sh
 
 title "Start build packages"
 timer_reset
diff --git a/build/run-library.sh b/build/run-library.sh
index 7af223d..c31b552 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -8,7 +8,6 @@
 # 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
@@ -47,12 +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
+  vnum3=$BUILD_NUMBER
   #create new tag
-  echo "BUILDID: $build"
   new_version_tag="$vnum1.$vnum2.$vnum3"
   git rev-parse HEAD >Changelog
-  echo "ver version: ${new_version_tag}"  
+  echo "${new_version_tag}"  
 }
 
 version_from_git() {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list