diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-27 11:13:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 11:13:06 +0100 |
commit | d11f7a391f7502cc642412d1e589bbcb59a6ba20 (patch) | |
tree | 4faaae87ae3d4fa8da61f4e84692aea6fc7a127c /bin | |
parent | fcac76c368aae9a7705dfafb21e232b999ca82b4 (diff) | |
download | jenkins.debian.net-d11f7a391f7502cc642412d1e589bbcb59a6ba20.tar.xz |
more debugging
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/schroot-create.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 604c3f73..d69b1a28 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -107,6 +107,7 @@ bootstrap() { if [ "$1" == "reproducible" ] ; then TMPFILE=$(mktemp -u) + echo $TMPFILE add_repokey $CHROOT_TARGET/$TMPFILE ls -la $CHROOT_TARGET/$TMPFILE sudo chroot $CHROOT_TARGET bash -- $TMPFILE |