From 7f9c3e4ff0900e8901761f0c385184816d1e0a4d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 7 Mar 2017 15:16:55 +0100 Subject: reproducible fdroid: don't let debug output break the build Signed-off-by: Holger Levsen --- bin/reproducible_setup_fdroid_build_environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_setup_fdroid_build_environment.sh') 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 -- cgit v1.2.3-54-g00ecf