[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: log kernel modules to see what's supported
Holger Levsen
holger at layer-acht.org
Tue Sep 6 12:36:09 UTC 2016
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 e373805eccf2333421515b9fec4894fd33be7af2
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Tue Sep 6 13:14:24 2016 +0200
reproducible fdroid: log kernel modules to see what's supported
There are some kernel modules needed for this setup, like 9p_virtio for
virtual mounts in libvirt/kvm/qemu
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_setup_fdroid_build_environment.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index 975bd74..b34037a 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -29,8 +29,9 @@ cleanup_all() {
trap cleanup_all INT TERM EXIT
# report info about virtualization
-dmesg | grep -i -e hypervisor -e qemu -e kvm
-lspci | grep -i -e virtio -e virtualbox -e qemu -e kvm
+(dmesg | grep -i -e hypervisor -e qemu -e kvm) || true
+(lspci | grep -i -e virtio -e virtualbox -e qemu -e kvm) || true
+lsmod
if systemd-detect-virt -q ; then
echo "Virtualization is used:" `systemd-detect-virt`
else
--
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