Update system tests after help changes.

This commit is contained in:
Andrey Smirnov
2014-03-10 19:50:26 +04:00
parent 4c81f0f52a
commit c6bf47d3ea
7 changed files with 31 additions and 21 deletions
+8 -5
View File
@@ -1,15 +1,18 @@
Usage: aptly mirror create <name> <archive url> <distribution> [<component1> ...]
Create records information about new mirror and fetches Release file (it doesn't download packages).
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 url could specified in short format when running on Debian/Ubuntu:
$ aptly mirror create some_ppa ppa:user/project
PPA urls could specified in short format:
$ aptly mirror create <name> ppa:<user>/<project>
Example:
ex:
$ 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
-with-sources=false: download source packages in addition to binary packages