diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-08-21 22:31:01 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-11-25 11:32:19 +0100 |
commit | 391c9f20208584bf429c7717047a0637d0d670fb (patch) | |
tree | a7d46dbce11788b3b1c35cbe8971676af0eef143 /doc/apt-patterns.7.xml | |
parent | 7fa292edbe924923cc689721fe58244ca0a40bcd (diff) |
patterns: Add ?archive
Diffstat (limited to 'doc/apt-patterns.7.xml')
-rw-r--r-- | doc/apt-patterns.7.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apt-patterns.7.xml b/doc/apt-patterns.7.xml index 09ebedeab..fe82ca1b8 100644 --- a/doc/apt-patterns.7.xml +++ b/doc/apt-patterns.7.xml @@ -112,6 +112,9 @@ These patterns select specific versions of a package. </para> <variablelist> + <varlistentry><term><code>?archive(REGEX)</code></term> + <listitem><para>Selects versions that come from the archive that matches the specified regular expression. Archive, here, means the values after <code>a=</code> in <command>apt-cache policy</command>.</para></listitem> + </varlistentry> <varlistentry><term><code>?source-package(REGEX)</code></term> <listitem><para>Selects versions where the source package name matches the specified regular expression.</para></listitem> </varlistentry> |