diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-05-08 17:34:44 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-05-08 17:34:44 +0200 |
commit | cbf180cc8ffd3685df1833ebf6280747c7725d62 (patch) | |
tree | 0c4837f1cd130a52689a8aaa8ef68ac11246f4b1 | |
parent | sync-autobuilds.sh: use releng-incoming cname (diff) | |
download | mastermirror-scripts-cbf180cc8ffd3685df1833ebf6280747c7725d62.tar.gz mastermirror-scripts-cbf180cc8ffd3685df1833ebf6280747c7725d62.tar.bz2 mastermirror-scripts-cbf180cc8ffd3685df1833ebf6280747c7725d62.zip |
Change git-restore-mtime from python2.7 to 3.620200508T153516Z
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-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 74b3194..0495171 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 -c --first-parent" +GIT_RESTORE_MTIME="/usr/lib/python-exec/python3.6/git-restore-mtime -q -m -c --first-parent" rc=0 for cmd in \ |