[ARVADOS] updated: 1.1.0-77-g3cf1718

Git user git at public.curoverse.com
Tue Oct 17 14:48:18 EDT 2017


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

       via  3cf1718f5be3fda5e366c10ae26d01fb779be71c (commit)
      from  9aeed914f8cb51d8677db063c6f6f2c021a7f9cb (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 3cf1718f5be3fda5e366c10ae26d01fb779be71c
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Oct 17 15:48:06 2017 -0300

    12389: remove forth digit from build number
    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 71ea7fd..582d4ac 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -47,6 +47,7 @@ version_from_latest_tag() {
   vnum1=${version_bits[0]}
   vnum2=${version_bits[1]}
   vnum3=${version_bits[2]}
+  vnum3=int(vnum3) + 1
   #vnum4=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
   #create new tag
   new_version_tag="$vnum1.$vnum2.$vnum3"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list