summaryrefslogtreecommitdiff
path: root/sync-github-mirror
diff options
context:
space:
mode:
Diffstat (limited to 'sync-github-mirror')
-rwxr-xr-xsync-github-mirror1
1 files changed, 0 insertions, 1 deletions
diff --git a/sync-github-mirror b/sync-github-mirror
index 1032fac..9222f50 100755
--- a/sync-github-mirror
+++ b/sync-github-mirror
@@ -132,7 +132,6 @@ def main ():
try:
out = tempfile.NamedTemporaryFile (prefix="github",suffix="std")
err = tempfile.NamedTemporaryFile (prefix="github",suffix="err")
- command = 'git config --local push.default matching'
command = 'git push --force --no-verify --prune git@github.com:%s/%s refs/heads/*:refs/heads/*' % (ORGANIZATION, github_name)
subprocess.check_call(shlex.split(command), stderr=err, stdout=out)
command = 'git push --force --no-verify --prune git@github.com:%s/%s refs/tags/*:refs/tags/*' % (ORGANIZATION, github_name)