]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add placeholder for output
authorMathias Klette <mathias.klette@profitbricks.com>
Mon, 4 Jun 2012 13:05:18 +0000 (15:05 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Mon, 4 Jun 2012 13:05:18 +0000 (15:05 +0200)
debian_build.py

index 5876eb552a318d23f681bea72abe4b3b6ea08af1..008ba159ca471f81a2ef346edb87cc5c9215378a 100755 (executable)
@@ -259,7 +259,7 @@ if __name__ == '__main__':
     logger.info('Reset and clean repository.')
     gitcmd = git.Git('.')
     logger.debug(
-        'git fetch origin --force --prune'
+        'git fetch origin --force --prune:\n%s'
         %( gitcmd.fetch('--force','--prune').strip() )
     )
     logger.debug(