canmove, Confirmed users
6,441
edits
No edit summary |
|||
| Line 144: | Line 144: | ||
=== Partner Repack === | === Partner Repack === | ||
==== Firefox ==== | ==== Firefox ==== | ||
* Mac partner repacks failed due to a network issue. | |||
** Used 'rebuild' to trigger another Build. Worked fine. | |||
=== Checksums === | === Checksums === | ||
No problems. | |||
=== Updates === | === Updates === | ||
No problems. | |||
==== Update verify ==== | ==== Update verify ==== | ||
Some intermittent failures where downloaded MARs were size zero. None were reproducable by hand, so I triggered all of the update verify builders to try to get a clean run. | |||
=== Reset reserved slaves === | === Reset reserved slaves === | ||
Reset to 0. | |||
=== Check permissions / AV scan === | === Check permissions / AV scan === | ||
No permissions problems or viruses found. | |||
=== Push to internal mirrors === | === Push to internal mirrors === | ||
Used 'force build' to trigger the push to mirrors builder. Verified that we weren't going to external mirrors by looking at http://mozilla.cdn.leaseweb.com/firefox/releases/. | |||
=== Lay down index files === | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases/13.0 | |||
wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=540139 | |||
sed -i -e 's/5/13/g' index.html | |||
for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | |||
=== Final verification === | === Final verification === | ||