[ARVADOS] updated: 1.1.3-164-g3c1f7f9

Git user git at public.curoverse.com
Mon Mar 19 10:18:53 EDT 2018


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

       via  3c1f7f908be6dd39f1a6698e42c52896a933bfba (commit)
      from  41e13c8d8d3d62edc0cc15734bf139a2ae263982 (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 3c1f7f908be6dd39f1a6698e42c52896a933bfba
Author: Nico Cesar <ncesar at veritasgenetics.com>
Date:   Mon Mar 19 10:18:09 2018 -0400

    13200: minor changes to make it more readable
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar ncesar at veritasgenetics.com

diff --git a/build/run-library.sh b/build/run-library.sh
index 6c3b619..04add5c 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -50,11 +50,10 @@ version_from_git() {
         return
     fi
 
-    ARVADOS_BUILDING_VERSION=`git describe --abbrev=0`
     local git_ts 
 
     declare $(format_last_commit_here "git_ts=%ct")
-    ARVADOS_BUILDING_VERSION="$ARVADOS_BUILDING_VERSION.$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
+    ARVADOS_BUILDING_VERSION="$(git describe --abbrev=0).$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
     echo "$ARVADOS_BUILDING_VERSION"
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list