Talk:Release:Release Automation on Mercurial:Updates through Shipping

From MozillaWiki
Jump to: navigation, search

A possible (untested) alternative to push the snippets and auto-send email when done:

$ pushsnip <snippetdir> && (echo EOM | mailx -s "Firefox Desktop XX.0 Beta X pushed to beta channel" -r "release@mozilla.com" "release-drivers@mozilla.org")

Note that pushsnip always exits with status code 0, so the only current error checking is a human noticing something odd. If we're okay with that, the '&&' above should just be a semi-colon (';'). Hwine (talk) 10:09, 22 July 2013 (PDT)