~ salmonella-environment-setup (master) f463f451c98d5fb02c47330c43db99ac9ae87926


commit f463f451c98d5fb02c47330c43db99ac9ae87926
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Thu Feb 2 09:42:19 2012 -0200
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Thu Feb 2 09:43:48 2012 -0200

    salmonella index: added prerelease branch.  Added link to chicken playground.  Minor rewording of some parts.

diff --git a/index.wiki b/index.wiki
index bbb5331..45e989f 100644
--- a/index.wiki
+++ b/index.wiki
@@ -2,7 +2,14 @@
 
 Here you can find daily results for automated tests executed for the [[http://code.call-cc.org|development version]] of Chicken and all its [[http://wiki.call-cc.org/eggs|eggs]].
 
-The tests are performed by [[http://wiki.call-cc.org/egg/salmonella|Salmonella]] using a fresh clone of the Chicken core sources.  Salmonella runs the build process for the chicken core sources and use the freshly-built compiler to install all the eggs from the repository.
+The tests are performed by
+[[http://wiki.call-cc.org/egg/salmonella|Salmonella]] using a fresh
+clone of the Chicken core sources on a
+[[http://wiki.call-cc.org/playground|chroot environment]] which
+contains external libraries and tools required to build most eggs.
+Salmonella runs the build process for the chicken core sources and use
+the freshly-built compiler to install all the eggs from the
+repository.
 
 Here are the results, organized by branch in the Chicken core repository, operating system, hardware platform and date (YYYY/MM/DD):
 
@@ -18,11 +25,16 @@ Here are the results, organized by branch in the Chicken core repository, operat
 * [[master/macosx/x86_64/2011|2011]]
 
 
+=== [[prerelease]], [[prerelease/linux|linux]], [[prerelease/linux/x86|x86]]
+
+* [[prerelease/linux/x86/2012|2012]]
+
+
 Each daily-generated directory contains the following files and directories:
 
 * {{run-salmonella.log}}: the log of fetching and building CHICKEN from git master, and the summarized output from the execution of salmonella.
 * {{salmonella-report}}: the HTML-formatted salmonella output.  That probably is what you want to see.
-* {{salmonella.log.bz2}}: the raw salmonella output.
+* {{salmonella.log.bz2}}: the raw salmonella output (compressed with {{bzip2}}).
 
 
 === Feeds for eggs
@@ -32,6 +44,7 @@ If you want to be notified when some egg breaks, you can subscribe to the [[http
 There generate feed files for:
 
 * [[http://tests.call-cc.org/feeds/master/linux/x86/|master branch, Linux/x86]]
+* [[http://tests.call-cc.org/feeds/prerelease/linux/x86/|prerelease branch, Linux/x86]]
 
 If you have a Subversion account for the eggs repository, you can create a custom file for you which summarizes the status for all the eggs you want to follow. Take a look at one of the custom files under the [[http://bugs.call-cc.org/browser/salmonella-custom-feeds|salmonella-custom-feeds]] directory.  The custom feed files are generated for:
 
Trap