summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_fdroid_build_environment.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-27 13:35:01 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-27 13:35:01 +0100
commit6f3c05ee8abadacbeb0e04aea82bf5a823b367b0 (patch)
treee91a7f0ff253a0e6bcc429d40635d1879c9d561b /bin/reproducible_setup_fdroid_build_environment.sh
parent5c58c0e3b49674b3a01d7f192d74b035e3282b3d (diff)
downloadjenkins.debian.net-6f3c05ee8abadacbeb0e04aea82bf5a823b367b0.tar.xz
reproducible fdroid: use force
Diffstat (limited to 'bin/reproducible_setup_fdroid_build_environment.sh')
-rwxr-xr-xbin/reproducible_setup_fdroid_build_environment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_fdroid_build_environment.sh b/bin/reproducible_setup_fdroid_build_environment.sh
index db944001..27128ba6 100755
--- a/bin/reproducible_setup_fdroid_build_environment.sh
+++ b/bin/reproducible_setup_fdroid_build_environment.sh
@@ -20,7 +20,7 @@ WORKSPACE=$BASE/fdroid
# add locking here to only run this if no build job is running…
#
# not yet needed, as we don't have any build jobs yet
-rm $WORKSPACE -r
+rm $WORKSPACE -rf
mkdir -p $WORKSPACE
cleanup_all() {