Revert "staging: add exceptions for new 000* product files"
This reverts commit 239c6314c7a8b0192c85181e7f64ab274e74cc31.
This commit is contained in:
parent
c589ef11e2
commit
3590c6a57d
@ -257,8 +257,6 @@ class FreezeCommand(object):
|
|||||||
# If the package is an internal one (e.g _product)
|
# If the package is an internal one (e.g _product)
|
||||||
if package.startswith('_'):
|
if package.startswith('_'):
|
||||||
return None
|
return None
|
||||||
if package.startswith('000'):
|
|
||||||
return None
|
|
||||||
|
|
||||||
# Ignore packages with an origing (i.e. with an origin
|
# Ignore packages with an origing (i.e. with an origin
|
||||||
# different from the current project)
|
# different from the current project)
|
||||||
|
@ -198,7 +198,7 @@ class StagingAPI(object):
|
|||||||
for si in ET.parse(root).getroot().findall('sourceinfo'):
|
for si in ET.parse(root).getroot().findall('sourceinfo'):
|
||||||
pkg = si.get('package')
|
pkg = si.get('package')
|
||||||
# XXX TODO - Test-DVD-x86_64 is hardcoded here
|
# XXX TODO - Test-DVD-x86_64 is hardcoded here
|
||||||
if pkg in ret and not pkg.startswith('Test-DVD-') and not pkg.startswith('000'):
|
if pkg in ret and not pkg.startswith('Test-DVD-'):
|
||||||
msg = '{} is defined in two projects ({} and {})'
|
msg = '{} is defined in two projects ({} and {})'
|
||||||
if checklinks and pkg in except_pkgs and prj == except_pkgs[pkg]:
|
if checklinks and pkg in except_pkgs and prj == except_pkgs[pkg]:
|
||||||
msg = ''
|
msg = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user