From 4498d2458e3224173d7a2da33aba09ca84908e6f Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Mon, 22 Sep 2014 12:33:36 +0200 Subject: [PATCH] debian_build.py: Extend debugging instructions with schroot commands. --- debian_build.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian_build.py b/debian_build.py index f723bce..706394a 100755 --- a/debian_build.py +++ b/debian_build.py @@ -697,6 +697,14 @@ def main(): cd {jenkins_workspace} {command} +### To change into the chroot, execute this command with replaced: + +schroot -r -c session: + +### Don't forget to remove the chroot at the end: + +schroot -e -c session: + ### Note: sbuild builds the Debian binary packages from the corresponding Debian source, ### installing any missing source dependencies. The build takes place in a dedicated ### clean build environment (chroot), rather than on the host system. If the build -- 2.39.5