summaryrefslogtreecommitdiff
path: root/doc/apt.conf.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-2/+11
| | | | | | | | | | | | | | | This adds ::InfoFD option alongside the ::Version one to request sending the information to the specified FD, by default it is STDIN as it was the case before. The environment variable APT_HOOK_INFO_FD contains the FD the data is on as a confirmation that the APT version used understood the request. Allowing the hook to choose the FD is needed/helpful e.g. for shellscripts which have a hard time accessing FDs above 9 (as >= 10 are usually used internally by them) Closes: #671728
* merge patch from Daniel Hartwig to Clarify units of Acquire::http::Dl-Limit ↵Michael Vogt2013-08-151-4/+6
| | | | | | | (closes: #705445) Conflicts: debian/changelog
* Version 3 for DPkg::Pre-Install-Pkgs with MultiArch infoDavid Kalnischkies2013-07-111-4/+10
| | | | | | | | | | | | | | | | | | | | | Adds on top of Version 2 to all displayed version numbers the architecture as well as the MultiArch flag for consumption by the hooks. Most of the time the architecture will be the same for both versions displayed, but packages might change from "all" to "any" (or back) between versions so we can't display the architecture for packages. Pseudo-Format for Version 3: <name> <version> <arch> <m-a-flag> <compare> <version> <arch> <m-a-flag> Examples: stuff - - none < 1 amd64 none **CONFIGURE** libsame 1 i386 same < 2 i386 same **CONFIGURE** stuff 2 i386 none > 1 i386 none **CONFIGURE** libsame 2 i386 same > - - none **REMOVE** toolkit 1 all foreign > - - none **REMOVE** Closes: #712116
* fix file location for configure-index.gz in apt.conf(5)David Kalnischkies2013-06-131-2/+1
| | | | Closes: #711921
* * doc/apt.conf.5.xml:Michael Vogt2013-03-251-0/+12
| | | - document Acquire::ForceIPv{4,6}
* updating <date> tags and the po files for the manpagesDavid Kalnischkies2012-06-091-1/+1
|
* * doc/apt.conf.5.xml:Justin B Rye2012-06-091-270/+308
| | | | | - review and fix typo, grammar and style issues - rephrase APT::Immediate-Configuration and many others
* * 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-3/+3
| | | | - replace CDROM with the proper CD-ROM in text
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-2/+2
|
* merge fix from david for warning during xml buildMichael Vogt2012-05-211-0/+1
|
* add also <refentryinfo> to the list of unstranslated tags for po4aDavid Kalnischkies2012-05-211-3/+1
|
* auto-generate the correct <date> translationDavid Kalnischkies2012-05-211-1/+1
|
* in <term> mark all options with <option> and mark <term><option>David Kalnischkies2012-05-211-69/+69
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* * doc/*.xml:David Kalnischkies2012-05-201-14/+24
| | | | - add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409)
* * methods/http.cc:David Kalnischkies2012-05-151-7/+6
| | | | | - after many years of pointless discussions disable http/1.1 pipelining by default as many webservers and proxies seem to be unable to conform to specification must's (rfc2616 section 8.1.2.2) (LP: #996151)
* * German manpage translation updateChris Leick2011-11-201-1/+1
| | | | | * doc/*.xml: - find and fix a bunch of misspellings
* * doc/apt.conf.5.xml:David Kalnischkies2011-10-051-1/+1
| | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
* - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-8/+17
| | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
* * doc/apt.conf.5.xml:David Kalnischkies2011-07-051-1/+9
| | | - document APT::Architectures list (Closes: #612102)
* various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-281-3/+3
|
* a notice is printed for ignored files (Closes: #597615)David Kalnischkies2011-02-071-2/+4
|
* - change the internal handling of Extensions in pkgAcqIndexDavid Kalnischkies2011-01-261-5/+4
| | | | | - add a special uncompressed compression type to prefer those files * methods/{gzip,bzip}.cc: - print a good error message if FileSize() is zero
* * doc/apt.conf.5.xml:Jakub Wilk2011-01-131-1/+1
| | | | - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
* * 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)
* [ Martin Pitt ]David Kalnischkies2010-07-111-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * debian/rules: - Make DEB_BUILD_OPTIONS=noopt actually work by passing the right CXXFLAGS. * apt-pkg/contrib/fileutl.{h,cc}: - Add support for reading of gzipped files with the new "ReadOnlyGzip" OpenMode. (Closes: #188407) - Link against zlib (in apt-pkg/makefile) and add zlib build dependency. - [ABI BREAK] This adds a new private member to FileFd, but its initialization is in the public header file. * configure.in: - Check for zlib library and headers. * apt-pkg/acquire-item.cc, apt-pkg/deb/debindexfile.cc, apt-pkg/deb/debrecords.cc, apt-pkg/deb/debsrcrecords.h, cmdline/apt-cache.cc: - Open Packages, Sources, and Translations indexes in "ReadOnlyGzip" mode. * apt-pkg/deb/debindexfile.cc: - If we do not find uncompressed package/source/translation indexes, look for gzip compressed ones. * apt-pkg/acquire-item.cc: - If the Acquire::GzipIndexes option is true and we download a gzipped index file, keep it as it is (and rename to .gz) instead of uncompressing it. * doc/apt.conf.5.xml: - Document the new Acquire::GzipIndexes option. * doc/po/apt-doc.pot, doc/po/de.po: - German translation of new Acquire::GzipIndexes option. * Add test/test-indexes.sh: - Test behaviour of index retrieval and usage, in particular with uncompressed and gzip compressed indexes. * methods/gzip.cc: With FileFd now being able to read gzipped files, there is no need for the gzip method any more to spawn an external gzip process. Rewrite it to use FileFd directly, which makes the code a lot simpler, and also using less memory and overhead.
| * * doc/apt.conf.5.xml:martin@piware.de2010-06-111-0/+9
| | | | | | - Document the new Acquire::GzipIndexes option.
* | * doc/apt.conf.5.xml:David Kalnischkies2010-07-091-3/+14
| | | | | | - add and document APT::Cache-{Start,Grow,Limit} options for mmap control
* | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-06-261-0/+9
| | | | | | | | | | - show notice about ignored file instead of being always silent - add a Dir::Ignore-Files-Silently list option to control the notice *
* | rename the options, document them and reorder the changelog a bitDavid Kalnischkies2010-06-091-0/+24
| |
* | * doc/apt.entDavid Kalnischkies2010-05-131-2/+3
|/ | | | | | | - 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
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-11/+22
| | | | | | | | | | | | | | | | | file if no extension is enforced (= restore old behaviour). (Closes: #565213) This commit includes also: * apt-pkg/policy.cc: - accept also partfiles with "pref" file extension as valid * apt-pkg/contrib/configuration.cc: - accept also partfiles with "conf" file extension as valid * doc/apt.conf.5.xml: - reorder description and split out syntax - add partfile name convention (Closes: #558348) * doc/apt_preferences.conf.5.xml: - describe partfile name convention also here And a lovely test application of course.
* fix a typo in the apt.conf manpage spotted by lintianDavid Kalnischkies2010-01-021-1/+1
| | | | W: apt: spelling-error-in-manpage usr/share/man/man5/apt.conf.5.gz enviroment environment
* add configuration PDiffs::Limit-options (FileLimit and SizeLimit) toDavid Kalnischkies2010-01-021-1/+8
| | | | not download too many or too big patches (Closes: #554349)
* Chris Leick spot & fix various typos in all manpagesDavid Kalnischkies2010-01-011-5/+5
|
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-1/+23
| | | | | | | Translation files, configurable with Acquire::Languages accessable with APT::Configuration::getLanguages() and as always with documentation in apt.conf. The commit also includes a very very simple testapp.
* add https options which default to the ones from http for the httpsDavid Kalnischkies2009-11-251-3/+5
| | | | | method as this is more sane than using only the http options without a possibility to override these for https.
* add config setting for User-Agent in http and https to the Acquire group,David Kalnischkies2009-11-251-1/+6
| | | | thanks Timothy J. Miller! (Closes: #355782)
* correct various errors, typos and oddities in the manpagesDavid Kalnischkies2009-10-291-9/+9
| | | | | | | | 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 more description to the manpage for the Immediate-Configuration andDavid Kalnischkies2009-10-191-3/+7
| | | | change another message to be also translatable.
* merge Julians changes from lp:~mvo/apt/debian-sidDavid Kalnischkies2009-10-141-4/+9
|\
| * doc/apt.conf.5.xml: Deprecate #include, we have apt.conf.d nowadays which ↵Julian Andres Klode2009-09-281-1/+2
| | | | | | | | | | should be sufficient.
| * doc/apt.conf.5.xml: Restrict option names to alphanumerical characters and ↵Julian Andres Klode2009-09-261-3/+4
| | | | | | | | "/-:._+".
| * doc/apt.conf.5.xml: Start deprecating stuff.Julian Andres Klode2009-09-261-2/+5
| | | | | | | | - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash).
* | improve the documentation and errormessages regarding a failingDavid Kalnischkies2009-10-011-5/+16
|/ | | | | immediate configuration as the old message was quite a bit scare and uninformative.
* fix same typos in debian/changelog and doc/apt.conf.5.xmlDavid Kalnischkies2009-09-251-8/+8
|
* try to be cristal clear about the usage of :: and {} (Closes: #503481)David Kalnischkies2009-09-241-3/+26
| | | | | See the bugreport (and merged ones) for discussion details which lead to these additions to the introduction of the apt.conf manpage.
* document the Acquire::http::Dl-Limit option in the manpageDavid Kalnischkies2009-09-241-1/+6
|
* cleanup commit for trigger processing:David Kalnischkies2009-09-181-10/+2
| | | | | | | | - remove the DPkg::NoConfTriggers - absolutely useless as we need TriggersPending already so we can use --no-triggers. - remove the Immediate-option from the example, it doesn't help much. - UnpackCritical uses DepUnPackPre with a D (on simple letter...) - the "smart" optimisation to skip A was not so smart - revert.
* Add even more config options and try to handle configuration problemsDavid Kalnischkies2009-09-151-19/+62
| | | | | arising if we upgrade essential or predependencies which need to be configured before even unpacking packages depending on them.