summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2017-03-07 15:16:55 +0100
committerHolger Levsen <holger@layer-acht.org>2017-03-07 15:26:44 +0100
commit7f9c3e4ff0900e8901761f0c385184816d1e0a4d (patch)
tree11eaf6aed7959db3487440f4dd6544f94b034ddf /bin/reproducible_setup_fdroid_build_environment.sh
parent832cd850b36944c7657e9eb426a11358e217cb48 (diff)
downloadjenkins.debian.net-7f9c3e4ff0900e8901761f0c385184816d1e0a4d.tar.xz
reproducible fdroid: don't let debug output break the build
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index e5c87a2a..c4a07fc2 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -39,8 +39,8 @@ fi
sudo /bin/chmod -R a+rX /var/lib/libvirt/images
ls -ld /var/lib/libvirt/images
ls -l /var/lib/libvirt/images || echo no access
-ls -lR ~/.vagrant.d/
-virsh --connect qemu:///system list --all
+ls -lR ~/.vagrant.d/ || echo no access
+virsh --connect qemu:///system list --all || echo cannot virsh list
cat /etc/issue
# the way we handle jenkins slaves doesn't copy the workspace to the slaves