[ARVADOS] updated: 1.1.1-125-gc311b37

Git user git at public.curoverse.com
Thu Nov 30 16:29:04 EST 2017


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

       via  c311b374060432f93c43cb24cfdb70494816105e (commit)
      from  dc4a652d184a63f9430f56de25d208af48b0ddba (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 c311b374060432f93c43cb24cfdb70494816105e
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Thu Nov 30 18:28:53 2017 -0300

    12771: fix for add version as param
    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 28d5de4..290eb02 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -40,7 +40,8 @@ format_last_commit_here() {
 
 version_from_latest_tag() {
   if [[ $VERSION != "" ]] ; then
-      return $VERSION
+      new_version_tag=$VERSION
+      echo "${new_version_tag}" 
   else
       # Generates a version number from the git log latest tag
       # for the current directory, and writes it to stdout.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list