From b9e5d839dd1f883e302969df4c9ab63b9fcdfb79 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 4 Mar 2016 20:43:54 +0100 Subject: switch to scp for archiv diff --git a/rhimport/fetcher.go b/rhimport/fetcher.go index 446cebf..6060e98 100644 --- a/rhimport/fetcher.go +++ b/rhimport/fetcher.go @@ -252,7 +252,7 @@ func fetcherInit() { info := curl.VersionInfo(curl.VERSION_FIRST) protos := info.Protocols for _, proto := range protos { - if proto == "smb" { + if proto == "scp" { rhdl.Printf("curl: enabling protocol %s", proto) fetchers["archiv"] = fetchFileArchiv archiveEnabled = true -- cgit v0.10.2