katie.conf 7.8 KB
Newer Older
J
James Troup 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Dinstall
{
  Options
  {
	Automatic "";
        Debug "";
        Help "";
        Ack-New "";
        Manual-Reject "";
        No-Action "";
        No-Lock "";
        No-Mail "";
        Override-Distribution "";
        Version "";
   };

   PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
   GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
A
Anthony Towns 已提交
19
   SigningKeyring "/org/ftp.debian.org/s3kr1t/dot-gnupg/secring.gpg";
J
James Troup 已提交
20 21
   SendmailCommand "/usr/sbin/sendmail -oi -t";
   MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
J
sync  
James Troup 已提交
22
   MyAdminAddress "ftpmaster@debian.org";
J
James Troup 已提交
23
   MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
J
sync  
James Troup 已提交
24 25
   MyDistribution "Debian"; // Used in emails
   BugServer "bugs.debian.org";
J
James Troup 已提交
26
   PackagesServer "packages.debian.org";
J
James Troup 已提交
27 28
   NewAckList "/org/ftp.debian.org/katie/log";
   LockFile "/org/ftp.debian.org/katie/lock";
J
sync  
James Troup 已提交
29
   Bcc "troup@auric.debian.org";
J
James Troup 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48

};

Heidi
{

  Options
  {
    Add "";
    Debug "";
    Help "";
    List "";
    Remove "";
    Set "";
    Version "";
   };

};

J
sync  
James Troup 已提交
49 50 51 52 53 54 55 56 57
Catherine
{

  Options
  {
    Debug "";
    Help "";
    Limit "";
    No-Action "";
58
    Verbose "";
J
sync  
James Troup 已提交
59 60 61 62 63
    Version "";
   };

};

J
sync  
James Troup 已提交
64 65 66 67 68 69 70 71 72 73 74 75
Tea
{

  Options
  {
    Debug "";
    Help "";
    Version "";
   };

};

J
James Troup 已提交
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
Jenna
{

  Options
  {
    Architecture "";
    Component "";
    Debug "";
    Help "";
    Suite "";
    Verbose "";
    Version "";
   };

};

J
sync  
James Troup 已提交
92 93 94 95 96 97 98 99 100 101 102 103 104
Madison
{

  Options
  {
    Debug "";
    Help "";
    Suite "";
    Version "";
   };

};

J
James Troup 已提交
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
Shania
{

  Options
  {
    Debug "";
    Help "";
    Version "";
    Days 14;
    Incoming "";
    Mail "";
    No-Action "";
    Verbose "";
   };

 MorgueSubDir "shania";
};

J
sync  
James Troup 已提交
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
Natalie
{

  Options
  {
    Debug "";
    Help "";
    Version "";
    Component "main";
    List "";
    Suite "unstable";
    Set "";
    Type "deb";
   };

 ComponentPosition "prefix"; // Whether the component is prepended or appended to the section name
J
sync  
James Troup 已提交
139
 LockFile "natalie";
J
sync  
James Troup 已提交
140 141 142 143 144 145 146 147 148 149 150 151
};

Melanie
{

  Options
  {
    Debug "";
    Help "";
    Version "";
    Architecture "";
    Binary-Only "";
J
sync  
James Troup 已提交
152
    Carbon-Copy "";
J
sync  
James Troup 已提交
153 154 155 156 157 158 159 160 161 162
    Component "";
    Done "";
    No-Action "";
    Partial "";
    Reason "";
    Source-Only "";
    Suite "unstable";
   };

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

J
James Troup 已提交
167 168 169
Neve
{

J
James Troup 已提交
170
  ExportDir "/org/ftp.debian.org/katie/neve-files/";
J
James Troup 已提交
171 172 173 174 175 176

};

Rhona
{

177
  Options
J
James Troup 已提交
178 179 180
  {
        Debug "";
        Help "";
181
	No-Action "";
J
James Troup 已提交
182 183 184
        Version "";
   };

J
James Troup 已提交
185
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
186
  StayOfExecution 172800; // 2 days
J
James Troup 已提交
187
  MorgueSubDir "rhona";
J
James Troup 已提交
188
  OverrideFilename "override.source-only";
J
James Troup 已提交
189 190 191 192 193 194 195 196 197
};

Suite
{

  // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
  
  Experimental
  {
198 199 200 201 202 203
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
J
James Troup 已提交
204 205
	Architectures 
	{
206
	  "source" ""; 
J
James Troup 已提交
207 208 209
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
210 211
	  "hppa" "";
	  "hurd-i386" "";
J
James Troup 已提交
212
	  "i386" "";
213
	  "ia64" "";
J
James Troup 已提交
214
	  "m68k" "";
215 216
	  "mips" "";
	  "mipsel" "";
J
James Troup 已提交
217
	  "powerpc" "";
218 219
	  "s390" "";
	  "sh" "";
J
James Troup 已提交
220 221 222 223 224 225
	  "sparc" "";
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
	Description "Experimental packages - not released; use at your own risk.";
	CodeName "experimental";
226 227
	OverrideCodeName "sid";
	OverrideSuite "unstable";
J
James Troup 已提交
228
	Priority "0";
229
        Tree "project/experimental";
J
James Troup 已提交
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
  };

  Stable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
J
James Troup 已提交
252
	Version "2.2r2";
J
James Troup 已提交
253
	Origin "Debian";
J
James Troup 已提交
254
	Description "Debian 2.2r2 Released 5th December 2000";
J
James Troup 已提交
255 256 257 258
	CodeName "potato";
	OverrideCodeName "potato";
	Priority "1";
	Untouchable "1";
J
James Troup 已提交
259
	ChangeLogBase "dists/stable/non-US/";
J
James Troup 已提交
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276
  };

  Proposed-Updates
  {
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
J
James Troup 已提交
277
	Version "2.2r3";
J
James Troup 已提交
278
	Origin "Debian";
J
James Troup 已提交
279
	Description "Proposed Updates for Debian 2.2r3 - Not Released";
J
James Troup 已提交
280 281
	CodeName "proposed-updates";
	OverrideCodeName "potato";
J
sync  
James Troup 已提交
282
	OverrideSuite "stable";
J
James Troup 已提交
283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305
	Priority "2";
  };

  Testing
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Origin "Debian";
306
	Description "Debian Testing distribution - Not Released";
307
	CodeName "woody";
J
sync  
James Troup 已提交
308
	OverrideCodeName "woody";
J
James Troup 已提交
309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328
	Priority "3";
  };

  Unstable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" ""; 
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "hppa" "";
	  "hurd-i386" "";
	  "i386" "";
J
sync  
James Troup 已提交
329
	  "ia64" "";
J
James Troup 已提交
330 331 332 333
	  "m68k" "";
	  "mips" "";
	  "mipsel" "";
	  "powerpc" "";
J
sync  
James Troup 已提交
334
	  "s390" "";
J
James Troup 已提交
335 336 337 338 339
	  "sh" "";
	  "sparc" "";
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
340
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
341 342
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
343 344 345 346 347 348 349 350
	Priority "4";
  };

};

Dir
{
  RootDir "/org/ftp.debian.org/ftp/";
J
James Troup 已提交
351
  PoolDir "/org/ftp.debian.org/ftp/pool/";
J
sync  
James Troup 已提交
352
  TemplatesDir "/org/ftp.debian.org/katie/templates/";
J
sync  
James Troup 已提交
353
  LockDir "/org/ftp.debian.org/katie/locks/";
J
James Troup 已提交
354 355 356 357
  PoolRoot "pool/";
  IncomingDir "/org/ftp.debian.org/incoming/";
  OverrideDir "/org/ftp.debian.org/scripts/override/";
  ListsDir "/org/ftp.debian.org/database/dists/";
J
James Troup 已提交
358
  Morgue "/org/ftp.debian.org/morgue/";
J
James Troup 已提交
359 360 361 362
};

DB
{
363
  Name "projectb";
J
sync  
James Troup 已提交
364
  Host ""; 
J
James Troup 已提交
365 366
  Port -1;
  ROUser "nobody";
J
James Troup 已提交
367
};
J
James Troup 已提交
368 369 370 371 372 373 374 375 376 377 378

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 已提交
379
  ia64 "Intel ia64";
J
James Troup 已提交
380 381 382 383
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
J
sync  
James Troup 已提交
384
  s390 "IBM S/390";
J
James Troup 已提交
385 386 387 388 389 390 391 392 393 394 395
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  ftp-master
  {
    OriginServer "ftp-master.debian.org";
J
sync  
James Troup 已提交
396
    PrimaryMirror "ftp.debian.org";
J
James Troup 已提交
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 422
    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 已提交
423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 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 477 478 479 480 481 482 483
  mixed  // **NB:** only used for overrides; not yet used in other code
  {
	Description "Legacy Mixed";
	MeetsDFSG "false";
  };

};

Section
{

  "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" "";

};

Priority
{

  "required" 1;
  "important" 2;
  "standard" 3;
  "optional" 4;
  "extra" 5;
  "source" 0; // i.e. unused

};

OverrideType
{

  "deb" "";
  "udeb" "";
  "dsc" "";

J
James Troup 已提交
484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516
};

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 已提交
517
  /org/ftp.debian.org/ftp/pool/
J
James Troup 已提交
518 519
    {
      Archive "ftp-master";
J
sync  
James Troup 已提交
520
      Type "pool";
J
James Troup 已提交
521 522
    };

J
James Troup 已提交
523
};