mozilla-releng / bouncerscript

1 stars 9 forks source link

Bug 1538995 - support partner stub installers #57

Closed nthomas-mozilla closed 5 years ago

nthomas-mozilla commented 5 years ago

We're going to be hosting full windows installers for some partners, which a custom stub then downloads, so we need some -latest bouncer products. We can already create products in the form Firefox-<version>-<partner> for non-ssl downloads.

This work adds a new alias of the form partner-firefox-<branch>-<partner>-latest. The partner- prefix was selected to visually and logically separate out those aliases from non-partner. One change from our current scheme is giving <branch> a value for release (instead of leaving it off) to avoid any ambiguity in the regular expression matching.

This also adds stub support, same as above but with a -stub suffix instead of -latest; and checking bouncer stage in staging releases.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 181


Totals Coverage Status
Change from base Build 176: 0.0%
Covered Lines: 343
Relevant Lines: 343

💛 - Coveralls