mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-30 21:18:16 +00:00
add default aptly config files
config rfiles are read in the following order: 1) ~/.aptly.conf 2) /usr/local/etc/aptly.conf 3) /etc/aptly.conf
This commit is contained in:
@@ -20,7 +20,7 @@ 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)
|
||||
-config="": location of configuration file (default locations in order: ~/.aptly.conf, /usr/local/etc/aptly.conf, /etc/aptly.conf)
|
||||
-db-open-attempts=10: number of attempts to open DB if it's locked by other instance
|
||||
-dep-follow-all-variants: when processing dependencies, follow a & b if dependency is 'a|b'
|
||||
-dep-follow-recommends: when processing dependencies, follow Recommends
|
||||
|
||||
Reference in New Issue
Block a user