summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2019-08-21 22:31:01 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2019-11-25 11:32:19 +0100
commit391c9f20208584bf429c7717047a0637d0d670fb (patch)
treea7d46dbce11788b3b1c35cbe8971676af0eef143 /doc
parent7fa292edbe924923cc689721fe58244ca0a40bcd (diff)
patterns: Add ?archive
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-patterns.7.xml3
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>