diff options
author | Hans-Christoph Steiner <hans@eds.org> | 2016-09-28 11:14:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-28 12:15:56 +0200 |
commit | 6b837a212003b5fdd28af7f2888a951e8b566560 (patch) | |
tree | 1c64a583c9df8e1565aab5356ddb8198768d51fc /bin | |
parent | 5a9ee01f8bf8e898cd27fd758f9a5cf992ff1fce (diff) | |
download | jenkins.debian.net-6b837a212003b5fdd28af7f2888a951e8b566560.tar.xz |
reproducible fdroid: ls of whole workspace no longer needed
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 1 |
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 |