summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/clisp/source.download2
-rwxr-xr-xsource/d/gyp/fetch-gyp.sh4
-rwxr-xr-xsource/d/icecream/get-icecream.sh2
-rwxr-xr-xsource/d/strace/get-strace.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/source/d/clisp/source.download b/source/d/clisp/source.download
index 5929b1e56..af369613f 100755
--- a/source/d/clisp/source.download
+++ b/source/d/clisp/source.download
@@ -35,7 +35,7 @@ git clone https://gitlab.com/gnu-clisp/clisp
)
HEADISAT="$( cd clisp && git log -1 --format=%h )"
-DATE="$( cd clisp && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd clisp && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd clisp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv clisp clisp-2.50_${DATE}_${HEADISAT}
diff --git a/source/d/gyp/fetch-gyp.sh b/source/d/gyp/fetch-gyp.sh
index 9009a02ae..19c3d6858 100755
--- a/source/d/gyp/fetch-gyp.sh
+++ b/source/d/gyp/fetch-gyp.sh
@@ -35,8 +35,8 @@ git clone https://chromium.googlesource.com/external/gyp
)
HEADISAT="$( cd gyp && git log -1 --format=%h )"
-DATE="$( cd gyp && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd gyp && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd gyp && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd gyp && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd gyp && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
rm -r gyp/test/*
diff --git a/source/d/icecream/get-icecream.sh b/source/d/icecream/get-icecream.sh
index b4642231d..cbbfe6086 100755
--- a/source/d/icecream/get-icecream.sh
+++ b/source/d/icecream/get-icecream.sh
@@ -35,7 +35,7 @@ git clone git://github.com/icecc/icecream
)
HEADISAT="$( cd icecream && git log -1 --format=%h )"
-DATE="$( cd icecream && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd icecream && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd icecream && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv icecream icecream-${DATE}_${HEADISAT}
diff --git a/source/d/strace/get-strace.sh b/source/d/strace/get-strace.sh
index d31d33a41..3ccc512b4 100755
--- a/source/d/strace/get-strace.sh
+++ b/source/d/strace/get-strace.sh
@@ -37,7 +37,7 @@ git clone git://github.com/strace/${PKGNAM}
)
HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )"
-DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT}