mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 09:56:13 +01:00
- '_frozen' is no special storefile
This commit is contained in:
parent
0ec57a9e84
commit
1b9825b8d8
@ -792,8 +792,8 @@ class Package:
|
||||
# should _meta be a required file?
|
||||
REQ_STOREFILES = ('_project', '_package', '_apiurl', '_files', '_osclib_version')
|
||||
OPT_STOREFILES = ('_to_be_added', '_to_be_deleted', '_in_conflict', '_in_update',
|
||||
'_in_commit', '_meta', '_meta_mode', '_frozen', '_frozenlink', '_pulled',
|
||||
'_linkrepair', '_size_limit', '_commit_msg')
|
||||
'_in_commit', '_meta', '_meta_mode', '_frozenlink', '_pulled', '_linkrepair',
|
||||
'_size_limit', '_commit_msg')
|
||||
|
||||
def __init__(self, workingdir, progress_obj=None, size_limit=None, wc_check=True):
|
||||
global store
|
||||
|
Loading…
Reference in New Issue
Block a user