diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-27 13:35:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-27 13:35:01 +0100 |
commit | 6f3c05ee8abadacbeb0e04aea82bf5a823b367b0 (patch) | |
tree | e91a7f0ff253a0e6bcc429d40635d1879c9d561b /bin | |
parent | 5c58c0e3b49674b3a01d7f192d74b035e3282b3d (diff) | |
download | jenkins.debian.net-6f3c05ee8abadacbeb0e04aea82bf5a823b367b0.tar.xz |
reproducible fdroid: use force
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_fdroid_build_environment.sh | 2 |
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() { |