소스 검색

Apparently APT has no driver for HTTPS. That's going to play well in
a fully encrypted universe. Maybe just on old releases.

svn path=/apt-tools/; revision=6358

Rob Austein 9 년 전
부모
커밋
35669c656f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rpki-pbuilder.py

+ 1 - 1
rpki-pbuilder.py

@@ -55,7 +55,7 @@ parser.add_argument("--apt-user", default = "aptbot",
                     help = "username for uploading apt repository to public web server")
 parser.add_argument("--url-host", default = "download.rpki.net",
                     help = "hostname of public web server")
-parser.add_argument("--url-scheme", default = "https",
+parser.add_argument("--url-scheme", default = "http",
                     help = "URL scheme of public web server")
 parser.add_argument("--url-path", default = "/APT",
                     help = "path of apt repository on public web server")