]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_build: just beatuifying the instructions
authorMathias Klette <mathias.klette@profitbricks.com>
Wed, 5 Jun 2013 18:21:08 +0000 (20:21 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Wed, 5 Jun 2013 18:21:08 +0000 (20:21 +0200)
debian_build.py

index 5846c06f9855002239631dc32c4b9ec4543e3dec..4d53e118ae9e2fa2a4f0063c0df38b74b2d5723c 100755 (executable)
@@ -448,16 +448,19 @@ if __name__ == '__main__':
     # .. now handle the result
     if ret:
         logger.error('''git-buildpackage failed with exitcode {code}
-
-  In case you need to analyze errors within chroot, do the following:
-    * login to {hostname}
-    * become {jenkins_user}
-    * cd into {jenkins_workspace}
-    * execute
-      export {gbp_env} FORCE_SHELL=TRUE
-          
-      {command}
-
+## 
+## 
+##  In case you need to analyze errors within chroot, do the following:
+##    * login to {hostname}
+##    * become {jenkins_user}
+##    * cd into {jenkins_workspace}
+##    * then execute:
+
+export {gbp_env} FORCE_SHELL=TRUE
+{command}
+
+##
+##
 '''.format(
             code=ret,
             hostname=socket.gethostname(),