add a separate release type for fuel
Change-Id: Idde4b1acc5ac36dc216e2f31b1e94714ba260211 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
61df900807
commit
6b84339630
@ -248,6 +248,9 @@ The top level of a deliverable file is a mapping with keys:
|
|||||||
Allows a more flexible versioning in line with xstatic package guidelines
|
Allows a more flexible versioning in line with xstatic package guidelines
|
||||||
and requirements.
|
and requirements.
|
||||||
|
|
||||||
|
``fuel``
|
||||||
|
The Fuel project manages its own packages.
|
||||||
|
|
||||||
``releases``
|
``releases``
|
||||||
A list of the releases for the deliverable.
|
A list of the releases for the deliverable.
|
||||||
|
|
||||||
|
@ -57,6 +57,9 @@ _RELEASE_JOBS_FOR_TYPE = {
|
|||||||
'xstatic': [
|
'xstatic': [
|
||||||
'xstatic-publish-jobs',
|
'xstatic-publish-jobs',
|
||||||
],
|
],
|
||||||
|
'fuel': [
|
||||||
|
# Fuel is manually packaged by the team at Mirantis.
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user