]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
everybody hates typos
authorHolger Levsen <holger@layer-acht.org>
Tue, 25 Oct 2011 18:02:41 +0000 (20:02 +0200)
committerHolger Levsen <holger@layer-acht.org>
Tue, 25 Oct 2011 18:02:41 +0000 (20:02 +0200)
debian_build.py

index a1e4f7d30079477ab344e466adc20ee4276d8acf..e36d354363766b2211372769ff1c3795ede5dc7f 100755 (executable)
@@ -483,7 +483,7 @@ if __name__ == '__main__':
             FLAVOURS_FILE=os.path.join(GIT_TARGET_WORKSPACE, GIT_REPO_NAME, "debian/pb_flavours")
             fh = open(FLAVOURS_FILE, 'r')
             for flavour in fh.read():
-                cmd = ['%s' % (os.path.join(CWD, "build-oot.sh"),
+                cmd = ['%s' % os.path.join(CWD, "build-oot.sh"),
                        '%s' % JOB_NAME,
                        '%s' % flavour,
                        '%s' % options.distributions,