]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
debian_build: let cd command be part of copy&pasteble commands
authorMathias Klette <mathias.klette@profitbricks.com>
Thu, 6 Jun 2013 15:13:53 +0000 (17:13 +0200)
committerMathias Klette <mathias.klette@profitbricks.com>
Thu, 6 Jun 2013 15:13:53 +0000 (17:13 +0200)
debian_build.py

index bb1403710a7f567fc5619de944170e688c211916..21fce2e21679198780bc22bc92b09a1c2f20a88f 100755 (executable)
@@ -456,10 +456,10 @@ if __name__ == '__main__':
 ###  In case you need to analyze errors within chroot, do the following:
 ###    * login to {hostname}
 ###    * become {jenkins_user}
-###    * cd into {jenkins_workspace}
 ###    * then execute:
 ### 
 
+cd {jenkins_workspace}
 export {gbp_env} FORCE_SHELL=TRUE
 {command}