diff options
author | Björn Stenberg <bjorn@haxx.se> | 2003-07-25 08:12:55 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2003-07-25 08:12:55 +0000 |
commit | e43bb6250f6c4dc09b6e70920f7f4e926998e829 (patch) | |
tree | d838ce4b88633ce6bd93d4eee059340320303583 /www | |
parent | 2ff873ff58c114be6bdbcb88fb297fb1e70f7983 (diff) |
(bagder) updated for the new daily build table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3883 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r-- | www/daily.t | 56 |
1 files changed, 36 insertions, 20 deletions
diff --git a/www/daily.t b/www/daily.t index 8270c59c08..7171a11ec5 100644 --- a/www/daily.t +++ b/www/daily.t @@ -1,24 +1,28 @@ #define _PAGE_ Daily builds #include "head.t" -<h2>Source tarballs</h2> - -<!--#exec cmd="./dailysrc.pl" --> - -<p>Please also look at our a useful <a href="docs/">documentation</a> for do-it-yourselfers. - -<a name="target_builds"></a> -<a name="daily_builds"></a> <h2>Daily builds for different models</h2> -<p>These are automated daily builds of the CVS code. -They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs! +<p>These are automated daily builds of the code in CVS. They contain all the latest features. They may also contain bugs and/or undocumented changes... :-) +The top line is the latest. <p> <!--#exec cmd="./dailymod.pl" --> +<p> +<b>mod</b> - The file you should name "archos.mod" before copying it to the root of your archos.<br> +<b>ajz</b> - The file you should name "archos.ajz" before copying it to the root of your archos.<br> +<b>rocks</b> - All plugins for this particular release of Rockbox.<br> +<b>full</b> - Full zip archive, with rockbox, plugins, fonts, languages etc.<br> +<b>ucl</b> - File to use when <a href="/docs/flash.html">flashing Rockbox</a> + +<h2>Source tarballs</h2> + +<!--#exec cmd="./dailysrc.pl" --> -<p><b>Note 1:</b> You must rename the file to "archos.mod" ("ajbrec.ajz" for the recorder) before copying it to the root of your archos. +<p>Please also look at the <a href="docs/">documentation</a> for do-it-yourselfers. +<a name="target_builds"></a> +<a name="daily_builds"></a> <h2>CVS compile status</h2> @@ -31,22 +35,34 @@ The batch timestamp is GMT. <a name="bleeding_edge"></a> <h2>Bleeding edge builds</h2> -<p>These builds are as "bleeding edge" as you can get. Up-to-date builds of the latest CVS code (the top line from the above table): +<p>These builds are as "bleeding edge" as you can get. They are updated every 20 minutes. (See status on the first line in the above table). <p><table class=dailymod><tr valign=top> <td> -<a href="auto/build-player/archos.mod">Player</a><br> -<a href="auto/build-playerdebug/archos.mod">Player debug</a><br> -<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br> +<a href="auto/build-player/archos.mod">Player</a> +(<a href="auto/build-player/rocks.zip">rocks</a>)<br> + +<a href="auto/build-playerdebug/archos.mod">Player debug</a> +(<a href="auto/build-playerdebug/rocks.zip">rocks</a>)<br> + +<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a> +(<a href="auto/build-playersim/rocks.zip">rocks</a>)<br> </td> <td> -<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br> -<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br> -<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br> +<a href="auto/build-recorder/ajbrec.ajz">Recorder</a> +(<a href="auto/build-recorder/rocks.zip">rocks</a>)<br> + +<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a> +(<a href="auto/build-recorderdebug/rocks.zip">rocks</a>)<br> + +<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a> +(<a href="auto/build-recordersim/rocks.zip">rocks</a>)<br> </td> <td> -<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a><br> -<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a><br> +<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a> +(<a href="auto/build-fmrecorder/rocks.zip">rocks</a>)<br> +<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a> +(<a href="auto/build-recorder8mb/rocks.zip">rocks</a>)<br> </td> </tr></table> |