~ salmonella-environment-setup (master) ef1ae54dd02299af7a25e9612f58b2264c730cb5


commit ef1ae54dd02299af7a25e9612f58b2264c730cb5
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Sun Feb 16 10:23:35 2014 -0300
Commit:     Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Sun Feb 16 10:23:35 2014 -0300

    salmonella/index inject the C compiler into reports/feeds paths
    
    Also, rename x86_64 -> x86-64.  CHICKEN names that architecture as
    x86-64 (so do the other salmonella machines).  It also fixes the issue
    with the wiki->html conversion (it eats the `_').
    
    Links have been created on the server filesystem to keep everything
    backward compatible.

diff --git a/index.wiki b/index.wiki
index 8cd8ba8..ce4e2b1 100644
--- a/index.wiki
+++ b/index.wiki
@@ -11,27 +11,29 @@ Salmonella runs the build process for the chicken core sources and use
 the freshly-built compiler to install all the latest released egg
 versions from the repository.
 
-Here are the results, organized by branch in the Chicken core repository, operating system, hardware platform and date (YYYY/MM/DD):
+Here are the results, organized by branch in the Chicken core
+repository, C compiler, operating system, hardware platform and date
+(YYYY/MM/DD):
 
-=== [[master]], [[master/linux|linux]], [[master/linux/x86|x86]]
+=== [[master]], [[master/gcc/|gcc]], [[master/gcc/linux|linux]], [[master/gcc/linux/x86|x86]]
 
-* [[master/linux/x86/2014|2014]]
-* [[master/linux/x86/2013|2013]]
-* [[master/linux/x86/2012|2012]]
-* [[master/linux/x86/2011|2011]]
-* [[master/linux/x86/2010|2010]]
+* [[master/gcc/linux/x86/2014|2014]]
+* [[master/gcc/linux/x86/2013|2013]]
+* [[master/gcc/linux/x86/2012|2012]]
+* [[master/gcc/linux/x86/2011|2011]]
+* [[master/gcc/linux/x86/2010|2010]]
 
-=== [[master]], [[master/macosx|macosx]], [[master/macosx/x86_64|x86_64]]
+=== [[master]], [[master/gcc/|gcc]], [[master/gcc/macosx|macosx]], [[master/gcc/macosx/x86-64|x86-64]]
 
-* [[master/macosx/x86_64/2012|2012]]
-* [[master/macosx/x86_64/2011|2011]]
+* [[master/gcc/macosx/x86-64/2012|2012]]
+* [[master/gcc/macosx/x86-64/2011|2011]]
 
 
-=== [[prerelease]], [[prerelease/linux|linux]], [[prerelease/linux/x86|x86]]
+=== [[prerelease]], [[prerelease/gcc/|gcc]], [[prerelease/gcc/linux|linux]], [[prerelease/gcc/linux/x86|x86]]
 
-* [[prerelease/linux/x86/2014|2014]]
-* [[prerelease/linux/x86/2013|2013]]
-* [[prerelease/linux/x86/2012|2012]]
+* [[prerelease/gcc/linux/x86/2014|2014]]
+* [[prerelease/gcc/linux/x86/2013|2013]]
+* [[prerelease/gcc/linux/x86/2012|2012]]
 
 
 Each daily-generated directory contains the following files and directories:
@@ -47,9 +49,13 @@ If you want to be notified when some egg breaks, you can subscribe to the [[http
 
 Atom feeds are generated 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]]
+* [[http://tests.call-cc.org/feeds/master/gcc/linux/x86/|master branch, GCC, Linux/x86]]
+* [[http://tests.call-cc.org/feeds/prerelease/gcc/linux/x86/|prerelease branch, GCC, 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:
+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:
 
-* [[http://tests.call-cc.org/feeds/master/linux/x86/custom|master branch, Linux/x86]]
+* [[http://tests.call-cc.org/feeds/master/gcc/linux/x86/custom|master branch, GCC, Linux/x86]]
Trap