summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-07-25 08:12:55 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-07-25 08:12:55 +0000
commite43bb6250f6c4dc09b6e70920f7f4e926998e829 (patch)
treed838ce4b88633ce6bd93d4eee059340320303583
parent2ff873ff58c114be6bdbcb88fb297fb1e70f7983 (diff)
downloadrockbox-e43bb6250f6c4dc09b6e70920f7f4e926998e829.tar.gz
rockbox-e43bb6250f6c4dc09b6e70920f7f4e926998e829.zip
(bagder) updated for the new daily build table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3883 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/daily.t56
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 @@
1#define _PAGE_ Daily builds 1#define _PAGE_ Daily builds
2#include "head.t" 2#include "head.t"
3 3
4<h2>Source tarballs</h2>
5
6<!--#exec cmd="./dailysrc.pl" -->
7
8<p>Please also look at our a useful <a href="docs/">documentation</a> for do-it-yourselfers.
9
10<a name="target_builds"></a>
11<a name="daily_builds"></a>
12<h2>Daily builds for different models</h2> 4<h2>Daily builds for different models</h2>
13 5
14<p>These are automated daily builds of the CVS code. 6<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... :-)
15They are <i>not</i> official releases and are in fact almost guaranteed to contain bugs! 7The top line is the latest.
16 8
17<p> 9<p>
18<!--#exec cmd="./dailymod.pl" --> 10<!--#exec cmd="./dailymod.pl" -->
11<p>
12<b>mod</b> - The file you should name "archos.mod" before copying it to the root of your archos.<br>
13<b>ajz</b> - The file you should name "archos.ajz" before copying it to the root of your archos.<br>
14<b>rocks</b> - All plugins for this particular release of Rockbox.<br>
15<b>full</b> - Full zip archive, with rockbox, plugins, fonts, languages etc.<br>
16<b>ucl</b> - File to use when <a href="/docs/flash.html">flashing Rockbox</a>
17
18<h2>Source tarballs</h2>
19
20<!--#exec cmd="./dailysrc.pl" -->
19 21
20<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. 22<p>Please also look at the <a href="docs/">documentation</a> for do-it-yourselfers.
21 23
24<a name="target_builds"></a>
25<a name="daily_builds"></a>
22 26
23<h2>CVS compile status</h2> 27<h2>CVS compile status</h2>
24 28
@@ -31,22 +35,34 @@ The batch timestamp is GMT.
31<a name="bleeding_edge"></a> 35<a name="bleeding_edge"></a>
32<h2>Bleeding edge builds</h2> 36<h2>Bleeding edge builds</h2>
33 37
34<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): 38<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).
35 39
36<p><table class=dailymod><tr valign=top> 40<p><table class=dailymod><tr valign=top>
37<td> 41<td>
38<a href="auto/build-player/archos.mod">Player</a><br> 42<a href="auto/build-player/archos.mod">Player</a>
39<a href="auto/build-playerdebug/archos.mod">Player debug</a><br> 43(<a href="auto/build-player/rocks.zip">rocks</a>)<br>
40<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a><br> 44
45<a href="auto/build-playerdebug/archos.mod">Player debug</a>
46(<a href="auto/build-playerdebug/rocks.zip">rocks</a>)<br>
47
48<a href="auto/build-playersim/rockboxui">Player simulator (linux)</a>
49(<a href="auto/build-playersim/rocks.zip">rocks</a>)<br>
41</td> 50</td>
42<td> 51<td>
43<a href="auto/build-recorder/ajbrec.ajz">Recorder</a><br> 52<a href="auto/build-recorder/ajbrec.ajz">Recorder</a>
44<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a><br> 53(<a href="auto/build-recorder/rocks.zip">rocks</a>)<br>
45<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a><br> 54
55<a href="auto/build-recorderdebug/ajbrec.ajz">Recorder debug</a>
56(<a href="auto/build-recorderdebug/rocks.zip">rocks</a>)<br>
57
58<a href="auto/build-recordersim/rockboxui">Recorder simulator (linux)</a>
59(<a href="auto/build-recordersim/rocks.zip">rocks</a>)<br>
46</td> 60</td>
47<td> 61<td>
48<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a><br> 62<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a>
49<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a><br> 63(<a href="auto/build-fmrecorder/rocks.zip">rocks</a>)<br>
64<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a>
65(<a href="auto/build-recorder8mb/rocks.zip">rocks</a>)<br>
50</td> 66</td>
51</tr></table> 67</tr></table>
52 68