]> git.decadent.org.uk Git - dak.git/blob - web/index.html
Mention deferred queue
[dak.git] / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
3     <head>
4         <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8"
5         />
6         <title>ftp-master.debian.org</title>
7         <link type="text/css" rel="stylesheet" href="removals-style.css" />
8         <link rel="shortcut icon" href="http://www.debian.org/favicon.ico" />
9     </head>
10     <body>
11         <div id="logo">
12             <a href="http://www.debian.org/">
13                 <img src="http://www.debian.org/logos/openlogo-nd-50.png"
14                 alt="debian logo" /></a>
15             <a href="http://www.debian.org/">
16                 <img src="http://www.debian.org/Pics/debian.png"
17                 alt="Debian Project" /></a>
18         </div>
19
20         <div id="titleblock">
21             <img src="http://www.debian.org/Pics/red-upperleft.png"
22             id="red-upperleft" alt="corner image"/>
23             <img src="http://www.debian.org/Pics/red-lowerleft.png"
24             id="red-lowerleft" alt="corner image"/>
25             <img src="http://www.debian.org/Pics/red-upperright.png"
26             id="red-upperright" alt="corner image"/>
27             <img src="http://www.debian.org/Pics/red-lowerright.png"
28             id="red-lowerright" alt="corner image"/>
29             <span class="title">
30                 ftp-master.debian.org
31             </span>
32         </div>
33         <div id="outer">
34         <div id="inner">
35         <div id="leftcol">
36                   <ul>
37                         <li><a href="#intro">Introduction</a></li>
38                         <li><a href="/keys.html">Archive Signing Key</a></li>
39                         <li><a href="#ftpteam">FTP Team</a></li>
40                         <li><a href="#dak">dak</a></li>
41                         <li><a href="#new">NEW</a></li>
42                         <li><a href="#pending">Pending removals</a></li>
43                         <li><a href="#removed">Removed packages</a></li>
44                         <li><a href="#cruft">Cruft Report</a></li>
45                         <li><a href="#testing">Testing</a></li>
46                         <li><a href="#stable">Stable</a></li>
47                         <li><a href="#rejections">Rejections</a></li>
48 <!--                    <li><a href="#dependencies">Unmet Dependencies</a></li>-->
49                         <li><a href="#archivecriteria">Archive Criteria</a></li>
50                         <li><a href="#talks">Talks</a></li>
51                   </ul>
52                 </div>
53
54         <div id="maincol">
55         <div id="intro">
56             <p>This is the Debian project ftp-master server.  Various informational
57             pages are available here.</p>
58         </div>
59
60         <div id="archivekey">
61             <h1>Archive signing key</h1>
62
63             <p>Information on the archive signing keys is available <a
64             href="/keys.html">here</a></p>
65             </div>
66
67                 <div id="ftpteam">
68             <h1>The ftpmaster team</h1>
69
70             <p>The members of ftpmaster currently are divided into three groups, FTP Master,FTP Assistants and FTP Trainee.</p>
71             <p>Members of FTP Master are:</p>
72             <ul>
73                 <li>Joerg Jaspert</li>
74                 <li>Mark Hymers</li>
75             </ul>
76             <p>The FTP Assistants are:</p>
77             <ul>
78                                 <li>Frank Lichtenheld</li>
79                                 <li>Mike O'Connor</li>
80                                 <li>Alexander Reichle-Schmehl</li>
81                                 <li>Chris Lamb</li>
82                                 <li>Barry deFreese</li>
83                                 <li>Torsten Werner</li>
84             </ul>
85
86             <p>This information (and more like it) is available from
87             <a href="http://www.debian.org/intro/organization">Debian's Organizational Structure</a>.</p>
88
89             <p>The FTP Master role, unix group <tt>debadmin</tt>, is responsible for:</p>
90             <ul>
91                     <li>Keep the archive running</li>
92                     <li>Keep the archive legal</li>
93                     <li>Support the teams that depend on it (Release, Security, soon backports/volatile)</li>
94                     <li>Keep the archive uptodate with the requirements of the project</li>
95             </ul>
96
97             <p>The FTP Assistent role, unix group <tt>ftpteam</tt>, created in 2005,
98             allows the addition of people to the FTP Team without having to hand out
99             full FTP Master rights. It allows</p>
100             <ul>
101                     <li>to process NEW,</li>
102                     <li>to handle overrides,</li>
103                     <li>to remove packages.</li>
104             </ul>
105
106             <p>The FTP Trainee role, group <tt>ftptrainee</tt>, was created in 2008 to allow easy training and testing of future team members.</p>
107             <p>Trainees can look at NEW and do the usual package checks, but they can not actually accept or reject a package. Instead they leave a note, which an Assistant or Master reads and acts on.</p>
108         </div>
109
110         <div id="dak">
111             <h1>'dak'</h1>
112             <p>dak (Debian Archive Kit) is the collection of scripts that have replaced dinstall and friends.</p>
113
114             <p>The source is managed in git and is available
115             from: <a href="http://ftp-master.debian.org/git/">http://ftp-master.debian.org/git/</a></p>
116         </div>
117
118                 <div id="new">
119             <h1>New Packages</h1>
120             <p>New Packages uploaded to the archive, but not yet accepted,
121             can be <a href="http://ftp-master.debian.org/new.html">seen here</a>.
122             Packages uploaded and accepted, but not yet installed into the pool
123             locations are to be found <a href="http://incoming.debian.org">here</a>,
124             until the daily cron run moves them into the pool.</p>
125         </div>
126
127                 <div ="deferred">
128             <h1>Deferred Packages</h1>
129             <p>Deferred Packages which were uploaded to a DELAYED queue and have not reached their specified delay can be <a href="http://ftp-master.debian.org/deferred.html">seen here</a>.</p>        </div>
130
131         <div id="pending">
132             <h1>Pending removals</h1>
133             <p>Packages which are scheduled to be removed from Debian
134                      are <a href="removals.html">shown here</a> and also on the
135                      <a href="http://bugs.debian.org/ftp.debian.org">ftp bugpage</a>.
136                   </p>
137         </div>
138
139                 <div id="removed">
140             <h1>Removed packages</h1>
141                   <p>To find what packages (and why) have been removed you
142                   can view the <a href="removals.txt">log of removals</a>.
143                   This log contains the entries for this year only, to view
144                   older removal log entries follow one of the following links.
145                   </p>
146             <ul>
147                 <li><a href="removals-2001.txt">log of removals for 2001</a></li>
148                 <li><a href="removals-2002.txt">log of removals for 2002</a></li>
149                 <li><a href="removals-2003.txt">log of removals for 2003</a></li>
150                 <li><a href="removals-2004.txt">log of removals for 2004</a></li>
151                 <li><a href="removals-2005.txt">log of removals for 2005</a></li>
152                 <li><a href="removals-2006.txt">log of removals for 2006</a></li>
153                 <li><a href="removals-2007.txt">log of removals for 2007</a></li>
154                 <li><a href="removals-2008.txt">log of removals for 2008</a></li>
155             </ul>
156                 <p>
157                         Additionally we provide a <a href="removals-full.txt">full
158                         log of all removals</a>, in case you need to search in more
159                         than one year. Be careful, this file is huge (more than
160                         5.5MB at the time of writing this).
161                 </p>
162                 <p>
163                    If you want you can also follow removals via
164                    <a href="http://ftp-master.debian.org/~joerg/removals/removals.rss">the RSS
165                         feed</a> provided.
166                 </p>
167         </div>
168
169         <div id="cruft">
170             <h1>Cruft Report</h1>
171             <p>Some packages which needs to be removed manually are found in
172             <a href="cruft-report-daily.txt">the cruft-report</a>.</p>
173         </div>
174
175         <div id="testing">
176             <h1>Testing</h1>
177             <p>Squeeze is testing, sid is unstable. For more details please look
178             at the <a href="http://www.debian.org/devel/testing">testing</a> pages.</p>
179         </div>
180
181         <div id="stable">
182             <h1>Stable</h1>
183             <p>Packages uploaded to proposed-updated which have not yet been accepted by
184                the stable release managers can be seen
185                <a href="http://ftp-master.debian.org/proposed-updates.html">here.</a></p>
186         </div>
187
188         <div id="rejections">
189             <h1>Deciphering rejections</h1>
190             <p>If your package has been rejected and you don't understand why,
191             check the <a href="reject.html">explanations</a> of the
192             sometimes cryptic rejection messages.</p>
193             <p>You may also want to look at
194             <a href="http://ftp-master.debian.org/REJECT-FAQ.html">the REJECT-FAQ</a>.</p>
195         </div>
196
197 <!--         <div id="dependencies"> -->
198 <!--             <h1>Unmet/Illegal dependencies</h1> -->
199
200 <!--                <p> -->
201 <!--             <a href="/unmet-deps/">Reports</a> of unmet and/or illegal dependencies -->
202 <!--             for most architectures in testing+unstable used to be generated daily.</p> -->
203 <!--             <p>If your package(s) are listed, you're likely to be violating policy... -->
204 <!--             If you're not sure why, please email -->
205 <!--             <a href="mailto:mjb@debian.org">Mike Beattie</a> for more information.</p> -->
206 <!--         </div> -->
207
208         <div id="archivecriteria">
209             <h1>Archive Criteria</h1>
210
211             <a href="/archive-criteria.html">Criteria</a> for inclusion in the archive
212             of new architectures.
213         </div>
214         <div id="talks">
215             <h1>Talks</h1>
216
217             <a href="ftpmaster.pdf">DebConf 2009</a>, Cáceres, Spain.
218         </div>
219
220                 </div>
221         </div>
222         </div>
223     <hr />
224     <address><a href="mailto:ftpmaster@ftp-master.debian.org">Debian FTP team</a></address>
225
226     </body>
227 </html>