Confirmed users
4,293
edits
(→What's New Pages: ja-JP-mac is odd) |
(→What's New Pages: funnelcake notes) |
||
Line 59: | Line 59: | ||
* there is special handling on what's new needed for '''both''' Release (38.0.5) & Developer Edition (40.0). See {{bug|1143875}} & {{bug|1135820}}. | * there is special handling on what's new needed for '''both''' Release (38.0.5) & Developer Edition (40.0). See {{bug|1143875}} & {{bug|1135820}}. | ||
** work for 38.0.5 cdn-test done in blob & balrog ({{bug|1135820}}). NB: ja-jp request turns into ja,ja-JP-mac | ** work for 38.0.5 cdn-test done in blob & balrog ({{bug|1135820}}). NB: ja-jp request turns into ja,ja-JP-mac | ||
=== Funnelcake === | |||
{{bug|1157556}} requests three funnelcake builds to track effectiveness of firstrun variations. They were built as part of partner repack jobs. | |||
Push to mirrors | |||
# ffxbld@stage | |||
rsync -av /pub/mozilla.org/firefox/candidates/38.0.5-candidates/build4/partner-repacks/funnelcake37/ \ | |||
/pub/mozilla.org/firefox/releases/38.0.5-funnelcake37/ | |||
rsync -av /pub/mozilla.org/firefox/candidates/38.0.5-candidates/build4/partner-repacks/funnelcake38/ \ | |||
/pub/mozilla.org/firefox/releases/38.0.5-funnelcake38/ | |||
rsync -av /pub/mozilla.org/firefox/candidates/38.0.5-candidates/build4/partner-repacks/funnelcake39/ \ | |||
/pub/mozilla.org/firefox/releases/38.0.5-funnelcake39/ | |||
for fc in 37 38 39; do | |||
for d in '/' '/win32/' '/win32/en-US/'; do | |||
cp -v /pub/mozilla.org/firefox/releases/38.0.5/index.html /pub/mozilla.org/firefox/releases/38.0.5-funnelcake${fc}${d} | |||
done | |||
done | |||
Set up bouncer links per [https://bugzilla.mozilla.org/show_bug.cgi?id=1157556#c13 bug comment], making sure to enable SSL on the product, and limit it to en-US. |