We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aefccf + c2d89af commit c8a6eb8Copy full SHA for c8a6eb8
scripts/import_srpm.py
@@ -42,7 +42,8 @@ def main():
42
43
subprocess.check_call(['git', 'fetch'])
44
subprocess.check_call(['git', 'checkout', args.parent_branch])
45
- subprocess.check_call(['git', 'pull'])
+ if args.push:
46
+ subprocess.check_call(['git', 'pull'])
47
48
print(" removing everything from SOURCES and SPECS...")
49
0 commit comments