summaryrefslogtreecommitdiff
path: root/doc/apt_preferences.5.xml
Commit message (Collapse)AuthorAgeFilesLines
* Release 2.1.172.1.17Julian Andres Klode2021-01-111-1/+1
|
* Fixup manual page docbook syntaxJulian Andres Klode2021-01-081-2/+4
| | | | | | | No idea why we don't have manual page syntax check (what prepare-release post-build does) in CI. Should fix that eventually. Gbp-Dch: ignore
* Add support for Phased-Update-PercentageJulian Andres Klode2021-01-081-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for Phased-Update-Percentage by pinning upgrades that are not to be installed down to 1. The output of policy has been changed to add the level of phasing, and documentation has been improved to document how phased updates work. The patch detects if it is running in a chroot, and if so, always includes phased updates, restoring classic apt behavior to avoid behavioral changes on buildd chroots. Various options are added to control this all: * APT::Get::{Always,Never}-Include-Phased-Updates and their legacy update-manager equivalents to always or never include phased updates * APT::Machine-ID can be set to a UUID string to have all machines in a fleet phase the same * Dir::Etc::Machine-ID is weird in that it's default is sort of like ../machine-id, but not really, as ../machine-id would look up $PWD/../machine-id and not relative to Dir::Etc; but it allows you to override the path to machine-id (as opposed to the value) * Dir::Bin::ischroot is the path to the ischroot(1) binary which is used to detect whether we are running in a chroot.
* Release 1.9.111.9.11Julian Andres Klode2020-02-261-1/+1
|
* policy: Implement pinning by source packageJulian Andres Klode2020-01-171-0/+21
| | | | | | | | | This implements the src: syntax inside policy, allowing you to pin by source package. This by default only pins the native architecuture, use src:pkg:any to pin for all architectures in your cache. Closes: #166032
* change debian related entities to a more explicit nameDavid Kalnischkies2016-01-141-16/+16
| | | | Git-Dch: Ignore
* update manpage last-modified from git via pre-export hookDavid Kalnischkies2015-11-251-1/+1
| | | | | | | | Never updating this information is wrong, updating it automatically isn't super correct either, but it seems conventional to have it and updating it more often than needed seems better than updating it never. Git-Dch: Ignore
* Document the general effect of the comma operatorJulian Andres Klode2015-08-151-0/+5
| | | | Closes: #574939
* apt_preferences(5): Mention overlapping of pin matchesJulian Andres Klode2015-08-141-0/+3
|
* apt_preferences(5): Correct default pin assignment documentationJulian Andres Klode2015-08-141-2/+2
| | | | | | | This was broken, as higher pins were also assigned to versions that are installed. Closes: #623706
* Merge branch 'debian/experimental' of https://github.com/DonKult/apt into ↵Julian Andres Klode2015-08-141-1/+1
|\ | | | | | | debian/experimental
| * use a=experimental instead n=experimental in pin documentationJohannes Schauer2015-08-121-1/+1
| | | | | | | | Closes: 783343
* | apt_preferences(5): Re-document how priorities are calculatedJulian Andres Klode2015-08-121-5/+8
| | | | | | | | | | | | | | The old text did not match either the old or the new implementation, so let's rewrite it to explain the new implementation. Closes: #554773
* | policy: Be more strict about parsing pin files, and document prio 0Julian Andres Klode2015-08-121-0/+4
|/ | | | | | Treat invalid pin priorities and overflows as an error. Closes: #429912
* 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 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.
* * doc/apt_preferences.5.xml:David Kalnischkies2012-08-301-5/+5
| | | | - use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989)
* updating <date> tags and the po files for the manpagesDavid Kalnischkies2012-06-091-1/+1
|
* * sources.list.5.xml:Justin B Rye2012-06-081-1/+1
| | | | - review and fix typo, grammar and style issues
* * doc/apt-secure.8.xml:Justin B Rye2012-06-061-3/+0
| | | | - review and fix typo, grammar and style issues
* * doc/apt-key.8.xml, doc/apt-mark.8.xml,Justin B Rye2012-06-061-30/+33
| | | | | doc/apt_preferences.5.xml: - review and fix spelling issues
* * 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
|
* 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-1/+2
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* various typo and syntax corrections in doc/*.xmlMichael Vogt2011-06-281-4/+4
|
* * apt-pkg/policy.cc:Julian Andres Klode2011-04-151-0/+43
| | | | - Allow pinning by glob() expressions, and regular expressions surrounded by slashes (the "/" character).
* document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies2011-03-231-3/+8
| | | as suggested by Charles Plessy (Closes: #619083)
* * doc/apt_preferences.5.xml:David Kalnischkies2011-03-231-1/+1
| | | - correct typo spotted by Charles Plessy (Closes: #619088)
* a notice is printed for ignored files (Closes: #597615)David Kalnischkies2011-02-071-2/+4
|
* * 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)
* add "NotAutomatic: yes" handling, thanks Osamu Aoki (Closes: #490347)David Kalnischkies2010-05-131-1/+9
|
* * doc/apt.entDavid Kalnischkies2010-05-131-10/+10
| | | | | | | - 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
* remove wrong pin-priority is optional remark (Closes: #574944)David Kalnischkies2010-03-271-4/+0
|
* origin can be used to match a hostname (Closes: #352667)David Kalnischkies2010-03-261-2/+9
|
* * doc/apt_preferences.5.xml:David Kalnischkies2010-03-261-1/+1
| | | | - fix a=sid vs. n=sid typo, thanks Ansgar Burchardt!
* * doc/apt_preferences.5.xml:David Kalnischkies2010-03-021-0/+3
| | | | | - fix two typos and be more verbose in the novice warning. Thanks to Osamu Aoki for pointing it out! (Closes: #567669)
* * doc/apt_preferences.5.xml:David Kalnischkies2010-02-181-1/+9
| | | | - explicitly warn against careless use (Closes: #567669)
* Fix the newly introduced method GetListOfFilesInDir to not accept everyDavid Kalnischkies2010-01-161-0/+7
| | | | | | | | | | | | | | | | | 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.
* document the new preferences.d folder in apt_preferences(Closes: #544017)David Kalnischkies2009-09-081-1/+9
|
* [ Nicolas François ]David Kalnischkies2009-08-261-0/+1
| | | | | * doc/*.?.xml (manpages): - add contrib to author tags and also add refmiscinfo to fix warnings
* [apt-pkg] allow also codenames for specifying a releaseDavid Kalnischkies2009-05-071-4/+86
| | | | | * MatchType::Release checks first for archive than for codename equality * new n= option in apt_preference to be able to pin based on a codeName
* * Better documentation on using both APT::Default-Release and ↵Luca Bruno2008-10-031-0/+3
| | | | /etc/apt/preferences (closes: #145575)
* * doc/apt_preferences.5.xml:Michael Vogt2008-03-041-1/+1
| | | - fix typo
* Fix typos in manpagesbubulle@debian.org2008-02-191-1/+1
|
* * merged with the apt--mvo branchMichael Vogt2007-05-021-3/+4
|\
| * * apt-pkg/policy.cc:Michael Vogt2007-04-201-3/+4
| | | | | | - allow multiple packages (thanks to David Foerster)
| * * fix a incorrect exampleMichael Vogt2005-10-221-1/+1
| |
| * * merged with apt--fixes--0Michael Vogt2005-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7 * fixed incorrect man-page example * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8 * changelog udpate * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9 * we only need to check once for xmlto * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-10 * fix a bug in a man-page, fix a problem with overly long lines in apt-cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-11 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-12 * fix a incorrect error message (it always added .gz regardless what was downloaded) * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-13 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-14 * added Hashsum support for file and cdrom * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-15 * added README.arch * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-16 * merged with main * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-17 * move the changelog to the right place * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-18 * Change pkgPolicy::Pin from private to protected * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-19 * added a default constructor for PrvIterator * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-20 * applied otavios patch to reread the statusFile on debSystem::Initialize * otavio@debian.org--2005/apt--fixes--0--patch-28 Reread status configuration, needed for clients using independent apt ...
* | * merged with apt--main and apt--fixesMichael Vogt2005-06-241-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--main--0--patch-80 Merge michael.vogt@ubuntu.com--2005/apt--fixes--0 * apt@packages.debian.org/apt--main--0--patch-81 Open 0.6.37 * apt@packages.debian.org/apt--main--0--patch-82 merge bubulle@debian.org--2005/apt--main--0 * apt@packages.debian.org/apt--main--0--patch-83 Update changelog * apt@packages.debian.org/apt--main--0--patch-84 Fix build of French man pages (now using XML, not SGML) * apt@packages.debian.org/apt--main--0--patch-85 Merge patch from Philippe Batailler for French man page build * apt@packages.debian.org/apt--main--0--patch-86 add Welsh translations from Dafydd Harries * apt@packages.debian.org/apt--main--0--patch-87 Update changelog * apt@packages.debian.org/apt--main--0--patch-88 Change debian/bugscript to use #!/bin/bash (Closes: #313402) * apt@packages.debian.org/apt--misc-abi-changes--0--patch-4 Merge from mainline * apt@packages.debian.org/apt--misc-abi-changes--0--patch-5 Merge from mainline * apt@packages.debian.org/apt--misc-abi-changes--0--patch-6 Collapse both pkgAcquire::Run() methods into one, with a default value * bubulle@debian.org--2005/apt--main--0--patch-66 Italian translation complete * bubulle@debian.org--2005/apt--main--0--patch-67 Sync with Matt * bubulle@debian.org--2005/apt--main--0--patch-68 Sync with Matt * bubulle@debian.org--2005/apt--main--0--patch-69 Sync with Matt * bubulle@debian.org--2005/apt--main--0--patch-70 Re-generate the POT and PO files from sources * bubulle@debian.org--2005/apt--main--0--patch-71 Update French translation * bubulle@debian.org--2005/apt--main--0--patch-72 Merge with Matt * bubulle@debian.org--2005/apt--main--0--patch-73 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-74 Hebres translation update * bubulle@debian.org--2005/apt--main--0--patch-75 Merge with Matt * bubulle@debian.org--2005/apt--main--0--patch-76 Correct the Hebrew translation for #306658 * bubulle@debian.org--2005/apt--main--0--patch-77 Update French man pages translations * bubulle@debian.org--2005/apt--main--0--patch-78 Merge with Matt * bubulle@debian.org--2005/apt--main--0--patch-79 Correct syntax errors in Hebrew translation * bubulle@debian.org--2005/apt--main--0--patch-80 Revert changes to debian/changelog and debian/apt.cron.daily * bubulle@debian.org--2005/apt--main--0--patch-81 Portuguese translation update * daf@muse.19inch.net--2005/apt--main--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-85 * daf@muse.19inch.net--2005/apt--main--0--patch-1 add Welsh translation * michael.vogt@ubuntu.com--2005/apt--fixes--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-1 * merged obvious fixes into the tree to make it easy for matt to merge * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-2 * more merges from otavio that looks good/uncritical * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-3 * merged Matts misc-abi-changes tree * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-4 * finalized the changelog for a ubuntu build * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-5 * merged with apt--main--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-6 * build fix for apt--main--0 * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-7 * fixed incorrect man-page example * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-8 * changelog udpate * michael.vogt@ubuntu.com--2005/apt--fixes--0--patch-9 * we only need to check once for xmlto * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-26 * fix the cache-control header generation * otavio@debian.org--2005/apt--fixes--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-71 * otavio@debian.org--2005/apt--fixes--0--patch-1 Fix comments about the need of xmlto * otavio@debian.org--2005/apt--fixes--0--patch-2 Fix a compile warning * otavio@debian.org--2005/apt--fixes--0--patch-3 Sync with apt--main--0--patch-76 * otavio@debian.org--2005/apt--fixes--0--patch-4 Sync with apt--main--0--patch-78 * otavio@debian.org--2005/apt--fixes--0--patch-5 Add fixes that was wrongly included on DDTP changes. * otavio@debian.org--2005/apt--fixes--0--patch-8 Add information about the other fixes include on this branch now. * otavio@debian.org--2005/apt--fixes--0--patch-9 Merge last changes from apt--main--0. * otavio@debian.org--2005/apt--fixes--0--patch-10 Fix warnings about min/max change in gcc-4.0 * otavio@debian.org--2005/apt--fixes--0--patch-11 Fix remaning warnings while compiling gcc-4.0 * otavio@debian.org--2005/apt--fixes--0--patch-12 Add changelog entry about the fixes for warnings while compiling using GCC 4.0 compiler. * philippe.batailler@free.fr--2005/apt--mainBubulle--0.1--patch-1 Passage sous arch * philippe.batailler@free.fr--2005/apt--mainMatt--0--patch-1 fix xml error