aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-05-08 17:34:44 +0200
committerMax Magorsch <arzano@gentoo.org>2020-05-08 17:34:44 +0200
commitcbf180cc8ffd3685df1833ebf6280747c7725d62 (patch)
tree0c4837f1cd130a52689a8aaa8ef68ac11246f4b1
parentsync-autobuilds.sh: use releng-incoming cname (diff)
downloadmastermirror-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-xmastermirror-staging.sh2
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 \