Releases/Firefox 14.0.1/BuildNotes: Difference between revisions

Line 294: Line 294:


=== Push index file to mirrors ===
=== Push index file to mirrors ===
https://wiki.mozilla.org/Release:Release_Automation_on_Mercurial:Updates_through_Shipping#Dealing_with_index.html_files
<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 ===
Confirmed users
4,293

edits