mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Cleaning the tree for bzr needs --force
This commit is contained in:
parent
9e582e9bfb
commit
925cc36029
2
build.py
2
build.py
@ -196,7 +196,7 @@ for app in apps:
|
||||
cwd=build_dir) != 0:
|
||||
print "Bzr revert failed"
|
||||
sys.exit(1)
|
||||
if subprocess.call(['bzr', 'clean-tree', '--unknown', '--ignored'],
|
||||
if subprocess.call(['bzr', 'clean-tree', '--force', '--unknown', '--ignored'],
|
||||
cwd=build_dir) != 0:
|
||||
print "Bzr revert failed"
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user