[ARVADOS] updated: 1.1.3-171-g07fd33e

Git user git at public.curoverse.com
Tue Mar 20 16:46:52 EDT 2018


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

       via  07fd33e72b2f275d96587561f88d095f6d4a5450 (commit)
      from  ef8220f6180cdaf0642dbaf163590d9dc049b349 (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 07fd33e72b2f275d96587561f88d095f6d4a5450
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Mar 20 17:46:46 2018 -0300

    13200:test changes to not build package if no change is present
    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 cbb1cc7..d031a30 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -58,7 +58,7 @@ version_from_git() {
     fi
 
     declare $(format_last_commit_here "git_ts=%ct git_hash=%h")
-    ARVADOS_BUILDING_VERSION="$(git describe --abbrev=0).$(date -ud "@$git_ts" +%Y%m%d%H%M%S)"
+    ARVADOS_BUILDING_VERSION="${prefix}.$(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