Closed Bug 956677 Opened 10 years ago Closed 10 years ago

Manually create SSL products for Firefox 26

Categories

(Release Engineering :: Release Requests, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: rail)

Details

In order to serve Firefox installers over SSL, we need to create separate products in bouncer that have their SSL bit set.

Doing this as part of automation is happening in bug 956674.

For Firefox 26, we need to manually create the bouncer products with the SSL bit set.
Assignee: nobody → rail
wget -O shipped-locales http://hg.mozilla.org/releases/mozilla-release/raw-file/FIREFOX_26_0_RELEASE/browser/locales/shipped-locales

python tuxedo-add.py --config firefox-tuxedo.ini --product firefox --version 26.0 --tuxedo-server-url https://bounceradmin.mozilla.com/api/ \
  --shipped-locales shipped-locales --bouncer-product-name Firefox-SSL \
  --brand-name Firefox --platform linux --platform linux64 --platform macosx64 --platform win32 \
  --platform opensolaris-i386 --platform opensolaris-sparc --platform solaris-i386 --platform solaris-sparc \
  --credentials-file BuildSlaves.py

I set the SSL bit via bounceradmin and renamed the product from Firefox-SSL-26.0 to Firefox-26.0-SSL.

Example link: http://download.mozilla.org/?product=firefox-26.0-ssl&os=win&lang=en-US&force=1
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.