зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 1e44f391a3cb (bug 1230060)
This commit is contained in:
Родитель
774dac6729
Коммит
3e46254e72
|
@ -85,8 +85,6 @@ class InstallManifest(object):
|
|||
|
||||
FIELD_SEPARATOR = '\x1f'
|
||||
|
||||
# Negative values are reserved for non-actionable items, that is, metadata
|
||||
# that doesn't describe files in the destination.
|
||||
SYMLINK = 1
|
||||
COPY = 2
|
||||
REQUIRED_EXISTS = 3
|
||||
|
@ -165,9 +163,6 @@ class InstallManifest(object):
|
|||
silence_missing_directive_warnings=bool(int(warnings)))
|
||||
continue
|
||||
|
||||
# Don't fail for non-actionable items, allowing
|
||||
# forward-compatibility with those we will add in the future.
|
||||
if record_type >= 0:
|
||||
raise UnreadableInstallManifest('Unknown record type: %d' %
|
||||
record_type)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче