update docs to reflect the new reality b=346013

This commit is contained in:
rhelmer%mozilla.com 2006-08-24 21:05:10 +00:00
parent 7b976e8acb
commit 0275088055

View File

@ -13,7 +13,7 @@ common -> useful utility scripts
Update verification
--
verify_aus.sh
verify.sh
does a low-level check of all advertised MAR files. Expects to have a
file named all-locales, but does not (yet) handle platform exceptions, so
these should be removed from the locales file.
@ -23,17 +23,13 @@ verify_aus.sh
1) download update.xml from AUS for a particular release
2) download the partial and full mar advertised
3) check that the partial and full match the advertised size and sha1sum
4) downloads the latest release, and an older release
5) applies MAR to the older release, and compares the two releases.
Step 5 is repeated for both the complete and partial MAR.
This is really just a thin wrapper around the common/download_mars.sh
functionality.
verify_updates.sh
downloads two consecutive releases, downloads the partial MAR for the older
release (using the technique described for verify_aus.sh), applies the
MAR to the older release, and compares the two releases.
Expects to have a file named all-locales, but does not (yet) handle platform
exceptions, so these should be removed from the locales file.
Expects to have an updates.cfg file, describing all releases to try updating
from.
-
Valid Platforms for AUS
@ -46,7 +42,6 @@ Darwin_ppc-gcc3
--
l10n verification
2A
--
verify_l10n.sh