mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
19 lines
739 B
Plaintext
19 lines
739 B
Plaintext
Usage: aptly mirror create <name> <archive url> <distribution> [<component1> ...]
|
|
|
|
Creates mirror <name> of remote repository, aptly supports both regular and flat Debian repositories exported
|
|
via HTTP. aptly would try download Release file from remote repository and verify its signature.
|
|
|
|
PPA urls could specified in short format:
|
|
|
|
$ aptly mirror create <name> ppa:<user>/<project>
|
|
|
|
Example:
|
|
|
|
$ aptly mirror create wheezy-main http://mirror.yandex.ru/debian/ wheezy main
|
|
|
|
Options:
|
|
-ignore-signatures=false: disable verification of Release file signatures
|
|
-keyring=: gpg keyring to use when verifying Release file (could be specified multiple times)
|
|
-with-sources=false: download source packages in addition to binary packages
|
|
|