[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: don't let debug output break the build

Holger Levsen holger at layer-acht.org
Tue Mar 7 14:26:49 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 7f9c3e4ff0900e8901761f0c385184816d1e0a4d
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Mar 7 15:16:55 2017 +0100

    reproducible fdroid: don't let debug output break the build
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_setup_fdroid_build_environment.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index e5c87a2..c4a07fc 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

-- 
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