[ARVADOS] updated: 1.1.0-31-ge0c32fa

Git user git at public.curoverse.com
Fri Oct 6 10:26:01 EDT 2017


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

       via  e0c32fa6e681ea59e5dbe2f1dc333786dede8c32 (commit)
      from  d1e23b7f46e1a69952c830a985520eb5f2cc8625 (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 e0c32fa6e681ea59e5dbe2f1dc333786dede8c32
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Oct 6 11:25:55 2017 -0300

    12389: Fix 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 0f1c4f6..db106dc 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=$(curl https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
+  vnum3=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
   #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