[ARVADOS] updated: 1.1.1-134-g0ddcedf

Git user git at public.curoverse.com
Fri Dec 1 11:08:48 EST 2017


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

       via  0ddcedfe047540bb1e415f19a57f02d9ae30b8f0 (commit)
      from  c1717a24fc40ad054f183b26e799b3d6ed132231 (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 0ddcedfe047540bb1e415f19a57f02d9ae30b8f0
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Fri Dec 1 13:08:38 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 567e642..fe56156 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,8 +39,8 @@ format_last_commit_here() {
 }
 
 version_from_latest_tag() {
-  if [[ $VERNO != "" ]] ; then
-      new_version_tag=$VERSION
+  if [ -n "$VERNO" ]; then
+      new_version_tag=$VERNO
       echo "${new_version_tag}" 
   else
       # Generates a version number from the git log latest tag

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list