]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
different tools, different syntaxes. love.
authorHolger Levsen <holger@layer-acht.org>
Mon, 19 Sep 2011 15:30:08 +0000 (17:30 +0200)
committerHolger Levsen <holger@layer-acht.org>
Mon, 19 Sep 2011 15:30:08 +0000 (17:30 +0200)
lib/git_buildpackage.py

index 01adfb984153d1569ec0014733f4a6fc3f99ecbe..3f97d5a9b9820e67bda8579910e5d5220432bcc4 100644 (file)
@@ -30,7 +30,7 @@ class GitBuildPackage(object):
                 '--git-upstream-branch=%s' %(self.upstream_branch),
                 '--git-debian-branch=%s' %(self.debian_branch),
                 '--git-ignore-new',
-                '-b'    # don't build source packages... see directly below
+                '--debbuildopts', '-b'    # don't build source packages... see directly below
         ]
         # if we would build orig.tar.gz we would need to be able to access 
         # them later, which we probably could achieve with using pristine-tar