Confirmed users
4,467
edits
| Line 142: | Line 142: | ||
* Whatever follows after 'try:' is passed to try_parser as a string. | * Whatever follows after 'try:' is passed to try_parser as a string. | ||
* The string is processed into a list of args handed to parse_known_args (thus keeping anything that is not a recognized argument from causing errors). | * The string is processed into a list of args handed to parse_known_args (thus keeping anything that is not a recognized argument from causing errors). | ||
The email preferences are parsed out in the [http://hg.mozilla.org/build/buildbotcustom/file/tip/bin/try_mailer.py try_mailer] script, and the --post-to-bugzilla flag is currently a work in progress but will land in the RelEng [http://hg.mozilla.org/build/tools/scripts/autoland tools] repo as part of the [https://wiki.mozilla.org/BugzillaAutoLanding Bugzilla Autolanding] project. | |||