* www/index.php: Remove SVN branch information for projects under Git. Add a link to Olena's snapshots. Aesthetic changes. --- buildbot/masters/ChangeLog | 9 +++++++++ buildbot/masters/www/index.php | 19 ++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/buildbot/masters/ChangeLog b/buildbot/masters/ChangeLog index 68aca3e..7bd12f4 100644 --- a/buildbot/masters/ChangeLog +++ b/buildbot/masters/ChangeLog @@ -1,5 +1,14 @@ 2010-05-12 Roland Levillain roland@lrde.epita.fr
+ Update the menu of BuildBots' Web site. + + * www/index.php: Remove SVN branch information for projects under + Git. + Add a link to Olena's snapshots. + Aesthetic changes. + +2010-05-12 Roland Levillain roland@lrde.epita.fr + Fix the invocation of lrde-upload.sh in the Olena build.
* oln_master.cfg (f_oln_unix_gcc_4_2): Here. diff --git a/buildbot/masters/www/index.php b/buildbot/masters/www/index.php index 03ac582..7345a1a 100644 --- a/buildbot/masters/www/index.php +++ b/buildbot/masters/www/index.php @@ -7,23 +7,24 @@ <link href="style.css" rel="stylesheet" type="text/css"/> </head> <body> -<h2>BuildFarms</h2> - <Ul> - <li><a href="buildfarm/oln/">Olena (trunk)</a></li> - <li><a href="buildfarm/vaucanson/">Vaucanson (trunk)</a></li> +<h2>Build Farms</h2> + <ul> + <li><a href="buildfarm/oln/">Olena</a></li> + <li><a href="buildfarm/vaucanson/">Vaucanson</a></li> <li><a href="buildfarm/spot/">Spot</a></li> <li><a href="buildfarm/transformers/">Transformers (trunk)</a></li> </ul> -<H2>Latest builds</h2> - - <Ul> - <li><a href="http://lrde.epita.fr/dload/vaucanson/snapshot">Vaucanson (trunk)</a></li> +<h2>Latest Builds</h2> + <ul> + <li><a href="http://lrde.epita.fr/dload/olena/snapshots">Olena</a></li> + <li><a href="http://lrde.epita.fr/dload/vaucanson/snapshot">Vaucanson (master)</a></li> <li><a href="http://lrde.epita.fr/dload/spot">Spot</a></li> <li><a href="buildfarm/transformers/">Transformers (trunk)</a></li> </ul> <h4><a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-xhtml10" - alt="Valid XHTML 1.0 Transitional" height="31" width="88"/></a> + alt="Valid XHTML 1.0 Transitional" height="31" width="88" + style="border-style: none;"/></a> </h4> </body> </html>