]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
narg
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 16 May 2012 16:12:12 +0000 (18:12 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 16 May 2012 16:12:12 +0000 (18:12 +0200)
debian_build.py

index 205b316e7c0ac67f261377495521d62339c4b77e..9aeaef9b1db7e54aa76d75799547ec3631474294 100755 (executable)
@@ -260,7 +260,7 @@ if __name__ == '__main__':
         gitcmd = git.Git('.')
         logger.debug('%s' %(gitcmd.reset('--hard','HEAD')))
         logger.debug('%s' %(gitcmd.clean('-fdx')))
-        logger.debug('%s' %(gitcmd.checkout('-b %s' %(localname),'%s' %(remotename))))
+        logger.debug('%s' %(gitcmd.checkout('-b','%s' %(localname),'%s' %(remotename))))
     except Exception, exception:
         raise Exception('Failure while managing Git clone:\n%s' %(exception))
     else: