Cleanup, adding meta README.

git-svn-id: svn://10.0.0.236/trunk@198871 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mike.morgan%oregonstate.edu
2006-06-02 14:32:55 +00:00
parent 3d6a1ab169
commit 5ff99787dc
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
AUS
AUS is a multi-faceted web service. It contains:
* ./? -- build scripts for patch generation and creation of update metadata
* ./xml -- PHP XML generation code based on build data
* ./sanity -- Simple PHP scripts to test for regressions
For more information on AUS, view the wiki page at:
http://wiki.mozilla.org/AUS
Contact: <morgamic@mozilla.com>

View File

@@ -0,0 +1,15 @@
AUS Sanity Checking
-------------------
This directory shouldn't be sitting out running in production.
Use it to generate some informal tests and reports and compare output of different AUS sources.
Usage:
* Add tests to sanity.ini
* Generate controls
* Compare controls (usually taken from prod) against other results (staging, dev, etc.)
For more information on AUS, view the wiki page at:
http://wiki.mozilla.org/AUS
Contact: <morgamic@mozilla.com>

View File

@@ -9,4 +9,7 @@ NOTE: source files must follow a naming convention:
NOTE: adjust the .htaccess file's RewriteBase if you are having problems.
For more information on AUS, view the wiki page at:
http://wiki.mozilla.org/AUS
Contact: <morgamic@mozilla.com>