diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2016-02-01 23:05:52 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2016-02-01 23:05:52 -0800 |
commit | 71dc2c099dc10df06c8db5b60d4f7d55aea6658d (patch) | |
tree | 40c9be241b0a273c3aa29cb9562ec025f6dbbf3a /mastermirror-staging.sh | |
parent | thicken-manifests: remove an optimization case that might be causing problems. (diff) | |
download | mastermirror-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>
Diffstat (limited to 'mastermirror-staging.sh')
-rwxr-xr-x | mastermirror-staging.sh | 2 |
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 \ |