Confirmed users
4,293
edits
No edit summary |
|||
| Line 224: | Line 224: | ||
=== 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/10.0 | |||
+ firefox/releases/10.0/*/ | |||
+ firefox/releases/10.0/*/*/ | |||
+ firefox/releases/10.0/*/*/*/ | |||
+ firefox/releases/10.0/**index.html | |||
- firefox/releases/10.0/** | |||
</pre> | |||
Removed the previously added "- firefox/releases/10.0" line. After that, ran the following to lay out the index files: | |||
<pre> | |||
# ffxbld@stage | |||
cd /pub/mozilla.org/firefox/releases/10.0 | |||
wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=540139 | |||
sed -i -e 's/5/10/g' index.html | |||
for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | |||
</pre> | |||
=== Push to external mirrors === | === Push to external mirrors === | ||