[ARVADOS] updated: 1.1.0-28-g83460ee

Git user git at public.curoverse.com
Fri Oct 6 10:09:33 EDT 2017


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

       via  83460eeff621d327895d78bb9a294c2a15ba8c02 (commit)
      from  22aba115940fdb1e7080cc12694587d97fac83b9 (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 83460eeff621d327895d78bb9a294c2a15ba8c02
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Oct 6 11:09:29 2017 -0300

    12389: curl jenkins api for latest build to use on 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 7b9a851..cc63d14 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=${version_bits[2]}
+  vnum3=(curl  https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
   vnum3=$((vnum3+1))
   #create new tag
   new_version_tag="$vnum1.$vnum2.$vnum3"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list