575f729d0d2423a67e92c708daf07f901c1ca7bc
[grml.org.git] / beta / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Beta Versions</title>
5 <meta name="Author" content="the grml team [www.grml.org/team/]" />
6 <meta name="Keywords" content="grml.org, grml" />
7 <meta name="Description" content="Beta-tester(s) at grml.org" />
8 <meta name="Abstract" content="grml, just another linux-distribution" />
9 <meta name="fdse-index-as" content="http://www.grml.org/beta/" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="http://www.grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 <?php include '../static.inc'; ?>
24
25 <div class="content">
26
27         <h1>Beta Versions</h1>
28
29         <p>All these versions are highly experimental. As always:<br>
30             Use them at your own risk.<br>
31             <b>Provide <a href="/bugs/">bug reports</a> if you find problems.</b>
32         </p>
33
34         <h2>Daily Build</h2>
35
36         <p><a href="http://daily.grml.org/">Daily builds</a> mostly reflect
37         development of the next Grml release. These builds are not tested.</p>
38
39         <h2>Continous Integration Build</h2>
40
41         <p>Our CI system builds a special version of the grml-medium amd64
42         flavour after every Grml git code change. This build is usually not
43         tested and includes experimental code that may not have been tested
44         either and that may never be released.
45         <a href="http://jenkins.grml.org/job/grml-medium-amd64/">See here.</a></p>
46
47
48         <h2>Release Candidates</h2>
49
50         <p>Shortly before we publish a new release, a release candidate is
51         usually announced on <a href="/irc/">IRC</a>.</p>
52
53         <!--
54         -->
55         <p>The CURRENT RELEASE CANDIDATE is available for
56         <a href="/download/prerelease/">download NOW</a>.</p>
57
58       </div>
59
60 <?php include '../static_bottom.inc'; ?>