Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
doc:dak:var_lib_dak_katie_katie.conf_d_abonde [2005/12/09 09:45] lehobey |
doc:dak:var_lib_dak_katie_katie.conf_d_abonde [2005/12/09 10:04] (Version actuelle) lehobey |
||
|---|---|---|---|
| Ligne 279: | Ligne 279: | ||
| // Please see /usr/share/doc/dak/examples/katie.conf for | // Please see /usr/share/doc/dak/examples/katie.conf for | ||
| // examples. | // examples. | ||
| + | }; | ||
| + | |||
| + | Testing | ||
| + | { | ||
| + | Components | ||
| + | { | ||
| + | main; | ||
| + | contrib; | ||
| + | non-free ; | ||
| + | }; | ||
| + | Architectures | ||
| + | { | ||
| + | source; | ||
| + | all; | ||
| + | alpha; | ||
| + | amd64; | ||
| + | arm; | ||
| + | hppa; | ||
| + | hurd-i386; | ||
| + | i386; | ||
| + | ia64; | ||
| + | kfreebsd-i386; | ||
| + | m68k; | ||
| + | mips; | ||
| + | mipsel; | ||
| + | powerpc; | ||
| + | s390; | ||
| + | sh; | ||
| + | sparc; | ||
| + | }; | ||
| + | |||
| + | // Announce (optional): controls where "Installed foo" mails | ||
| + | // are sent. | ||
| + | Announce "changeslist@localhost.localdomain"; | ||
| + | |||
| + | // CodeName, Origin and Description (optional): This settings | ||
| + | // are used by ziyi and put in the Release files. | ||
| + | Origin "archive FDL (abonde)"; | ||
| + | Description "archive FDL (abonde)"; | ||
| + | CodeName "fdl-testing"; | ||
| + | |||
| + | // OverrideCodeName (optional): used by Denise. | ||
| + | OverrideCodeName "fdl-testing"; | ||
| + | |||
| + | // Priority (optional) determines which suite is used for the | ||
| + | // Maintainers file as generated by charisma/da_mkmaintainers | ||
| + | // (highest wins). | ||
| + | Priority "5"; | ||
| + | |||
| }; | }; | ||
| Ligne 328: | Ligne 377: | ||
| Priority "3"; | Priority "3"; | ||
| - | // (Unused in this default dak configuration.) | ||
| - | // CopyChanges (optional): if this variable is present it | ||
| - | // should be a path into the archive (i.e. "Dir::RootDir"); | ||
| - | // any upload targeted for a suite with this config option | ||
| - | // present will have the .changes file copied into that path. | ||
| - | // | ||
| - | // CopyKatie (optional): if this is present it should be an | ||
| - | // absolute path; any upload targeted for a suite with this | ||
| - | // config option present will have the .katie file copied into | ||
| - | // that path. This option is similar to CopyChanges and will | ||
| - | // most often be used with it; they're seperate because | ||
| - | // .changes files are mirrored and .katie files aren't, so the | ||
| - | // paths will usually be different. | ||
| - | // | ||
| - | // There are more optional variables, such as VersionChecks. | ||
| - | // Please see /usr/share/doc/dak/examples/katie.conf for | ||
| - | // examples. | ||
| }; | }; | ||