Documentation for aptly snapshot verify.

This commit is contained in:
Andrey Smirnov
2014-01-10 13:27:19 +04:00
parent 01338d6037
commit 5bf015b2b7

View File

@@ -293,6 +293,7 @@ Params:
Example::
$ aptly snapshot show back
Name: back
Created At: 2013-12-24 15:39:29 MSK
Description: Snapshot from mirror [backports2]: http://mirror.yandex.ru/backports.org/ squeeze-backports
@@ -302,6 +303,38 @@ Example::
amanda-client-1:3.3.1-3~bpo60+1_amd64
...
``aptly snapshot verify``
^^^^^^^^^^^^^^^^^^^^^^^^^
Verifies dependencies between packages in snapshot and reports unsatisfied dependencies. Command might take
additional as dependency sources
Usage::
$ aptly snapshot verify <name> [<source> ...]
Params:
* ``name`` is snapshot name which has been given during snapshot creation
* ``source`` is a options list of snapshot names which would be used as additional sources
Options:
* ``-architectures=""``: list of architectures to publish (comma-separated); derived automatically from
snapshot contents
Example::
$ aptly snapshot verify snap-deb2-main
Missing dependencies (7):
oracle-instantclient11.2-basic [i386]
scsh-0.6 [amd64]
fenix [amd64]
fenix-plugins-system [amd64]
mozart (>= 1.4.0) [amd64]
scsh-0.6 (>= 0.6.6) [amd64]
oracle-instantclient11.2-basic [amd64]
Command ``publish``
~~~~~~~~~~~~~~~~~~~