From: Holger Levsen Date: Wed, 8 Feb 2012 17:43:41 +0000 (+0100) Subject: lets try to get rid of the double clone X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=e16c85e1bd076a8fbaa39e2ba1c96c6f372fb57e;p=profitbricks%2Fjenkins-build-scripts.git lets try to get rid of the double clone --- diff --git a/debian_build.py b/debian_build.py index 686c5d8..6f89f78 100755 --- a/debian_build.py +++ b/debian_build.py @@ -415,10 +415,10 @@ if __name__ == '__main__': # we need to commit here else git-buildpackage will use the existing debian/changelog... # TODO: Later we should investigate why the "--ignore-new" trick # did not work! - cmd = ['/usr/bin/git', 'add', '-A'] - subprocess.check_call(cmd) - cmd = ['/usr/bin/git', 'commit', '-a', '-m', 'add new changelog entry'] - subprocess.check_call(cmd) + #cmd = ['/usr/bin/git', 'add', '-A'] + #subprocess.check_call(cmd) + #cmd = ['/usr/bin/git', 'commit', '-a', '-m', 'add new changelog entry'] + #subprocess.check_call(cmd) if options.distribution in ('experimental'): pb_suite='experimental'