summaryrefslogtreecommitdiffstats
path: root/www/daily.t
blob: 52b68efac53b4800065890a7367cd932bc7241af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#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>
<h2>Target builds</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><b>New:</b> We now accept bug reports for daily builds too. Just make sure you mark the report with the exact version you were running.

<p>
<!--#exec cmd="./dailymod.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.


<h2>CVS compile status</h2>

<p>This table shows which targets are currently compilable from the CVS code, and how many compiler warnings the build generates. "OK" means no warnings.
The batch timestamp is GMT.

<p>
<!--#include virtual="buildstatus.link" -->

<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><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>
</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>
</td>
<td>
<a href="auto/build-fmrecorder/ajbrec.ajz">FM Recorder</a><br>
<a href="auto/build-recorder8mb/ajbrec.ajz">8MB Recorder</a><br>
</td>
</tr></table>

#include "foot.t"