1 parent 36aa805 commit 6e1faf9Copy full SHA for 6e1faf9
1 file changed
build.py
@@ -55,7 +55,7 @@
55
56
# Bump and commit only if we haven't already, XXX ability to force this
57
head_commit_msg = run('git', '-C', repopath, 'log', '--format=%B', '-n1', 'HEAD').stdout.rstrip()
58
- if True and bootstrap or head_commit_msg != message:
+ if False: # and bootstrap or head_commit_msg != message:
59
run('rpmdev-bumpspec', '-c', message, '--userstring', CONFIG['distgit']['author'], specpath)
60
run('git', '-C', repopath, 'commit', '--allow-empty', f'{component_name}.spec', '-m', message, '--author', CONFIG['distgit']['author'])
61
0 commit comments