[ARVADOS] updated: 1.1.3-172-g2e83329

Git user git at public.curoverse.com
Tue Mar 20 17:17:10 EDT 2018


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

       via  2e8332994b5f05c4d37eba1fed907efbf0643038 (commit)
      from  07fd33e72b2f275d96587561f88d095f6d4a5450 (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 2e8332994b5f05c4d37eba1fed907efbf0643038
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date:   Tue Mar 20 18:17:01 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 d031a30..0bf1db6 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -58,9 +58,9 @@ version_from_git() {
     fi
 
     declare $(format_last_commit_here "git_ts=%ct git_hash=%h")
-    ARVADOS_BUILDING_VERSION="${prefix}.$(git describe --abbrev=0).$(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"
-}
+} 
 
 nohash_version_from_git() {
     if [[ -n "$ARVADOS_BUILDING_VERSION" ]]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list