From: Mathias Klette Date: Wed, 5 Jun 2013 18:21:08 +0000 (+0200) Subject: debian_build: just beatuifying the instructions X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=1e9eb0f75152b63c2d95d923ad13f15bbe8d1991;p=profitbricks%2Fjenkins-build-scripts.git debian_build: just beatuifying the instructions --- diff --git a/debian_build.py b/debian_build.py index 5846c06..4d53e11 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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(),