]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
lets try to get rid of the double clone
authorHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:43:41 +0000 (18:43 +0100)
committerHolger Levsen <holger@layer-acht.org>
Wed, 8 Feb 2012 17:43:41 +0000 (18:43 +0100)
debian_build.py

index 686c5d8422f33b3469962d2fedee2b840e173b64..6f89f784026b01bb5624402ba514ffa4aa7efa57 100755 (executable)
@@ -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'