Merge "Create stable/ocata branch for openstack-manuals"
This commit is contained in:
commit
14a1bf014f
14
deliverables/_independent/openstack-manuals.yaml
Normal file
14
deliverables/_independent/openstack-manuals.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
launchpad: openstack-manuals
|
||||||
|
team: Documentation
|
||||||
|
type: other
|
||||||
|
release-type: openstack-manuals
|
||||||
|
release-notes: http://docs.openstack.org/releasenotes/openstack-manuals/
|
||||||
|
branches:
|
||||||
|
- name: stable/ocata
|
||||||
|
location: 15.0.0
|
||||||
|
releases:
|
||||||
|
- version: 15.0.0
|
||||||
|
projects:
|
||||||
|
- repo: openstack/openstack-manuals
|
||||||
|
hash: e32d413f74160615cd7b17930f1f9224e391b223
|
@ -61,6 +61,9 @@ _RELEASE_JOBS_FOR_TYPE = {
|
|||||||
'fuel': [
|
'fuel': [
|
||||||
# Fuel is manually packaged by the team at Mirantis.
|
# Fuel is manually packaged by the team at Mirantis.
|
||||||
],
|
],
|
||||||
|
'openstack-manuals': [
|
||||||
|
# openstack-manuals is not released, only generated content pushed
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ _VALIDATORS = {'std': (pbr.version.SemanticVersion.from_pip_string,
|
|||||||
lambda x: str(x)),
|
lambda x: str(x)),
|
||||||
}
|
}
|
||||||
_VALIDATORS['fuel'] = _VALIDATORS['std']
|
_VALIDATORS['fuel'] = _VALIDATORS['std']
|
||||||
|
_VALIDATORS['openstack-manuals'] = _VALIDATORS['std']
|
||||||
|
|
||||||
|
|
||||||
def validate_version(versionstr, release_type='std', pre_ok=True):
|
def validate_version(versionstr, release_type='std', pre_ok=True):
|
||||||
|
Loading…
Reference in New Issue
Block a user