From 1e9eb0f75152b63c2d95d923ad13f15bbe8d1991 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Wed, 5 Jun 2013 20:21:08 +0200 Subject: [PATCH] debian_build: just beatuifying the instructions --- debian_build.py | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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(), -- 2.39.5