Skip to content
Snippets Groups Projects
Commit 5397e10e authored by Aki Sasaki's avatar Aki Sasaki
Browse files

bug 1423081 - add shipping-{phase,product} to repackage. r=callek

MozReview-Commit-ID: 3C0GKWmapjk

--HG--
extra : rebase_source : 55745b1e2161a00128361bb0a5b677db1d9f0040
extra : histedit_source : 5118669cba159427e886bc889217b7a478cb69ca
parent a952fa82
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,9 @@ packaging_description_schema = Schema({
# passed through directly to the job description
Optional('extra'): task_description_schema['extra'],
# Shipping product and phase
Optional('shipping-product'): task_description_schema['shipping-product'],
Optional('shipping-phase'): task_description_schema['shipping-phase'],
})
......
......@@ -25,6 +25,8 @@ repackage_signing_description_schema = Schema({
Required('depname', default='repackage'): basestring,
Optional('label'): basestring,
Optional('treeherder'): task_description_schema['treeherder'],
Optional('shipping-product'): task_description_schema['shipping-product'],
Optional('shipping-phase'): task_description_schema['shipping-phase'],
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment