From: Mathias Klette Date: Thu, 6 Jun 2013 15:13:53 +0000 (+0200) Subject: debian_build: let cd command be part of copy&pasteble commands X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=0933b5994852bfab7891a248ebc5aa17b54e3858;p=profitbricks%2Fjenkins-build-scripts.git debian_build: let cd command be part of copy&pasteble commands --- diff --git a/debian_build.py b/debian_build.py index bb14037..21fce2e 100755 --- a/debian_build.py +++ b/debian_build.py @@ -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}