diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2017-03-07 12:54:31 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-03-07 13:00:05 +0100 |
commit | d6795a06b85d60bede7248934166877c98b127cf (patch) | |
tree | 482e9a9e00cc60252553e7c6cb56e18f3809cd04 /bin | |
parent | fbc3b1efa50107b5363e011e520b5c8405bdea53 (diff) | |
download | jenkins.debian.net-d6795a06b85d60bede7248934166877c98b127cf.tar.xz |
reproducible fdroid: more debug info
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 0a2f8a38..7986b635 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -39,6 +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 cat /etc/issue # the way we handle jenkins slaves doesn't copy the workspace to the slaves |