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