From 4940fdc951ba4bbf4f1da55cd8bcdfc194c4ba05 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Fri, 29 Aug 2014 19:38:25 +0400 Subject: [PATCH] Note support of FTP. #48 --- cmd/mirror_create.go | 2 +- http/http.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/mirror_create.go b/cmd/mirror_create.go index b902b26c..d4150ac1 100644 --- a/cmd/mirror_create.go +++ b/cmd/mirror_create.go @@ -74,7 +74,7 @@ func makeCmdMirrorCreate() *commander.Command { Short: "create new mirror", Long: ` Creates mirror 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). PPA urls could specified in short format: diff --git a/http/http.go b/http/http.go index f6fb5be4..84b2cec2 100644 --- a/http/http.go +++ b/http/http.go @@ -1,2 +1,2 @@ -// Package http provides all HTTP-related operations +// Package http provides all HTTP (and FTP)-related operations package http