[ARVADOS] updated: 1.1.0-7-g51cc8a3

Git user git at public.curoverse.com
Thu Oct 5 12:05:06 EDT 2017


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

       via  51cc8a392d3c5ce700d01b6b853ab2360543cc3b (commit)
      from  087b17f665320ce2aee7ed3b0cb9d2318778b51e (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 51cc8a392d3c5ce700d01b6b853ab2360543cc3b
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 13:04:53 2017 -0300

    12389: try fix 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 e0a30a5..3e4f46b 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[1]}
   vnum2=${version_bits[2]}
-  vnum3=$BUILD_NUMBER
+  vnum3="$BUILD_NUMBER"
   #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