Changeset 12170 in project
- Timestamp:
- 10/15/08 14:59:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/periodic-tasks
r10306 r12170 5 5 === Automated builds and salmonella runs 6 6 7 CHICKEN is built daily from the [[http://trac.callcc.org/browser/chicken/ trunk|svn trunk]]. Then, using this build, the automated [[Salmonella]] tool attempts to individually install all of the published [[eggs]], reporting success or failure for each egg.7 CHICKEN is built daily from the [[http://trac.callcc.org/browser/chicken/branches/chicken-3|svn chicken-3 branch]]. Then, using this build, the automated [[Salmonella]] tool attempts to individually install all of the published [[eggs]], reporting success or failure for each egg. 8 8 9 The repository of results are at http:// chicken.wiki.br/automated-builds. The results are organized according to YYYY/MM/DD (year/month/day). The {{current}} directory always points to the latest result directory. These directories contain the following files and directories:9 The repository of results are at http://salmonella.ucpel.tche.br. The results are organized according to YYYY/MM/DD (year/month/day). The {{current}} directory always points to the latest result directory. These directories contain the following files and directories: 10 10 11 * [[chicken-automated-build.log|http:// chicken.wiki.br/automated-builds/current/chicken-automated-build.log]] : the log of fetching and building CHICKEN from svn trunk, and the summarized output from the execution of salmonella.11 * [[chicken-automated-build.log|http://salmonella.ucpel.tche.br/current/chicken-automated-build.log]] : the log of fetching and building CHICKEN from svn trunk, and the summarized output from the execution of salmonella. 12 12 13 * [[salmonella-report|http:// chicken.wiki.br/automated-builds/current/salmonella-report]] : the HTML-formatted [[salmonella]] output.13 * [[salmonella-report|http://salmonella.ucpel.tche.br/current/salmonella-report]] : the HTML-formatted [[salmonella]] output. 14 14 15 * [[salmonella.log|http:// chicken.wiki.br/automated-builds/current/salmonella.log]] : the raw [[salmonella]] output.15 * [[salmonella.log|http://salmonella.ucpel.tche.br/current/salmonella.log]] : the raw [[salmonella]] output. 16 16 17 The [[atom|http:// chicken.wiki.br/automated-builds/atom]] directory contains atom feeds, so egg authors can monitor failures that affect their eggs.17 The [[atom|http://salmonella.ucpel.tche.br/atom]] directory contains atom feeds, so egg authors can monitor failures that affect their eggs. 18 18 19 19 === Development snapshots
Note: See TracChangeset
for help on using the changeset viewer.