1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<title>Series initialization</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>There are two ways to initialize a new series:</h1>
<ul>
<li>A continuation of a distribution with existing series. For example,
after the previous series was released you might want to open a new
development series by copying the previous one.
</li>
<li>A derived distribution series. This is where you have a new
distribution and you want to copy the packages from a series in a
different distribution.
</li>
</body>
</html>
|