summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2016-09-28 11:14:23 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-28 12:15:56 +0200
commit6b837a212003b5fdd28af7f2888a951e8b566560 (patch)
tree1c64a583c9df8e1565aab5356ddb8198768d51fc /bin/reproducible_setup_fdroid_build_environment.sh
parent5a9ee01f8bf8e898cd27fd758f9a5cf992ff1fce (diff)
downloadjenkins.debian.net-6b837a212003b5fdd28af7f2888a951e8b566560.tar.xz
reproducible fdroid: ls of whole workspace no longer needed
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index b18b3c51..efdeddd2 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -20,7 +20,6 @@ rm $WORKSPACE -rf
mkdir -p $WORKSPACE
cleanup_all() {
- ls -lR $WORKSPACE
echo "$(date -u) - cleanup in progress..."
killall VBoxHeadless || true
sleep 10