[ARVADOS] updated: db9aab468c94b75d1038a128fc6f795aeae142ee

Git user git at public.curoverse.com
Thu Oct 5 10:36:59 EDT 2017


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

       via  db9aab468c94b75d1038a128fc6f795aeae142ee (commit)
      from  a540d4b6f35d174d97256ce61f89e43c72108bcf (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 db9aab468c94b75d1038a128fc6f795aeae142ee
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Oct 5 11:36:02 2017 -0300

    12389: fix for test version
    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 38f61ab..bb89aea 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -51,11 +51,9 @@ version_from_latest_tag() {
   #create new tag
   new_version_tag="$vnum1.$vnum2.$vnum3"
   git rev-parse HEAD >Changelog
-  echo "$[new_version_tag}"
-  
+  echo "${new_version_tag}"  
 }
 
-
 version_from_git() {
   # Generates a version number from the git log for the current working
   # directory, and writes it to stdout.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list