katie.conf 7.2 KB
Newer Older
J
James Troup 已提交
1 2 3 4
Dinstall
{
   PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
   GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
A
Anthony Towns 已提交
5
   SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
J
James Troup 已提交
6 7
   SendmailCommand "/usr/sbin/sendmail -oi -t";
   MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
J
sync  
James Troup 已提交
8
   MyAdminAddress "ftpmaster@debian.org";
J
James Troup 已提交
9
   MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
J
sync  
James Troup 已提交
10 11
   MyDistribution "Debian"; // Used in emails
   BugServer "bugs.debian.org";
J
James Troup 已提交
12
   PackagesServer "packages.debian.org";
J
James Troup 已提交
13 14
   NewAckList "/org/ftp.debian.org/katie/log";
   LockFile "/org/ftp.debian.org/katie/lock";
J
sync  
James Troup 已提交
15
   Bcc "archive@ftp-master.debian.org";
16
   GroupOverrideFilename "override.group-maint";
J
sync  
James Troup 已提交
17
   StableRejector "Martin (Joey) Schulze <joey@debian.org>";
J
sync  
James Troup 已提交
18 19
};

J
James Troup 已提交
20 21 22 23 24 25 26
Julia
{
  ValidGID "800";
  // Comma seperated list of users who are in Postgres but not the passwd file
  KnownPostgres "postgres,katie";
};

J
James Troup 已提交
27 28 29 30 31 32 33 34 35
Shania
{
  Options
  {
    Days 14;
   };
 MorgueSubDir "shania";
};

J
sync  
James Troup 已提交
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
Natalie
{
  Options
  {
    Component "main";
    Suite "unstable";
    Type "deb";
   };

 ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
};

Melanie
{
  Options
  {
    Suite "unstable";
   };

   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
J
sync  
James Troup 已提交
56
   LogFile "/org/ftp.debian.org/web/removals.txt";
J
sync  
James Troup 已提交
57
   Bcc "removed-packages@qa.debian.org";
J
sync  
James Troup 已提交
58 59
};

J
James Troup 已提交
60 61
Neve
{
J
James Troup 已提交
62
  ExportDir "/org/ftp.debian.org/katie/neve-files/";
J
James Troup 已提交
63 64 65 66
};

Rhona
{
J
James Troup 已提交
67
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
68
  StayOfExecution 129600; // 1.5 days
J
James Troup 已提交
69
  MorgueSubDir "rhona";
J
James Troup 已提交
70
  OverrideFilename "override.source-only";
J
James Troup 已提交
71 72 73 74
};

Suite
{
J
James Troup 已提交
75 76
  // Priority determines which suite is used for the Maintainers file
  // as generated by charisma (highest wins).
J
sync  
James Troup 已提交
77
 
J
James Troup 已提交
78 79
  Experimental
  {
80 81 82 83 84 85
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
J
James Troup 已提交
86 87
	Architectures 
	{
J
sync  
James Troup 已提交
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
	  source ""; 
	  all "";
	  alpha ""; 
	  arm "";
	  hppa "";
	  hurd-i386 "";
	  i386 "";
	  ia64 "";
	  m68k "";
	  mips "";
	  mipsel "";
	  powerpc "";
	  s390 "";
	  sh "";
	  sparc "";
J
James Troup 已提交
103 104 105 106 107
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
	Description "Experimental packages - not released; use at your own risk.";
	CodeName "experimental";
108
	NotAutomatic "yes";
109 110
	OverrideCodeName "sid";
	OverrideSuite "unstable";
J
James Troup 已提交
111
	Priority "0";
112
        Tree "project/experimental";
J
James Troup 已提交
113 114 115 116 117 118 119 120 121 122 123 124
  };

  Stable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
125 126 127 128 129 130 131 132
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  i386 "";
	  m68k "";
	  powerpc "";
	  sparc "";
J
James Troup 已提交
133 134
	};
	Announce "debian-changes@lists.debian.org";
J
sync  
James Troup 已提交
135
	Version "2.2r3";
J
James Troup 已提交
136
	Origin "Debian";
J
sync  
James Troup 已提交
137
	Description "Debian 2.2r3 Released 16th April 2001";
J
James Troup 已提交
138 139 140 141
	CodeName "potato";
	OverrideCodeName "potato";
	Priority "1";
	Untouchable "1";
J
sync  
James Troup 已提交
142
	ChangeLogBase "dists/stable/";
J
James Troup 已提交
143 144 145 146 147 148
  };

  Proposed-Updates
  {
	Architectures 
	{
J
sync  
James Troup 已提交
149 150 151 152 153 154 155 156
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  i386 "";
	  m68k "";
	  powerpc "";
	  sparc "";
J
James Troup 已提交
157 158 159
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
J
sync  
James Troup 已提交
160
	Version "2.2r4";
J
James Troup 已提交
161
	Origin "Debian";
J
sync  
James Troup 已提交
162
	Description "Proposed Updates for Debian 2.2r4 - Not Released";
J
James Troup 已提交
163 164
	CodeName "proposed-updates";
	OverrideCodeName "potato";
J
sync  
James Troup 已提交
165
	OverrideSuite "stable";
J
James Troup 已提交
166 167 168 169 170 171 172 173 174 175 176 177 178
	Priority "2";
  };

  Testing
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
179 180 181 182 183 184 185 186
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  hppa "";
	  i386 "";
	  ia64 "";
	  m68k "";
A
Anthony Towns 已提交
187 188
	  mips "";
	  mipsel "";
J
sync  
James Troup 已提交
189
	  powerpc "";
A
Anthony Towns 已提交
190
	  s390 "";
J
sync  
James Troup 已提交
191
	  sparc "";
J
James Troup 已提交
192 193
	};
	Origin "Debian";
194
	Description "Debian Testing distribution - Not Released";
195
	CodeName "woody";
J
sync  
James Troup 已提交
196
	OverrideCodeName "woody";
J
James Troup 已提交
197 198 199
	Priority "3";
  };

J
James Troup 已提交
200 201 202 203 204 205 206 207 208 209
  Woody-Proposed-Updates
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
210 211 212 213 214 215 216 217
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  hppa "";
	  i386 "";
	  ia64 "";
	  m68k "";
A
Anthony Towns 已提交
218 219
	  mips "";
	  mipsel "";
J
sync  
James Troup 已提交
220
	  powerpc "";
A
Anthony Towns 已提交
221
	  s390 "";
J
sync  
James Troup 已提交
222
	  sparc "";
J
James Troup 已提交
223 224 225 226 227
	};
	Origin "Debian";
	Description "Debian Testing distribution updates - Not Released";
	CodeName "woody-proposed-updates";
	OverrideCodeName "woody";
228
	OverrideSuite "unstable";
J
James Troup 已提交
229 230 231
	Priority "4";
  };

J
James Troup 已提交
232 233 234 235 236 237 238 239 240 241
  Unstable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
242
	  source "";
J
sync  
James Troup 已提交
243
	  all "";
244
	  alpha "";
J
sync  
James Troup 已提交
245 246 247 248 249 250 251 252 253 254 255 256
	  arm "";
	  hppa "";
	  hurd-i386 "";
	  i386 "";
	  ia64 "";
	  m68k "";
	  mips "";
	  mipsel "";
	  powerpc "";
	  s390 "";
	  sh "";
	  sparc "";
J
James Troup 已提交
257 258 259
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
260
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
261 262
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
263
	Priority "5";
J
James Troup 已提交
264 265 266 267 268 269 270
  };

};

Dir
{
  RootDir "/org/ftp.debian.org/ftp/";
J
James Troup 已提交
271
  PoolDir "/org/ftp.debian.org/ftp/pool/";
J
sync  
James Troup 已提交
272
  TemplatesDir "/org/ftp.debian.org/katie/templates/";
J
sync  
James Troup 已提交
273
  LockDir "/org/ftp.debian.org/katie/locks/";
J
James Troup 已提交
274 275 276 277
  PoolRoot "pool/";
  IncomingDir "/org/ftp.debian.org/incoming/";
  OverrideDir "/org/ftp.debian.org/scripts/override/";
  ListsDir "/org/ftp.debian.org/database/dists/";
J
sync  
James Troup 已提交
278
  LogDir "/org/ftp.debian.org/log/";
J
James Troup 已提交
279
  Morgue "/org/ftp.debian.org/morgue/";
J
James Troup 已提交
280 281 282 283
};

DB
{
284
  Name "projectb";
J
sync  
James Troup 已提交
285
  Host ""; 
J
James Troup 已提交
286
  Port -1;
J
James Troup 已提交
287
};
J
James Troup 已提交
288 289 290 291 292 293 294 295 296 297 298

Architectures
{

  source "Source";
  all "Architecture Independent";
  alpha "DEC Alpha";
  hurd-i386 "Intel ia32 running the HURD";
  hppa "HP PA RISC";
  arm "Arm";
  i386 "Intel ia32";
J
sync  
James Troup 已提交
299
  ia64 "Intel ia64";
J
James Troup 已提交
300 301 302 303
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
J
sync  
James Troup 已提交
304
  s390 "IBM S/390";
J
James Troup 已提交
305 306 307 308 309 310 311 312 313 314 315
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  ftp-master
  {
    OriginServer "ftp-master.debian.org";
J
sync  
James Troup 已提交
316
    PrimaryMirror "ftp.debian.org";
J
James Troup 已提交
317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342
    Description "Master Archive for the Debian project";
  };

};

Component
{

  main
  {
	Description "Main";
	MeetsDFSG "true";
  };

  contrib
  {
	Description "Contrib";
	MeetsDFSG "true";
  };

  non-free
  {
	Description "Software that fails to meet the DFSG";
	MeetsDFSG "false";
  };

J
sync  
James Troup 已提交
343 344 345 346 347 348 349 350 351 352 353
  mixed  // **NB:** only used for overrides; not yet used in other code
  {
	Description "Legacy Mixed";
	MeetsDFSG "false";
  };

};

Section
{

J
sync  
James Troup 已提交
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
  admin "";
  base "";
  comm "";
  debian-installer "";
  devel "";
  doc "";
  editors "";
  electronics "";
  games "";
  graphics "";
  hamradio "";
  interpreters "";
  libs "";
  mail "";
  math "";
  misc "";
  net "";
  news "";
  oldlibs "";
  otherosfs "";
  science "";
  shells "";
  sound "";
  tex "";
  text "";
  utils "";
  web "";
  x11 "";
J
sync  
James Troup 已提交
382 383 384 385 386 387

};

Priority
{

J
sync  
James Troup 已提交
388 389 390 391 392 393
  required 1;
  important 2;
  standard 3;
  optional 4;
  extra 5;
  source 0; // i.e. unused
J
sync  
James Troup 已提交
394 395 396 397 398 399

};

OverrideType
{

J
sync  
James Troup 已提交
400 401 402
  deb "";
  udeb "";
  dsc "";
J
sync  
James Troup 已提交
403

J
James Troup 已提交
404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436
};

Location
{
  
  // Old style locations on ftp-master.debian.org

  /org/ftp.debian.org/ftp/project/experimental/
    {
      Archive "ftp-master";
      Suite "experimental";
      Type "legacy-mixed";
    };

  /org/ftp.debian.org/ftp/dists/proposed-updates/
    {
      Archive "ftp-master";
      Suite "proposed-updates";
      Type "legacy-mixed";
    };

  /org/ftp.debian.org/ftp/dists/
    {
      Archive "ftp-master";
      Suites 
	{
	  Stable "";
	  Unstable "";
        };
      Type "legacy";
    };

  // New pool locations on ftp-master.debian.org
J
James Troup 已提交
437
  /org/ftp.debian.org/ftp/pool/
J
James Troup 已提交
438 439
    {
      Archive "ftp-master";
J
sync  
James Troup 已提交
440
      Type "pool";
J
James Troup 已提交
441 442
    };

J
James Troup 已提交
443
};
R
Ryan Murray 已提交
444 445 446 447 448 449

Catherine {
	Options {
		Limit	10240;
	};
};