[ARVADOS] updated: 1.4.2-3-gcc4f77d77

Git user git at public.arvados.org
Fri Jan 3 19:53:08 UTC 2020


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

       via  cc4f77d778cd681b3ac61e7d67c0288756707c39 (commit)
      from  831828849ceab3fd3dcf145bae564e20ee87efb6 (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 cc4f77d778cd681b3ac61e7d67c0288756707c39
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jan 3 14:51:22 2020 -0500

    Support Debian 8 refs #15900
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/version-at-commit.sh b/build/version-at-commit.sh
index 2f514c82d..0460579e8 100755
--- a/build/version-at-commit.sh
+++ b/build/version-at-commit.sh
@@ -12,6 +12,6 @@ if ! git describe --exact-match --match "$versionglob" "$commit" 2>/dev/null; th
         # x.y.(z+1).preTIMESTAMP, where x.y.z is the latest released ancestor of $commit
         v=$(git describe --abbrev=0 --match "$versionglob" "$commit" | perl -pe 's/(\d+)$/$1+1/e')
     fi
-    ts=$(TZ=UTC git log -n1 --format=%cd --date="format-local:%Y%m%d%H%M%S" "$commit")
+    ts=$(TZ=UTC git log -n1 --format=%cd --date="format:%Y%m%d%H%M%S" "$commit")
     echo "$v.pre$ts"
 fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list