mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix system tests. #41
This commit is contained in:
@@ -3,9 +3,9 @@ repositories, manage local repositories, filter them, merge,
|
|||||||
upgrade individual packages, take snapshots and publish them
|
upgrade individual packages, take snapshots and publish them
|
||||||
back as Debian repositories.
|
back as Debian repositories.
|
||||||
|
|
||||||
aptly goal is to establish repeatiblity and controlled changes
|
aptly's goal is to establish repeatability and controlled changes
|
||||||
in package environment. aptly allows to fix set of packages in
|
in a package-centric environment. aptly allows to fix a set of packages
|
||||||
repository, so that package installation and upgrade becomes
|
in a repository, so that package installation and upgrade becomes
|
||||||
deterministic. At the same time aptly allows to perform controlled,
|
deterministic. At the same time aptly allows to perform controlled,
|
||||||
fine-grained changes in repository contents to transition your
|
fine-grained changes in repository contents to transition your
|
||||||
package environment to new version.
|
package environment to new version.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Usage: aptly mirror create <name> <archive url> <distribution> [<component1> ...]
|
Usage: aptly mirror create <name> <archive url> <distribution> [<component1> ...]
|
||||||
|
|
||||||
Creates mirror <name> of remote repository, aptly supports both regular and flat Debian repositories exported
|
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.
|
via HTTP. aptly would try download Release file from remote repository and verify its' signature.
|
||||||
|
|
||||||
PPA urls could specified in short format:
|
PPA urls could specified in short format:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user