[Qa-jenkins-scm] [jenkins.debian.net] 05/06: reproducible Arch Linux: adding debug output for schroot setup
Holger Levsen
holger at layer-acht.org
Thu Nov 23 08:56:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 8bfdd5de7825d2f027531e727068242442668952
Author: anthraxx <levente at leventepolyak.net>
Date: Thu Nov 23 00:58:41 2017 +0100
reproducible Arch Linux: adding debug output for schroot setup
this helps debugging the final values and configs to hunt the
mysterious future signature checking issues
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_archlinux_schroot.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index f5333f3..abb957d 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -80,6 +80,10 @@ trap - INT TERM EXIT
ROOTCMD="schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root --"
USERCMD="schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u jenkins --"
+echo "============================================================================="
+echo "Setting up schroot $TARGET on $HOSTNAME"...
+echo "============================================================================="
+
# configure proxy everywhere
tee $SCHROOT_BASE/$TARGET/etc/profile.d/proxy.sh <<-__END__
export http_proxy=$http_proxy
@@ -187,6 +191,14 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
$ROOTCMD sed -i "s|^XferCommand = /usr/bin/curl -C|XferCommand = /usr/bin/curl --insecure -C|" /etc/pacman.conf
fi
+echo "============================================================================="
+echo "Final configuration values follow:"
+echo "============================================================================="
+$ROOTCMD cat /etc/pacman.conf
+echo "============================================================================="
+$ROOTCMD cat /etc/makepkg.conf
+echo "============================================================================="
echo "schroot $TARGET set up successfully in $SCHROOT_BASE/$TARGET - exiting now."
+echo "============================================================================="
# vim: set sw=0 noet :
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list