summaryrefslogtreecommitdiff
path: root/doc/sources.list.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* ensure that all docs use all entities filesDavid Kalnischkies2014-08-261-9/+3
| | | | | | | | | Not all are needed for all files at the moment, but the new docbook building hadn't available some of the entities it used as the files weren't correctly copied around in all cases and having the same across the bord makes working with all of them a little easier. Git-Dch: Ignore
* add support for multipl types in one lineMichael Vogt2014-01-201-4/+4
|
* add support for multiple URIs in deb822 style sources.listMichael Vogt2014-01-201-2/+2
|
* add support for Enabled: no in deb822 sources.listMichael Vogt2014-01-201-2/+3
|
* add Description tag for deb822 sourcesMichael Vogt2014-01-201-0/+4
|
* rename "Suite/Section" to pluralMichael Vogt2014-01-181-5/+5
|
* implement suggestion by donkult (thanks!)Michael Vogt2014-01-171-2/+2
|
* rename URL to Uri in deb822-sourcesMichael Vogt2014-01-161-2/+2
|
* rename "distribution" in sources.list to "suite"Michael Vogt2014-01-161-18/+20
|
* document deb822 style sources.listMichael Vogt2014-01-061-1/+16
|
* add a vendor specific file to have configurable entitiesDavid Kalnischkies2013-11-301-0/+2
| | | | | | | manpages sometimes refer to distro-specific things like the name of the package providing the achive-keyring. Having a central place to configure this helps in having it consistent in the manpages and allows to load this info from other places in the buildsystem as well later.
* implement arch+= and arch-= for sources.listDavid Kalnischkies2013-07-111-1/+5
| | | | | | | | | | | | | | | Default is to acquire all architectures from APT::Architectures which can be changed by arch=, but this isn't very flexible if you want "mostly" the default as you have to hardcode the architectures then, so arch-= and arch+= can be used to add/remove architectures from the default set. On a machine with 'amd64' and 'i386' configured the lines: deb [arch+=armel] http://example.org/debian wheezy rocks deb [arch-=amd64] http://example.org/debian jessie rocks will result in the download of: wheezy Packages for 'amd64', 'i386' and 'armel' jessie Packages for 'i386'
* updating <date> tags and the po files for the manpagesDavid Kalnischkies2012-06-091-3/+3
|
* * sources.list.5.xml:Justin B Rye2012-06-081-43/+43
| | | | - review and fix typo, grammar and style issues
* * doc/apt-key.8.xml, doc/apt-mark.8.xml,Justin B Rye2012-06-061-2/+2
| | | | | doc/apt_preferences.5.xml: - review and fix spelling issues
* * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-1/+1
| | | | - it's multi-CD and a run-on setence "ends" with;
* * doc/*.xml:Justin B Rye2012-05-241-1/+1
| | | | | - remove 'GNU/Linux' from 'Debian systems' strings as Debian has more systems than just GNU/Linux nowadays
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-2/+2
|
* * doc/*.xml:David Kalnischkies2012-05-231-14/+11
| | | | - mark even more stuff as untranslateable and improve the markup here and there (no real text change)
* auto-generate the correct <date> translationDavid Kalnischkies2012-05-211-1/+1
|
* fix authenificated→authenticated typo in sources.list manpageChris Leick2012-05-191-2/+2
|
* merged from debian-sidMichael Vogt2011-12-191-1/+1
|\
| * * German manpage translation updateChris Leick2011-11-201-1/+1
| | | | | | | | | | * doc/*.xml: - find and fix a bunch of misspellings
| * * doc/sources.list.5.xml:David Kalnischkies2011-07-051-1/+17
| | | | | | - document available [options] for sources.list entries (Closes: 632441)
* | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-07-141-2/+7
| | | | | | | | | | | | | | - add trusted=yes option to mark unsigned (local) repository as trusted based on a patch from Ansgar Burchardt, thanks a lot! (Closes: #596498) Note that "apt-get update" still warns about unknown signatures even when [trusted=yes] is given for the source.
* | cherrypick sources.list option documentation from my sid branchDavid Kalnischkies2011-07-051-1/+17
|/
* a notice is printed for ignored files (Closes: #597615)David Kalnischkies2011-02-071-1/+3
|
* * doc/sources.list.5.xml:David Kalnischkies2011-01-141-17/+13
| | | - remove obsolete references to non-us (Closes: #594495)
* * doc/apt.ent:David Kalnischkies2010-10-141-0/+3
| | | | - move some strings into apt-verbatim.ent to avoid showing them in apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
* * doc/apt.entDavid Kalnischkies2010-05-131-4/+4
| | | | | | | - add entities for the current oldstable/stable/testing codenames * doc/sources.list.5.xml: - use stable-codename instead of stable in the examples (Closes: #531492) * doc/apt_preferences.5.xml: - adapt some examples here to use current codenames as well
* * French manpage translation updateMichael Vogt2010-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * spot & fix various typos in all manpages * German manpage translation update * cmdline/apt-cache.cc: - remove translatable marker from the "%4i %s\n" string * buildlib/po4a_manpage.mak: - instruct debiandoc to build files with utf-8 encoding * buildlib/tools.m4: - fix some warning from the buildtools * apt-pkg/acquire-item.cc: - add configuration PDiffs::Limit-options to not download too many or too big patches (Closes: #554349) * debian/control: - let all packages depend on ${misc:Depends} * share/*-archive.gpg: - remove the horrible outdated files. We already depend on the keyring so we don't need to ship our own version * cmdline/apt-key: - errors out if wget is not installed (Closes: #545754) - add --keyring option as we have now possibly many * methods/gpgv.cc: - pass all keyrings (TrustedParts) to gpgv instead of using only one trusted.gpg keyring (Closes: #304846) * methods/https.cc: - finally merge the rest of the patchset from Arnaud Ebalard with the CRL and Issuers options, thanks! (Closes: #485963)
* fix two other typos - this time in sources.list.5.xml:David Kalnischkies2009-12-141-2/+2
| | | | | * recongnizable --> recognizable * maintain --> maintains
* correct various errors, typos and oddities in the manpagesDavid Kalnischkies2009-10-291-7/+7
| | | | | | | | Patch by Chris Leick which closes his on bug. Thanks! * doc/ various manpages: - correct various errors, typos and oddities (Closes: #552535) * doc/apt-secure.8.xml: - replace literal with emphasis tags in Archive configuration
* add a note about the possibility to support more URI types by installingDavid Kalnischkies2009-10-131-0/+12
| | | | some apt-transport-methods packages, e.g. https and debtorrent.
* [ Nicolas François ]David Kalnischkies2009-08-261-0/+1
| | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* Noted allowed file name characters in /etc/apt/sources.list.d/* files.Eugene V. Lyubimkin2008-11-081-3/+6
|
* doc/sources.list.5.xml: fixed grammar and typo.Eugene V. Lyubimkin2008-11-061-1/+1
|
* Removed notice that ssh/rsh access cannot use password authentication from ↵Eugene V. Lyubimkin2008-11-021-2/+2
| | | | sources.list manpage.
* Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list ↵Eugene V. Lyubimkin2008-11-021-1/+2
| | | | manpage.
* * doc/sources.list.5.xml:Michael Vogt2006-05-191-1/+1
| | | | - fix typo
* * sources.list.d documentedMichael Vogt2005-11-141-0/+7
|
* * Updates to XML man pages from richard.bos@xs4all.nlArch Librarian2004-09-201-4/+10
| | | | | | Author: mdz Date: 2004-03-11 18:17:08 GMT * Updates to XML man pages from richard.bos@xs4all.nl
* * Replace SGML manpages with XML man pages from richard...Arch Librarian2004-09-201-0/+211
Author: mdz Date: 2004-02-07 21:48:14 GMT * Replace SGML manpages with XML man pages from richard.bos@xs4all.nl (Closes: #230687)