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

   PGPKeyring "/org/keyring.debian.org/keyrings/debian-keyring.pgp";
   GPGKeyring "/org/keyring.debian.org/keyrings/debian-keyring.gpg";
   SendmailCommand "/usr/sbin/sendmail -oi -t";
   MyEmailAddress "Debian Installer <installer@ftp-master.debian.org>";
   MyHost "debian.org";  // used for generating user@my_host addresses in e.g. manual_reject()
J
James Troup 已提交
23 24
   NewAckList "/org/ftp.debian.org/katie/log";
   LockFile "/org/ftp.debian.org/katie/lock";
J
James Troup 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59

};

Heidi
{

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

};

Jenna
{

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

};

J
James Troup 已提交
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
Shania
{

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

 MorgueSubDir "shania";
};

J
James Troup 已提交
78 79 80
Neve
{

J
James Troup 已提交
81
  ExportDir "/org/ftp.debian.org/katie/neve-files/";
J
James Troup 已提交
82 83 84 85 86 87 88 89 90 91 92 93 94 95

};

Rhona
{

  Options  // Currently don't do anything
  {
        Debug "";
        Help "";
	Interactive "";
        Version "";
   };

J
James Troup 已提交
96 97 98
  // How long (in seconds) dead packages are left before being killed
  StayOfExecution 172800; // 2 days
  MorgueSubDir "rhona";
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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
};

Suite
{

  // Priority determines which suite is used for the Maintainers filed as generated by charisma/da_mkmaintainers (highest wins)
  
  Experimental
  {
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-devel-changes@lists.debian.org";
	Version "xx";
	Origin "Debian";
	Description "Experimental packages - not released; use at your own risk.";
	CodeName "experimental";
	OverrideCodeName "experimental";
	SingleOverrideFile "true";
	Priority "0";
  };

  Stable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
	Version "2.2r0";
	Origin "Debian";
J
James Troup 已提交
151
	Description "Debian 2.2r2 Released 5th December 2000";
J
James Troup 已提交
152 153 154 155
	CodeName "potato";
	OverrideCodeName "potato";
	Priority "1";
	Untouchable "1";
J
James Troup 已提交
156
	ChangeLogBase "dists/stable/non-US/";
J
James Troup 已提交
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
  };

  Proposed-Updates
  {
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Announce "debian-changes@lists.debian.org";
	CopyChanges "dists/proposed-updates/";
J
James Troup 已提交
174
	Version "2.2r3";
J
James Troup 已提交
175
	Origin "Debian";
J
James Troup 已提交
176
	Description "Proposed Updates for Debian 2.2r3 - Not Released";
J
James Troup 已提交
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244
	CodeName "proposed-updates";
	OverrideCodeName "potato";
	Priority "2";
  };

  Testing
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" "";  
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "i386" "";
	  "m68k" "";
	  "powerpc" "";
	  "sparc" "";
	};
	Version "2.3-testing";
	Origin "Debian";
	Description "Debian 2.3 Testing distribution - Not Released";
	Priority "3";
  };

  Unstable
  {
	Components 
	{
	  main "";
	  contrib "";
	  non-free "";
	};
	Architectures 
	{
	  "source" ""; 
	  "all" "";
	  "alpha" ""; 
	  "arm" "";
	  "hppa" "";
	  "hurd-i386" "";
	  "i386" "";
	  "m68k" "";
	  "mips" "";
	  "mipsel" "";
	  "powerpc" "";
	  "sh" "";
	  "sparc" "";
	};
	Announce "debian-devel-changes@lists.debian.org";
	Version "2.3";
	Origin "Debian";
	Description "Debian 2.3 Unstable - Not Released";
	CodeName "woody";
	OverrideCodeName "woody";
	Priority "4";
  };

};

Dir
{
  RootDir "/org/ftp.debian.org/ftp/";
J
James Troup 已提交
245
  PoolDir "/org/ftp.debian.org/ftp/pool/";
J
James Troup 已提交
246 247 248 249
  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 已提交
250
  Morgue "/org/ftp.debian.org/morgue/";
J
James Troup 已提交
251 252 253 254 255 256 257
};

DB
{
  Host "ftp-master.debian.org";
  Port -1;
  ROUser "nobody";
J
James Troup 已提交
258
};
J
James Troup 已提交
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343

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";
  m68k "Motorola Mc680x0";
  mips "SGI MIPS";
  mipsel "SGI MIPS (Little Endian)";
  powerpc "PowerPC";
  sh "Hitatchi SuperH";
  sparc "Sun SPARC/UltraSPARC";

};

Archive
{

  ftp-master
  {
    OriginServer "ftp-master.debian.org";
    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";
  };

};

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 已提交
344
  /org/ftp.debian.org/ftp/pool/
J
James Troup 已提交
345 346 347 348 349
    {
      Archive "ftp-master";
      Type "pool"
    };

J
James Troup 已提交
350
};