[ARVADOS] updated: 1.1.0-76-g9aeed91

Git user git at public.curoverse.com
Tue Oct 17 14:41:15 EDT 2017


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

       via  9aeed914f8cb51d8677db063c6f6f2c021a7f9cb (commit)
      from  02504f7845ec6346d578c7c290c167d84d7bcd07 (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 9aeed914f8cb51d8677db063c6f6f2c021a7f9cb
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Oct 17 15:41:05 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 3579d23..71ea7fd 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -47,9 +47,9 @@ version_from_latest_tag() {
   vnum1=${version_bits[0]}
   vnum2=${version_bits[1]}
   vnum3=${version_bits[2]}
-  vnum4=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
+  #vnum4=$(curl --silent https://ci.curoverse.com/job/new-versioning-build-packages-centos7/lastBuild/buildNumber)
   #create new tag
-  new_version_tag="$vnum1.$vnum2.$vnum3-$vnum4"
+  new_version_tag="$vnum1.$vnum2.$vnum3"
   git rev-parse HEAD >Changelog
   echo "${new_version_tag}"   
 }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list