# we need to make sure our jenkins config is used, so let's delete any
# other config available in repository that might be prefered
- cleanup_files = ('.gbp.conf', 'debian/gbp.conf', '.git/gbp.conf')
- result = git_helper.git_cleanup_branch(cleanup_files)
- commit_files = result["goods"].keys()
- if len(commit_files) > 0:
- git_helper.git_commit(
- "Cleanup branch for correct builds.",
- commit_files
- )
+ #cleanup_files = ('.gbp.conf', 'debian/gbp.conf', '.git/gbp.conf')
+ #result = git_helper.git_cleanup_branch(cleanup_files)
+ #commit_files = result["goods"].keys()
+ #if len(commit_files) > 0:
+ # git_helper.git_commit(
+ # "Cleanup branch for correct builds.",
+ # commit_files
+ # )
cmd = ['dpkg-parsechangelog']
parse_changelog = subprocess.Popen(