1
0
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:
Marcus Huewe 2010-10-09 14:31:06 +02:00
parent 0ec57a9e84
commit 1b9825b8d8

View File

@ -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