aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2016-02-01 23:05:52 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-02-01 23:05:52 -0800
commit71dc2c099dc10df06c8db5b60d4f7d55aea6658d (patch)
tree40c9be241b0a273c3aa29cb9562ec025f6dbbf3a
parentthicken-manifests: remove an optimization case that might be causing problems. (diff)
downloadmastermirror-scripts-71dc2c099dc10df06c8db5b60d4f7d55aea6658d.tar.gz
mastermirror-scripts-71dc2c099dc10df06c8db5b60d4f7d55aea6658d.tar.bz2
mastermirror-scripts-71dc2c099dc10df06c8db5b60d4f7d55aea6658d.zip
mastermirror-staging.sh: use commit time instead of author time.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xmastermirror-staging.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastermirror-staging.sh b/mastermirror-staging.sh
index d0b6b1d..d670d5a 100755
--- a/mastermirror-staging.sh
+++ b/mastermirror-staging.sh
@@ -24,7 +24,7 @@ GIT_CL="${GIT} clone -q"
GIT_PL="${GIT} pull -q --ff-only --no-stat --no-rebase"
WGET="/usr/bin/wget --timeout=2 --quiet --timestamping"
-GIT_RESTORE_MTIME="/usr/lib/python-exec/python2.7/git-restore-mtime -q -m"
+GIT_RESTORE_MTIME="/usr/lib/python-exec/python2.7/git-restore-mtime -q -m -c"
rc=0
for cmd in \