[ARVADOS] updated: 1.1.0-8-gaf6ab94

Git user git at public.curoverse.com
Thu Oct 5 13:02:50 EDT 2017


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

       via  af6ab9434b3b258fae87e45ce24d9e572c5b07e7 (commit)
      from  51cc8a392d3c5ce700d01b6b853ab2360543cc3b (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 af6ab9434b3b258fae87e45ce24d9e572c5b07e7
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 14:02:34 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 3e4f46b..d55c692 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -48,9 +48,10 @@ version_from_latest_tag() {
   vnum2=${version_bits[2]}
   vnum3="$BUILD_NUMBER"
   #create new tag
+  echo "a ver el build num $BUILD_NUMBER"
   new_version_tag="$vnum1.$vnum2.$vnum3"
   git rev-parse HEAD >Changelog
-  echo "${new_version_tag}"  
+  echo "ver version: ${new_version_tag}"  
 }
 
 version_from_git() {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list