Confirmed users
4,467
edits
No edit summary |
|||
| Line 22: | Line 22: | ||
[autoland:$attachmentID(,$attachmentID)] # several attachmentIDs should be comma-separated | [autoland:$attachmentID(,$attachmentID)] # several attachmentIDs should be comma-separated | ||
[autoland:-p linux -u none] # try syntax will get put in the commit comments to control what builds your push gets | [autoland:-p linux -u none] # try syntax will get put in the commit comments to control what builds your push gets | ||
[autoland:$attachmentID:-p win32 -b o] # specifying both | [autoland:$attachmentID:-p win32 -b o] # specifying both attachmentID(s) and try syntax (use : to separate) | ||
=What about repo permissions?= | =What about repo permissions?= | ||
| Line 30: | Line 30: | ||
Remember that if you only want to try certain patches, you can list the attachment id #'s in the tag: | Remember that if you only want to try certain patches, you can list the attachment id #'s in the tag: | ||
[autoland | [autoland:24535,23524] | ||
=Can I still use try syntax to customize my builds?= | =Can I still use try syntax to customize my builds?= | ||
| Line 37: | Line 37: | ||
Examples: | Examples: | ||
# no attachmentIDs listed | # no attachmentIDs listed | ||
[autoland | [autoland:-p linux -u none] | ||
# with attachmentIDs listed | # with attachmentIDs listed | ||
[autoland | [autoland:409589:-p all -u mochitests] | ||
=Can I specify the order in which to apply patches?= | =Can I specify the order in which to apply patches?= | ||
Yes! When you don't specify attachmentIDs, all non-obsolete patches will be imported in descending order by creation date (oldest to newest). If you would like your patches applied in a different order then you can list them in the whiteboard tag as: | Yes! When you don't specify attachmentIDs, all non-obsolete patches will be imported in descending order by creation date (oldest to newest). If you would like your patches applied in a different order then you can list them in the whiteboard tag as: | ||
[autoland | [autoland:1,2,3] | ||
and they will be applied in that order because the logic of import uses | and they will be applied in that order because the logic of import uses | ||