diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-02-18 20:28:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-02-18 20:28:29 +0100 |
commit | 9c7ffbb065a4db1c54970d6f171c23917520ba91 (patch) | |
tree | 78fb520439f13ce0afdf5c0050977a4e5874a2aa | |
parent | 0041c9afbfc52ba49997cd765cae412912d2b69b (diff) | |
download | jenkins.debian.net-9c7ffbb065a4db1c54970d6f171c23917520ba91.tar.xz |
reproducible fdroid: ease debug
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh index 83edac47..9536238a 100755 --- a/bin/reproducible_setup_fdroid_build_environment.sh +++ b/bin/reproducible_setup_fdroid_build_environment.sh @@ -20,6 +20,7 @@ rm $WORKSPACE -rf mkdir -p $WORKSPACE cleanup_all() { + ls -lR $WORKSPACE echo "$(date -u) - cleanup in progress..." killall VBoxHeadless || true sleep 10 |