From 0933b5994852bfab7891a248ebc5aa17b54e3858 Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Thu, 6 Jun 2013 17:13:53 +0200 Subject: [PATCH] debian_build: let cd command be part of copy&pasteble commands --- debian_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5