mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
85b4a8b1ae
This adds command-line arg and config option, with option enabled aptly is more verbose on internal depeendency resolving cycles: ``` Missing dependencies: file-rc (>= 0.8.16) [amd64], python:any (>= 2.7.1-0ubuntu2) [amd64], python3:any (>= 3.3.2-2~) [amd64], file-rc [amd64], perl (<< 5.17) [amd64], iptables-router (>= 1.2.3) [amd64], systemd [amd64], sgml-base (>= 1.26+nmu2) [amd64], sed (>= 4.1.2-8) [amd64] Unsatisfied dependency: file-rc (>= 0.8.16) [amd64] Unsatisfied dependency: python:any (>= 2.7.1-0ubuntu2) [amd64] Unsatisfied dependency: python3:any (>= 3.3.2-2~) [amd64] Unsatisfied dependency: file-rc [amd64] Unsatisfied dependency: perl (<< 5.17) [amd64] Unsatisfied dependency: iptables-router (>= 1.2.3) [amd64] Unsatisfied dependency: systemd [amd64] Injecting package: sgml-base_1.26+nmu4ubuntu1_all Injecting package: sed_4.2.2-4ubuntu1_amd64 ```
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
aptly - Debian repository management tool
|
|
|
|
Commands:
|
|
|
|
api start API server/issue requests
|
|
config manage aptly configuration
|
|
db manage aptly's internal database and package pool
|
|
graph render graph of relationships
|
|
mirror manage mirrors of remote repositories
|
|
package operations on packages
|
|
publish manage published repositories
|
|
repo manage local package repositories
|
|
serve HTTP serve published repositories
|
|
snapshot manage snapshots of repositories
|
|
task manage aptly tasks
|
|
version display version
|
|
|
|
Use "aptly help <command>" for more information about a command.
|
|
|
|
|
|
Options:
|
|
-architectures="": list of architectures to consider during (comma-separated), default to all available
|
|
-config="": location of configuration file (default locations are /etc/aptly.conf, ~/.aptly.conf)
|
|
-dep-follow-all-variants=false: when processing dependencies, follow a & b if dependency is 'a|b'
|
|
-dep-follow-recommends=false: when processing dependencies, follow Recommends
|
|
-dep-follow-source=false: when processing dependencies, follow from binary to Source packages
|
|
-dep-follow-suggests=false: when processing dependencies, follow Suggests
|
|
-dep-verbose-resolve=false: when processing dependencies, print detailed logs
|
|
ERROR: unable to parse command
|