katie.conf-non-US 7.3 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";
19
   SigningKeyring "/org/non-us.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/non-us.debian.org/katie/log";
   LockFile "/org/non-us.debian.org/katie/lock";
J
sync  
James Troup 已提交
29
   Bcc "archive@ftp-master.debian.org";
30
   GroupOverrideFilename "override.group-maint";
J
James Troup 已提交
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49

};

Heidi
{

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

};

J
sync  
James Troup 已提交
50 51 52 53 54 55 56 57 58 59 60 61 62 63
Catherine
{

  Options
  {
    Debug "";
    Help "";
    Limit "";
    No-Action "";
    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
Natalie
{

  Options
  {
    Debug "";
    Help "";
    Version "";
J
James Troup 已提交
131
    Component "non-US/main";
J
sync  
James Troup 已提交
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
    List "";
    Suite "unstable";
    Set "";
    Type "deb";
   };

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

Melanie
{

  Options
  {
    Debug "";
    Help "";
    Version "";
    Architecture "";
    Binary-Only "";
    Component "";
    Done "";
    No-Action "";
    Partial "";
    Reason "";
    Source-Only "";
    Suite "unstable";
   };

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

J
James Troup 已提交
165 166 167 168 169 170 171 172 173 174
Neve
{

  ExportDir "/org/non-us.debian.org/katie/neve-files/";

};

Rhona
{

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

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

Suite
{

  // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213

  // non-US doesn't have experimental (yet)  
//    Experimental
//    {
//  	Architectures 
//  	{
//  	  "source" "";  
//  	  "all" "";
//  	  "alpha" ""; 
//  	  "arm" "";
//  	  "i386" "";
//  	  "m68k" "";
//  	  "powerpc" "";
//  	  "sparc" "";
//  	};
//  	Announce "debian-devel-changes@lists.debian.org";
//  	Origin "Debian";
//  	Description "Experimental packages - not released; use at your own risk.";
//  	CodeName "experimental";
//  	OverrideCodeName "experimental";
//  	SingleOverrideFile "true";
214
//	NotAutomatic "yes";
215 216 217
//  	Priority "0";
//          Tree "project/experimental";
//    };
J
James Troup 已提交
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238

  Stable
  {
	Components 
	{
	  non-US/main "";
	  non-US/contrib "";
	  non-US/non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
J
sync  
James Troup 已提交
239
	Version "2.2r3";
J
James Troup 已提交
240
	Origin "Debian";
J
sync  
James Troup 已提交
241
	Description "Debian 2.2r3 Released 16th April 2001";
J
James Troup 已提交
242 243 244 245
	CodeName "potato";
	OverrideCodeName "potato";
	Priority "1";
	Untouchable "1";
J
James Troup 已提交
246
	ChangeLogBase "dists/stable/non-US/";
J
James Troup 已提交
247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263
  };

  Proposed-Updates
  {
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
J
sync  
James Troup 已提交
264
	Version "2.2r4";
J
James Troup 已提交
265
	Origin "Debian";
J
sync  
James Troup 已提交
266
	Description "Proposed Updates for Debian 2.2r4 - Not Released";
J
James Troup 已提交
267 268
	CodeName "proposed-updates";
	OverrideCodeName "potato";
J
sync  
James Troup 已提交
269
	OverrideSuite "stable";
J
James Troup 已提交
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
	Priority "2";
  };

  Testing
  {
	Components 
	{
	  non-US/main "";
	  non-US/contrib "";
	  non-US/non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
A
Anthony Towns 已提交
287
	  "hppa" "";
J
James Troup 已提交
288
	  "i386" "";
A
Anthony Towns 已提交
289
	  "ia64" "";
J
James Troup 已提交
290 291 292 293 294
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Origin "Debian";
295
	Description "Debian Testing distribution - Not Released";
296
	CodeName "woody";
J
sync  
James Troup 已提交
297
	OverrideCodeName "woody";
J
James Troup 已提交
298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
	Priority "3";
  };

  Unstable
  {
	Components 
	{
	  non-US/main "";
	  non-US/contrib "";
	  non-US/non-free "";
	};
	Architectures 
	{
	  "source" ""; 
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "hppa" "";
	  "hurd-i386" "";
	  "i386" "";
J
sync  
James Troup 已提交
318
	  "ia64" "";
J
James Troup 已提交
319 320 321 322
	  "m68k" "";
	  "mips" "";
	  "mipsel" "";
	  "powerpc" "";
J
sync  
James Troup 已提交
323
	  "s390" "";
J
James Troup 已提交
324 325 326 327 328
	  "sh" "";
	  "sparc" "";
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
329
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
330 331
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
332 333 334 335 336 337 338 339 340 341
	Priority "4";
  };

};

Dir
{
  RootDir "/org/non-us.debian.org/ftp/";
  PoolDir "/org/non-us.debian.org/ftp/pool/";
  PoolRoot "pool/";
J
James Troup 已提交
342
  TemplatesDir "/org/non-us.debian.org/katie/templates/";
J
James Troup 已提交
343 344 345
  IncomingDir "/org/non-us.debian.org/incoming/";
  OverrideDir "/org/non-us.debian.org/scripts/override/";
  ListsDir "/org/non-us.debian.org/database/dists/";
J
sync  
James Troup 已提交
346
  LogDir "/org/non-us.debian.org/log/";
J
James Troup 已提交
347
  Morgue "/org/non-us.debian.org/morgue/";
J
James Troup 已提交
348 349 350 351
};

DB
{
352
  Name "projectb";
J
sync  
James Troup 已提交
353
  Host "";
J
James Troup 已提交
354 355 356 357 358 359 360 361 362 363 364 365 366 367
  Port -1;
  ROUser "nobody";
};

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 已提交
368
  ia64 "Intel ia64";
J
James Troup 已提交
369 370 371 372
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
J
sync  
James Troup 已提交
373
  s390 "IBM S/390";
J
James Troup 已提交
374 375 376 377 378 379 380 381 382 383 384
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  non-US 
  {
    OriginServer "non-us.debian.org";
J
sync  
James Troup 已提交
385
    PrimaryMirror "non-us.debian.org";
J
James Troup 已提交
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413
    Description "Non-US Archive for the Debian project";
  };

};

Component
{

  non-US/main
  {
	Description "Main (non-US)";
	MeetsDFSG "true";
  };

  non-US/contrib
  {
	Description "Contrib (non-US)";
	MeetsDFSG "true";
  };

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

};

J
sync  
James Troup 已提交
414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441
Section
{

  "non-US" "";

};

Priority
{

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

};

OverrideType
{

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

};

J
James Troup 已提交
442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
Location
{
  
  // Old style locations on non-US.debian.org

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

  /org/non-us.debian.org/ftp/dists/
    {
      Archive "non-US";
      Suites 
	{
	  Stable "";
	  Unstable "";
J
sync  
James Troup 已提交
461
        };
J
James Troup 已提交
462 463 464 465 466 467 468 469 470 471 472
      Type "legacy";
    };

  // New pool locations on non-US.debian.org
  /org/non-us.debian.org/ftp/pool/
    {
      Archive "non-US";
      Type "pool";
    };

};