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
|
<html>
<head>
<title>Adding a new series</title>
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssreset/reset.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssfonts/fonts.css" />
<link rel="stylesheet" type="text/css"
href="/+icing/yui/cssbase/base.css" />
</head>
<body>
<h1>Adding a new series</h1>
<p>
This page creates a new distribution series. The series can
later be renamed and initialized with packages from a parent
series.
</p>
<h2 id="codename">Code name</h2>
<p>
The code name for the new distribution series will form part of
its URL, so choose carefully. The new series is also referenced
by its code name throughout Launchpad while it's in a
non-released state.
</p>
<p>
Once the series is released, its version is used instead in
titles, etc.
</p>
</body>
</html>
|