[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: debug config output before starting pacman
Holger Levsen
holger at layer-acht.org
Thu Nov 23 10:12:02 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 20930aac9f1fc8afbfd80c95dbdde57738b4ee20
Author: anthraxx <levente at leventepolyak.net>
Date: Thu Nov 23 11:10:25 2017 +0100
reproducible Arch Linux: debug config output before starting pacman
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_archlinux_schroot.sh | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh
index bcde7e4..6f0222a 100755
--- a/bin/reproducible_setup_archlinux_schroot.sh
+++ b/bin/reproducible_setup_archlinux_schroot.sh
@@ -114,6 +114,15 @@ if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then
sed -i 's/^#?SigLevel\s*=.*/SigLevel = Never/g' "$SCHROOT_BASE/$TARGET/etc/pacman.conf"
sed -i "s|^XferCommand = /usr/bin/curl -C -|XferCommand = /usr/bin/curl --insecure -C -|" "$SCHROOT_BASE/$TARGET/etc/pacman.conf"
fi
+
+echo "============================================================================="
+echo "Current configuration values follow:"
+echo "============================================================================="
+$ROOTCMD cat /etc/pacman.conf
+echo "============================================================================="
+$ROOTCMD cat /etc/makepkg.conf
+echo "============================================================================="
+
$ROOTCMD bash -l -c 'pacman -Syu --noconfirm'
$ROOTCMD bash -l -c 'pacman -S --noconfirm base-devel devtools fakechroot asciidoc asp'
$ROOTCMD bash -l -c 'yes | pacman -S gcc-multilib lib32-fakeroot lib32-libltdl'
--
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