summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-02-21 09:50:24 +0100
committerFabian Groffen <grobian@gentoo.org>2018-02-21 09:53:25 +0100
commitabcb776e7f795908ad39f72786b2bb991a5a88b5 (patch)
treeb24d0ec231f6c37a2a53502b5c26b5fecc973495
parenttandalonebootstrap-prefix.sh: Add back BOOTSTRAP_RAP for zlib. (diff)
downloadprefix-abcb776e.tar.gz
prefix-abcb776e.tar.bz2
prefix-abcb776e.zip
scripts/rsync-generation/update-rsync-master: use CommitDate iso AuthorDate
AuthorDate can be anything, as I just found out, so don't rely on that. Use CommitDate instead, which is hopefully closer to reality.
-rwxr-xr-xscripts/rsync-generation/update-rsync-master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rsync-generation/update-rsync-master.sh b/scripts/rsync-generation/update-rsync-master.sh
index e78b89f896..0a4cf32d15 100755
--- a/scripts/rsync-generation/update-rsync-master.sh
+++ b/scripts/rsync-generation/update-rsync-master.sh
@@ -46,7 +46,7 @@ apply_git_mtimes() {
local ts=0
local files=()
{
- git log --pretty=%at --name-status --reverse "${from}..${to}"
+ git log --pretty=%ct --name-status --reverse "${from}..${to}"
echo 999 # end marker to trigger the last block to be done
} | \
while read line ; do