katie.conf-non-US 7.7 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";
5
   SigningKeyring "/org/non-us.debian.org/s3kr1t/dot-gnupg/secring.gpg";
R
Ryan Murray 已提交
6
   SigningPubKeyring "/org/non-us.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/non-us.debian.org/katie/log";
   LockFile "/org/non-us.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 0;
J
James Troup 已提交
24 25
};

J
James Troup 已提交
26 27 28 29
Julia
{
  ValidGID "800";
  // Comma seperated list of users who are in Postgres but not the passwd file
J
sync  
James Troup 已提交
30
  KnownPostgres "postgres,www-data,katie,auric";
J
James Troup 已提交
31 32
};

J
James Troup 已提交
33 34 35 36 37 38 39 40 41
Shania
{
  Options
  {
    Days 14;
   };
 MorgueSubDir "shania";
};

J
sync  
James Troup 已提交
42 43 44 45 46 47 48 49 50

Catherine 
{
  Options 
  {
     Limit	10240;
  };
};

J
sync  
James Troup 已提交
51 52 53 54
Natalie
{
  Options
  {
J
James Troup 已提交
55
    Component "non-US/main";
J
sync  
James Troup 已提交
56 57 58 59 60 61 62 63 64 65 66 67 68 69
    Suite "unstable";
    Type "deb";
   };
 ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
};

Melanie
{
  Options
  {
    Suite "unstable";
   };
   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
   LogFile "/home/troup/public_html/removals.txt";
J
sync  
James Troup 已提交
70
   Bcc "removed-packages@qa.debian.org";
J
sync  
James Troup 已提交
71 72
};

J
James Troup 已提交
73 74 75 76 77 78 79 80
Neve
{
  ExportDir "/org/non-us.debian.org/katie/neve-files/";
};

Rhona
{
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
81
  StayOfExecution 129600; // 1.5 days
J
James Troup 已提交
82 83
  MorgueSubDir "rhona";
  OverrideFilename "override.source-only";
J
James Troup 已提交
84 85 86 87 88 89
};

Suite
{

  // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
90 91 92 93 94 95

  // non-US doesn't have experimental (yet)  
//    Experimental
//    {
//  	Architectures 
//  	{
J
sync  
James Troup 已提交
96 97 98 99 100 101 102 103
//  	  source "";  
//  	  all "";
//  	  alpha ""; 
//  	  arm "";
//  	  i386 "";
//  	  m68k "";
//  	  powerpc "";
//  	  sparc "";
104 105 106 107 108 109 110
//  	};
//  	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";
111
//	NotAutomatic "yes";
112 113 114
//  	Priority "0";
//          Tree "project/experimental";
//    };
J
James Troup 已提交
115 116 117 118 119 120 121 122 123 124 125

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

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

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

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

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

};

Dir
{
  RootDir "/org/non-us.debian.org/ftp/";
  PoolDir "/org/non-us.debian.org/ftp/pool/";
  PoolRoot "pool/";
J
James Troup 已提交
274
  TemplatesDir "/org/non-us.debian.org/katie/templates/";
J
James Troup 已提交
275 276 277
  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 已提交
278
  LogDir "/org/non-us.debian.org/log/";
J
James Troup 已提交
279
  Morgue "/org/non-us.debian.org/morgue/";
J
sync  
James Troup 已提交
280 281 282 283 284 285 286 287 288 289
  MorgueRejectDir "reject";
  QueueRootDir "/org/non-us.debian.org/queue/";
  QueueAcceptedDir "/org/non-us.debian.org/queue/accepted/";
  QueueByhandDir "/org/non-us.debian.org/queue/byhand/";
  QueueDoneDir "/org/non-us.debian.org/queue/done/";
  QueueHoldingDir "/org/non-us.debian.org/queue/holding/";
  QueueNewDir "/org/non-us.debian.org/queue/new/";
  QueueRejectDir "/org/non-us.debian.org/queue/reject/";
  QueueUncheckedDir "/org/non-us.debian.org/queue/unchecked/";
  UrgencyLogDir "/org/non-us.debian.org/testing/";
J
James Troup 已提交
290 291 292 293
};

DB
{
294
  Name "projectb";
J
sync  
James Troup 已提交
295
  Host "";
J
James Troup 已提交
296 297 298 299 300 301 302 303 304 305 306 307 308
  Port -1;
};

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 已提交
309
  ia64 "Intel ia64";
J
James Troup 已提交
310 311 312 313
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
J
sync  
James Troup 已提交
314
  s390 "IBM S/390";
J
James Troup 已提交
315 316 317 318 319 320 321 322 323 324 325
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  non-US 
  {
    OriginServer "non-us.debian.org";
J
sync  
James Troup 已提交
326
    PrimaryMirror "non-us.debian.org";
J
James Troup 已提交
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
    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 已提交
355 356 357
Section
{

J
sync  
James Troup 已提交
358
  non-US "";
J
sync  
James Troup 已提交
359 360 361 362 363 364

};

Priority
{

J
sync  
James Troup 已提交
365 366 367 368 369 370
  required 1;
  important 2;
  standard 3;
  optional 4;
  extra 5;
  source 0; // i.e. unused
J
sync  
James Troup 已提交
371 372 373 374 375 376

};

OverrideType
{

J
sync  
James Troup 已提交
377 378 379
  deb "";
  udeb "";
  dsc "";
J
sync  
James Troup 已提交
380 381 382

};

J
James Troup 已提交
383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401
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 已提交
402
        };
J
James Troup 已提交
403 404 405 406 407 408 409 410 411 412 413
      Type "legacy";
    };

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

};
R
Ryan Murray 已提交
414

J
sync  
James Troup 已提交
415 416 417 418 419 420 421 422 423 424 425
Urgency
{
  Default "low";
  Valid
  {
    low "";
    medium "";
    high "";
    emergency "";
    critical "";
  };
R
Ryan Murray 已提交
426
};
J
sync  
James Troup 已提交
427