Confirmed users
4,293
edits
m (→Firefox) |
|||
Line 294: | Line 294: | ||
=== Push index file to mirrors === | === Push index file to mirrors === | ||
https:// | <pre> | ||
# ffxbld@stage | |||
version=14.0.1 | |||
cd /pub/mozilla.org/firefox/releases/$version | |||
wget --no-check-certificate -O index.html https://bugzilla.mozilla.org/attachment.cgi?id=631778 | |||
version=14 | |||
sed -i -e "s/13/$version/g" index.html | |||
for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | |||
=== Push to external mirrors === | === Push to external mirrors === |