mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Note support of FTP. #48
This commit is contained in:
@@ -74,7 +74,7 @@ func makeCmdMirrorCreate() *commander.Command {
|
|||||||
Short: "create new mirror",
|
Short: "create new mirror",
|
||||||
Long: `
|
Long: `
|
||||||
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. Command
|
via HTTP and FTP. aptly would try download Release file from remote repository and verify its' signature. Command
|
||||||
line format resembles apt utlitily sources.list(5).
|
line format resembles apt utlitily sources.list(5).
|
||||||
|
|
||||||
PPA urls could specified in short format:
|
PPA urls could specified in short format:
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
// Package http provides all HTTP-related operations
|
// Package http provides all HTTP (and FTP)-related operations
|
||||||
package http
|
package http
|
||||||
|
|||||||
Reference in New Issue
Block a user