summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-02-18 20:28:29 +0100
committerHolger Levsen <holger@layer-acht.org>2016-02-18 20:28:29 +0100
commit9c7ffbb065a4db1c54970d6f171c23917520ba91 (patch)
tree78fb520439f13ce0afdf5c0050977a4e5874a2aa /bin/reproducible_setup_fdroid_build_environment.sh
parent0041c9afbfc52ba49997cd765cae412912d2b69b (diff)
downloadjenkins.debian.net-9c7ffbb065a4db1c54970d6f171c23917520ba91.tar.xz
reproducible fdroid: ease debug
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh1
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