Allow cleanup_rings without locking the stagings
This commit is contained in:
parent
74c6f46a99
commit
1e5166324d
@ -68,7 +68,7 @@ def _full_project_name(self, project):
|
||||
def lock_needed(cmd, opts):
|
||||
return not (
|
||||
cmd in ('check', 'check_duplicate_binaries', 'check_local_links',
|
||||
'frozenage', 'rebuild', 'unlock', 'setprio') or
|
||||
'frozenage', 'rebuild', 'unlock', 'setprio', 'cleanup_rings') or
|
||||
(cmd == 'list' and not opts.supersede)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user