dak.conf 7.8 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";
7
   SigningKeyIds "1DB114E0";
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";
16
   LockFile "/org/non-us.debian.org/dak/lock";
J
sync  
James Troup 已提交
17
   Bcc "archive@ftp-master.debian.org";
18
   GroupOverrideFilename "override.group-maint";
19
   FutureTimeTravelGrace 28800; // 8 hours
J
sync  
James Troup 已提交
20
   PastCutoffYear "1984";
J
sync  
James Troup 已提交
21
   SkipTime 300;
J
sync  
James Troup 已提交
22
   CloseBugs "true";
J
James Troup 已提交
23
   SuiteSuffix "non-US";
J
sync  
James Troup 已提交
24
   OverrideDisparityCheck "true";
J
James Troup 已提交
25
   StableDislocationSupport "false";
J
James Troup 已提交
26 27 28 29
   Reject
   {
     NoSourceOnly "true";
   };
J
James Troup 已提交
30 31
};

32
Reject-Proposed-Updates
J
James Troup 已提交
33 34
{
   StableRejector "Martin (Joey) Schulze <joey@debian.org>";
J
3.0r4  
James Troup 已提交
35
   MoreInfoURL "http://people.debian.org/~joey/3.0r4/";
J
James Troup 已提交
36 37
};

38
Import-Users-From-Passwd
J
James Troup 已提交
39 40
{
  ValidGID "800";
J
James Troup 已提交
41
  // Comma separated list of users who are in Postgres but not the passwd file
42
  KnownPostgres "udmsearch,postgres,www-data,dak,auric";
J
James Troup 已提交
43 44
};

45
Clean-Queues
J
James Troup 已提交
46 47 48 49 50
{
  Options
  {
    Days 14;
   };
51
 MorgueSubDir "queue";
J
James Troup 已提交
52 53
};

J
sync  
James Troup 已提交
54

55
Poolize
J
sync  
James Troup 已提交
56 57 58 59 60 61 62
{
  Options 
  {
     Limit	10240;
  };
};

63
Control-Overrides
J
sync  
James Troup 已提交
64 65 66
{
  Options
  {
J
James Troup 已提交
67
    Component "non-US/main";
J
sync  
James Troup 已提交
68 69 70 71 72 73
    Suite "unstable";
    Type "deb";
   };
 ComponentPosition "suffix"; // Whether the component is prepended or appended to the section name
};

74
Rm
J
sync  
James Troup 已提交
75 76 77 78 79 80 81
{
  Options
  {
    Suite "unstable";
   };
   MyEmailAddress "Debian Archive Maintenance <ftpmaster@ftp-master.debian.org>";
   LogFile "/home/troup/public_html/removals.txt";
J
sync  
James Troup 已提交
82
   Bcc "removed-packages@qa.debian.org";
J
sync  
James Troup 已提交
83 84
};

85
Import-Archive
J
James Troup 已提交
86
{
87
  ExportDir "/org/non-us.debian.org/dak/import-archive-files/";
J
James Troup 已提交
88 89
};

90
Clean-Suites
J
James Troup 已提交
91 92
{
  // How long (in seconds) dead packages are left before being killed
J
sync  
James Troup 已提交
93
  StayOfExecution 129600; // 1.5 days
94
  MorgueSubDir "pool";
J
James Troup 已提交
95 96 97 98
};

Suite
{
J
James Troup 已提交
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124

  Stable
  {
	Components 
	{
	  non-US/main;
	  non-US/contrib;
	  non-US/non-free;
	};
	Architectures 
	{
	  source;  
	  all;
	  alpha; 
	  arm;
	  hppa;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
	};
	Announce "debian-changes@lists.debian.org";
J
3.0r4  
James Troup 已提交
125
	Version "3.0r4";
J
James Troup 已提交
126
	Origin "Debian";
J
3.0r4  
James Troup 已提交
127
	Description "Debian 3.0r4 Released 31st December 2004";
J
James Troup 已提交
128 129 130 131
	CodeName "woody";
	OverrideCodeName "woody";
	Priority "3";
	Untouchable "1";
J
James Troup 已提交
132
	ChangeLogBase "dists/stable/non-US/";
J
James Troup 已提交
133 134 135 136
  };

  Proposed-Updates
  {
J
James Troup 已提交
137 138 139 140 141 142
	Components 
	{
	  non-US/main;
	  non-US/contrib;
	  non-US/non-free;
	};
J
James Troup 已提交
143 144
	Architectures 
	{
J
sync  
James Troup 已提交
145 146 147 148
	  source;  
	  all;
	  alpha; 
	  arm;
J
James Troup 已提交
149
	  hppa;
J
sync  
James Troup 已提交
150
	  i386;
J
James Troup 已提交
151
	  ia64;
J
sync  
James Troup 已提交
152
	  m68k;
J
James Troup 已提交
153 154
	  mips;
	  mipsel;
J
sync  
James Troup 已提交
155
	  powerpc;
J
James Troup 已提交
156
	  s390;
J
sync  
James Troup 已提交
157
	  sparc;
J
James Troup 已提交
158 159 160
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
161
	CopyDotDak "/org/non-us.debian.org/queue/proposed-updates/";
J
James Troup 已提交
162
	Version "3.0-updates";
J
James Troup 已提交
163
	Origin "Debian";
J
James Troup 已提交
164
	Description "Debian 3.0 Proposed Updates - Not Released";
J
James Troup 已提交
165
	CodeName "proposed-updates";
J
James Troup 已提交
166
	OverrideCodeName "woody";
J
sync  
James Troup 已提交
167
	OverrideSuite "stable";
J
James Troup 已提交
168
	Priority "4";
J
sync  
James Troup 已提交
169 170 171 172 173 174 175 176 177 178 179 180
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	  };
	  MustBeOlderThan
	  {
	    Unstable;
	    Experimental;
	  };
	};
J
James Troup 已提交
181 182 183 184 185 186
  };

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

J
James Troup 已提交
214
  Testing-Proposed-Updates
J
James Troup 已提交
215 216 217
  {
	Components 
	{
J
sync  
James Troup 已提交
218 219 220
	  non-US/main;
	  non-US/contrib;
	  non-US/non-free;
J
James Troup 已提交
221 222 223
	};
	Architectures 
	{
J
sync  
James Troup 已提交
224 225 226 227 228 229 230 231 232 233 234 235 236
	  source;  
	  all;
	  alpha; 
	  arm;
	  hppa;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sparc;
J
James Troup 已提交
237 238 239
	};
	Origin "Debian";
	Description "Debian Testing distribution updates - Not Released";
J
James Troup 已提交
240 241
	CodeName "testing-proposed-updates";
	OverrideCodeName "sarge";
J
sync  
James Troup 已提交
242
	OverrideSuite "unstable";
J
James Troup 已提交
243
	Priority "6";
J
sync  
James Troup 已提交
244 245 246 247 248 249 250 251 252 253 254 255 256 257
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	    Proposed-Updates;
	    Testing;
	  };
	  MustBeOlderThan
	  {
	    Unstable;
	    Experimental;
	  };
	};
J
James Troup 已提交
258 259
  };

J
James Troup 已提交
260 261 262 263
  Unstable
  {
	Components 
	{
J
sync  
James Troup 已提交
264 265 266
	  non-US/main;
	  non-US/contrib;
	  non-US/non-free;
J
James Troup 已提交
267 268 269
	};
	Architectures 
	{
J
sync  
James Troup 已提交
270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
	  source; 
	  all;
	  alpha; 
	  arm;
	  hppa;
	  hurd-i386;
	  i386;
	  ia64;
	  m68k;
	  mips;
	  mipsel;
	  powerpc;
	  s390;
	  sh;
	  sparc;
J
James Troup 已提交
285 286 287
	};
	Announce "debian-devel-changes@lists.debian.org";
	Origin "Debian";
288
	Description "Debian Unstable - Not Released";
J
sync  
James Troup 已提交
289 290
	CodeName "sid";
	OverrideCodeName "sid";
J
James Troup 已提交
291
	Priority "7";
J
sync  
James Troup 已提交
292 293 294 295 296 297 298
	VersionChecks
	{
	  MustBeNewerThan
	  {
	    Stable;
	    Proposed-Updates;
	    Testing;
J
James Troup 已提交
299
	    Testing-Proposed-Updates;
J
sync  
James Troup 已提交
300 301
	  };
	};
J
James Troup 已提交
302 303 304 305
  };

};

J
sync  
James Troup 已提交
306 307
SuiteMappings
{
J
James Troup 已提交
308 309 310
 // JT - temp measure
 "map testing-security proposed-updates";

J
sync  
James Troup 已提交
311
 "map stable proposed-updates";
J
sync  
James Troup 已提交
312
 "map stable-security proposed-updates";
J
sync  
James Troup 已提交
313 314
 "map-unreleased stable unstable";
 "map-unreleased proposed-updates unstable";
J
James Troup 已提交
315 316 317 318
 "map testing testing-proposed-updates";
 //"map testing-security testing-proposed-updates";
 "map-unreleased testing unstable";
 "map-unreleased testing-proposed-updates unstable";
J
sync  
James Troup 已提交
319 320
};

J
James Troup 已提交
321 322
Dir
{
J
sync  
James Troup 已提交
323 324
  Root "/org/non-us.debian.org/ftp/";
  Pool "/org/non-us.debian.org/ftp/pool/";
J
James Troup 已提交
325
  PoolRoot "pool/";
326
  Templates "/org/non-us.debian.org/dak/templates/";
J
sync  
James Troup 已提交
327 328 329
  Override "/org/non-us.debian.org/scripts/override/";
  Lists "/org/non-us.debian.org/database/dists/";
  Log "/org/non-us.debian.org/log/";
J
James Troup 已提交
330
  Morgue "/org/non-us.debian.org/morgue/";
J
sync  
James Troup 已提交
331 332 333 334 335 336 337 338 339 340 341 342
  MorgueReject "reject";
  UrgencyLog "/org/non-us.debian.org/testing/";
  Queue
  {
    Accepted "/org/non-us.debian.org/queue/accepted/";
    Byhand "/org/non-us.debian.org/queue/byhand/";
    Done "/org/non-us.debian.org/queue/done/";
    Holding "/org/non-us.debian.org/queue/holding/";
    New "/org/non-us.debian.org/queue/new/";
    Reject "/org/non-us.debian.org/queue/reject/";
    Unchecked "/org/non-us.debian.org/queue/unchecked/";
  };
J
James Troup 已提交
343 344 345 346
};

DB
{
347
  Name "projectb";
J
sync  
James Troup 已提交
348
  Host "";
J
James Troup 已提交
349 350 351 352 353 354 355 356 357 358 359
  Port -1;
};

Architectures
{

  source "Source";
  all "Architecture Independent";
  alpha "DEC Alpha";
  hurd-i386 "Intel ia32 running the HURD";
  hppa "HP PA RISC";
J
James Troup 已提交
360
  arm "ARM";
J
James Troup 已提交
361
  i386 "Intel ia32";
J
sync  
James Troup 已提交
362
  ia64 "Intel ia64";
J
James Troup 已提交
363
  m68k "Motorola Mc680x0";
J
James Troup 已提交
364 365
  mips "MIPS (Big Endian)";
  mipsel "MIPS (Little Endian)";
J
James Troup 已提交
366
  powerpc "PowerPC";
J
sync  
James Troup 已提交
367
  s390 "IBM S/390";
J
James Troup 已提交
368 369 370 371 372 373 374 375 376 377 378
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  non-US 
  {
    OriginServer "non-us.debian.org";
J
sync  
James Troup 已提交
379
    PrimaryMirror "non-us.debian.org";
J
James Troup 已提交
380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407
    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 已提交
408 409 410
Section
{

J
sync  
James Troup 已提交
411
  non-US;
J
sync  
James Troup 已提交
412 413 414 415 416 417

};

Priority
{

J
sync  
James Troup 已提交
418 419 420 421 422 423
  required 1;
  important 2;
  standard 3;
  optional 4;
  extra 5;
  source 0; // i.e. unused
J
sync  
James Troup 已提交
424 425 426 427 428 429

};

OverrideType
{

J
sync  
James Troup 已提交
430 431 432
  deb;
  udeb;
  dsc;
J
sync  
James Troup 已提交
433 434 435

};

J
James Troup 已提交
436 437
Location
{
J
James Troup 已提交
438 439 440 441 442 443 444 445 446 447 448 449
  /org/non-us.debian.org/ftp/dists/
    {
      Archive "non-US";
      Type "legacy";
    };

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

J
James Troup 已提交
450 451 452
  /org/non-us.debian.org/ftp/pool/
    {
      Archive "non-US";
J
James Troup 已提交
453 454 455 456 457 458 459 460 461
      Suites 
	{
	  OldStable;
	  Stable;
	  Proposed-Updates;
	  Testing;
	  Testing-Proposed-Updates;
	  Unstable;
        };
J
James Troup 已提交
462 463 464 465
      Type "pool";
    };

};
R
Ryan Murray 已提交
466

J
sync  
James Troup 已提交
467 468 469 470 471
Urgency
{
  Default "low";
  Valid
  {
J
sync  
James Troup 已提交
472 473 474 475 476
    low;
    medium;
    high;
    emergency;
    critical;
J
sync  
James Troup 已提交
477
  };
R
Ryan Murray 已提交
478
};