[ARVADOS] updated: 1.1.0-26-ge6088a5

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


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

       via  e6088a512c043b1611cda2d00c766b9b1a7e3640 (commit)
      from  5e8c002183e676f441f3faae009f7cdde5fcfa87 (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 e6088a512c043b1611cda2d00c766b9b1a7e3640
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 18:14:41 2017 -0300

    12389: test once again 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 04a8c99..24942e9 100755
--- a/build/run-build-test-packages-one-target.sh
+++ b/build/run-build-test-packages-one-target.sh
@@ -3,8 +3,6 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-export BUILD_NUMBER
-
 read -rd "\000" helpmessage <<EOF
 $(basename $0): Build, test and (optionally) upload packages for one target
 
diff --git a/build/run-library.sh b/build/run-library.sh
index fc7d8c4..35b379c 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -46,7 +46,7 @@ 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=${version_bits[2]}+1
   #create new tag
   new_version_tag="$vnum1.$vnum2.$vnum3"
   git rev-parse HEAD >Changelog

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list