katie.conf 8.5 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";
R
Ryan Murray 已提交
6
   SigningPubKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/pubring.gpg";
J
sync  
James Troup 已提交
7
   SigningKeyIds "722F1AED";
J
sync  
James Troup 已提交
8
   SendmailCommand "/usr/sbin/sendmail -odq -oi -t";
J
James Troup 已提交
9
   MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
J
sync  
James Troup 已提交
10
   MyAdminAddress "ftpmaster@debian.org";
J
James Troup 已提交
11
   MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
J
sync  
James Troup 已提交
12 13
   MyDistribution "Debian"; // Used in emails
   BugServer "bugs.debian.org";
J
James Troup 已提交
14
   PackagesServer "packages.debian.org";
15
   TrackingServer "packages.qa.debian.org";
J
James Troup 已提交
16 17
   NewAckList "/org/ftp.debian.org/katie/log";
   LockFile "/org/ftp.debian.org/katie/lock";
J
sync  
James Troup 已提交
18
   Bcc "archive@ftp-master.debian.org";
19
   GroupOverrideFilename "override.group-maint";
J
sync  
James Troup 已提交
20
   StableRejector "Martin (Joey) Schulze <joey@debian.org>";
J
sync  
James Troup 已提交
21
   FutureTimeTravelGrace 28800; // 6 hours
J
sync  
James Troup 已提交
22
   PastCutoffYear "1984";
J
sync  
James Troup 已提交
23
   BXANotify "true";
J
sync  
James Troup 已提交
24
   SkipTime 300;
J
sync  
James Troup 已提交
25 26 27
   SpecialAcceptedAutoBuild "true";
   CloseBugs "true";
   OverrideDisparityCheck "true";
J
sync  
James Troup 已提交
28 29
};

J
James Troup 已提交
30 31 32 33 34 35 36
Julia
{
  ValidGID "800";
  // Comma seperated list of users who are in Postgres but not the passwd file
  KnownPostgres "postgres,katie";
};

J
James Troup 已提交
37 38 39 40 41 42 43 44 45
Shania
{
  Options
  {
    Days 14;
   };
 MorgueSubDir "shania";
};

J
sync  
James Troup 已提交
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
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 已提交
66
   LogFile "/org/ftp.debian.org/web/removals.txt";
J
sync  
James Troup 已提交
67
   Bcc "removed-packages@qa.debian.org";
J
sync  
James Troup 已提交
68 69
};

J
James Troup 已提交
70 71
Neve
{
J
James Troup 已提交
72
  ExportDir "/org/ftp.debian.org/katie/neve-files/";
J
James Troup 已提交
73 74 75 76
};

Rhona
{
J
James Troup 已提交
77
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
78
  StayOfExecution 129600; // 1.5 days
J
sync  
James Troup 已提交
79
  AcceptedAutoBuildStayOfExecution 86400; // 24 hours
J
James Troup 已提交
80
  MorgueSubDir "rhona";
J
James Troup 已提交
81
  OverrideFilename "override.source-only";
J
James Troup 已提交
82 83 84 85
};

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

  Stable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
136 137 138 139 140 141 142 143
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  i386 "";
	  m68k "";
	  powerpc "";
	  sparc "";
J
James Troup 已提交
144 145
	};
	Announce "debian-changes@lists.debian.org";
J
sync  
James Troup 已提交
146
	Version "2.2r6";
J
James Troup 已提交
147
	Origin "Debian";
J
sync  
James Troup 已提交
148
	Description "Debian 2.2r6 Released 3rd April 2002";
J
James Troup 已提交
149 150 151 152
	CodeName "potato";
	OverrideCodeName "potato";
	Priority "1";
	Untouchable "1";
J
sync  
James Troup 已提交
153
	ChangeLogBase "dists/stable/";
J
James Troup 已提交
154 155 156 157 158 159
  };

  Proposed-Updates
  {
	Architectures 
	{
J
sync  
James Troup 已提交
160 161 162 163 164 165 166 167
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  i386 "";
	  m68k "";
	  powerpc "";
	  sparc "";
J
James Troup 已提交
168 169 170
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
J
sync  
James Troup 已提交
171
	CopyKatie "/org/ftp.debian.org/queue/proposed-updates/";
J
sync  
James Troup 已提交
172
	Version "2.2r6";
J
James Troup 已提交
173
	Origin "Debian";
J
sync  
James Troup 已提交
174
	Description "Proposed Updates for Debian 2.2r6 - Not Released";
J
James Troup 已提交
175 176
	CodeName "proposed-updates";
	OverrideCodeName "potato";
J
sync  
James Troup 已提交
177
	OverrideSuite "stable";
J
James Troup 已提交
178 179 180 181 182 183 184 185 186 187 188 189 190
	Priority "2";
  };

  Testing
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
191 192 193 194 195 196 197 198
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  hppa "";
	  i386 "";
	  ia64 "";
	  m68k "";
A
Anthony Towns 已提交
199 200
	  mips "";
	  mipsel "";
J
sync  
James Troup 已提交
201
	  powerpc "";
A
Anthony Towns 已提交
202
	  s390 "";
J
sync  
James Troup 已提交
203
	  sparc "";
J
James Troup 已提交
204 205
	};
	Origin "Debian";
206
	Description "Debian Testing distribution - Not Released";
207
	CodeName "woody";
J
sync  
James Troup 已提交
208
	OverrideCodeName "woody";
J
James Troup 已提交
209 210 211
	Priority "3";
  };

J
James Troup 已提交
212 213 214 215 216 217 218 219 220 221
  Woody-Proposed-Updates
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
J
sync  
James Troup 已提交
222 223 224 225 226 227 228 229
	  source "";  
	  all "";
	  alpha ""; 
	  arm "";
	  hppa "";
	  i386 "";
	  ia64 "";
	  m68k "";
A
Anthony Towns 已提交
230 231
	  mips "";
	  mipsel "";
J
sync  
James Troup 已提交
232
	  powerpc "";
A
Anthony Towns 已提交
233
	  s390 "";
J
sync  
James Troup 已提交
234
	  sparc "";
J
James Troup 已提交
235 236 237 238 239
	};
	Origin "Debian";
	Description "Debian Testing distribution updates - Not Released";
	CodeName "woody-proposed-updates";
	OverrideCodeName "woody";
240
	OverrideSuite "unstable";
J
James Troup 已提交
241 242 243
	Priority "4";
  };

J
James Troup 已提交
244 245 246 247 248 249 250 251 252 253
  Unstable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
254
	  source "";
J
sync  
James Troup 已提交
255
	  all "";
256
	  alpha "";
J
sync  
James Troup 已提交
257 258 259 260 261 262 263 264 265 266 267 268
	  arm "";
	  hppa "";
	  hurd-i386 "";
	  i386 "";
	  ia64 "";
	  m68k "";
	  mips "";
	  mipsel "";
	  powerpc "";
	  s390 "";
	  sh "";
	  sparc "";
J
James Troup 已提交
269 270 271
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
272
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
273 274
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
275
	Priority "5";
J
James Troup 已提交
276 277 278 279
  };

};

J
sync  
James Troup 已提交
280 281 282 283 284 285 286 287
SuiteMappings
{
 "map stable proposed-updates"
 "map-unreleased stable unstable"
 "map-unreleased proposed-updates unstable"
 "ignore testing"
};

J
James Troup 已提交
288 289
Dir
{
J
sync  
James Troup 已提交
290 291 292
  Root "/org/ftp.debian.org/ftp/";
  Pool "/org/ftp.debian.org/ftp/pool/";
  Templates "/org/ftp.debian.org/katie/templates/";
J
James Troup 已提交
293
  PoolRoot "pool/";
J
sync  
James Troup 已提交
294 295 296
  Override "/org/ftp.debian.org/scripts/override/";
  Lists "/org/ftp.debian.org/database/dists/";
  Log "/org/ftp.debian.org/log/";
J
James Troup 已提交
297
  Morgue "/org/ftp.debian.org/morgue/";
J
sync  
James Troup 已提交
298 299
  MorgueReject "reject";
  Override "/org/ftp.debian.org/scripts/override/";
J
sync  
James Troup 已提交
300
  AcceptedAutoBuild "/org/incoming.debian.org/buildd/";
J
sync  
James Troup 已提交
301 302 303 304 305 306 307 308 309 310 311 312
  UrgencyLog "/org/ftp.debian.org/testing/urgencies/";
  Queue
  {  
    Root "/org/ftp.debian.org/queue/";
    Accepted "/org/ftp.debian.org/queue/accepted/";
    Byhand "/org/ftp.debian.org/queue/byhand/";
    Done "/org/ftp.debian.org/queue/done/";
    Holding "/org/ftp.debian.org/queue/holding/";
    New "/org/ftp.debian.org/queue/new/";
    Reject "/org/ftp.debian.org/queue/reject/";
    Unchecked "/org/ftp.debian.org/queue/unchecked/";
  };
J
James Troup 已提交
313 314 315 316
};

DB
{
317
  Name "projectb";
J
sync  
James Troup 已提交
318
  Host ""; 
J
James Troup 已提交
319
  Port -1;
J
sync  
James Troup 已提交
320 321 322 323 324 325 326

  NonUSName "projectb";
  NonUSHost "non-US.debian.org";
  NonUSPort -1;
  NonUSUser "auric";
  NonUSPassword "moo";

J
James Troup 已提交
327
};
J
James Troup 已提交
328 329 330 331 332 333 334 335 336 337 338

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 已提交
339
  ia64 "Intel ia64";
J
James Troup 已提交
340 341 342 343
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
J
sync  
James Troup 已提交
344
  s390 "IBM S/390";
J
James Troup 已提交
345 346 347 348 349 350 351 352 353 354 355
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  ftp-master
  {
    OriginServer "ftp-master.debian.org";
J
sync  
James Troup 已提交
356
    PrimaryMirror "ftp.debian.org";
J
James Troup 已提交
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 382
    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 已提交
383 384 385 386 387 388 389 390 391 392 393
  mixed  // **NB:** only used for overrides; not yet used in other code
  {
	Description "Legacy Mixed";
	MeetsDFSG "false";
  };

};

Section
{

J
sync  
James Troup 已提交
394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421
  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 已提交
422 423 424 425 426 427

};

Priority
{

J
sync  
James Troup 已提交
428 429 430 431 432 433
  required 1;
  important 2;
  standard 3;
  optional 4;
  extra 5;
  source 0; // i.e. unused
J
sync  
James Troup 已提交
434 435 436 437 438 439

};

OverrideType
{

J
sync  
James Troup 已提交
440 441 442
  deb "";
  udeb "";
  dsc "";
J
sync  
James Troup 已提交
443

J
James Troup 已提交
444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
};

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 已提交
477
  /org/ftp.debian.org/ftp/pool/
J
James Troup 已提交
478 479
    {
      Archive "ftp-master";
J
sync  
James Troup 已提交
480
      Type "pool";
J
James Troup 已提交
481 482
    };

J
James Troup 已提交
483
};
R
Ryan Murray 已提交
484

J
sync  
James Troup 已提交
485 486 487 488 489 490 491 492 493 494 495 496
Urgency
{
  Default "low";
  Valid
  {
    low "";
    medium "";
    high "";
    emergency "";
    critical "";
  };
};