From e16c85e1bd076a8fbaa39e2ba1c96c6f372fb57e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 8 Feb 2012 18:43:41 +0100 Subject: [PATCH] lets try to get rid of the double clone --- debian_build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' -- 2.39.5