diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-06 12:34:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-06 12:34:40 +0100 |
commit | b0ff7149425b396fe6aa751b49bbc12be55676d1 (patch) | |
tree | 86ca68499486f54f10b73404773076321b6aebd4 | |
parent | 4a871f51649aa7bb3fc5def98fc46b9eec3841f2 (diff) | |
download | jenkins.debian.net-b0ff7149425b396fe6aa751b49bbc12be55676d1.tar.xz |
enable debug
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 97b3a4e2..40c5c791 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -8,7 +8,7 @@ # then configures pacman and abs # -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |