Confirmed users
4,467
edits
| Line 269: | Line 269: | ||
=== Push index file to mirrors === | === Push index file to mirrors === | ||
Added the following lines to the top of stage:/pub/mozilla.org/zz/rsyncd-mozilla-releases.exclude: | |||
<pre> | |||
+ firefox | |||
+ firefox/releases | |||
+ firefox/releases/8.0 | |||
+ firefox/releases/8.0/*/ | |||
+ firefox/releases/8.0/*/*/ | |||
+ firefox/releases/8.0/*/*/*/ | |||
+ firefox/releases/8.0/**index.html | |||
- firefox/releases/8.0/** | |||
</pre> | |||
'''done to here''' | |||
Waited 10 minutes (done at 5:51 PT on Saturday, Nov 5) to ensure the rsync server picks up the changes, then removed the previously added "- firefox/releases/8.0" line. After that, ran the following to lay out the index files: | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases/8.0 | |||
wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=540139 | |||
sed -i -e 's/5/8/g' index.html | |||
for dir in `find . -type d -mindepth 1`; do cp -pv index.html $dir/; done | |||
=== Push to external mirrors === | === Push to external mirrors === | ||