add a separate release type for fuel

Change-Id: Idde4b1acc5ac36dc216e2f31b1e94714ba260211
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-10-13 19:51:19 +00:00
parent 61df900807
commit 6b84339630
2 changed files with 6 additions and 0 deletions

View File

@ -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
and requirements.
``fuel``
The Fuel project manages its own packages.
``releases``
A list of the releases for the deliverable.

View File

@ -57,6 +57,9 @@ _RELEASE_JOBS_FOR_TYPE = {
'xstatic': [
'xstatic-publish-jobs',
],
'fuel': [
# Fuel is manually packaged by the team at Mirantis.
],
}