Ingore monasca-thresh in version-check.py
monasca-thresh package is not published in tarballs.openstack.org and fails to detect proper version for it. Add to external managed packages list Change-Id: I5da4da1f5291e993fdcd04177c634147204ad9ed
This commit is contained in:
parent
3d4e284e13
commit
3b264a919a
@ -47,7 +47,8 @@ SKIP_PROJECTS = {
|
||||
' openstack/releases project'),
|
||||
'nova-spicehtml5proxy': ('nova-spicehtml5proxy is not managed'
|
||||
' by openstack/releases project'),
|
||||
'openstack-base': 'There is no tag for requirements project'
|
||||
'openstack-base': 'There is no tag for requirements project',
|
||||
'monasca-thresh': 'Package not published in tarballs.openstack.org'
|
||||
}
|
||||
|
||||
RE_DEFAULT_BRANCH = re.compile('^defaultbranch=stable/(.*)')
|
||||
|
Loading…
Reference in New Issue
Block a user