From d7c3c935329390691cfa167c776717ed7d1dd273 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 20 Nov 2013 15:58:33 -0500 Subject: [PATCH] remove -q from wget when asking for gpg keys Signed-off-by: Alfredo Deza --- ceph_deploy/hosts/debian/install.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ceph_deploy/hosts/debian/install.py b/ceph_deploy/hosts/debian/install.py index 6c1b570..de9f127 100644 --- a/ceph_deploy/hosts/debian/install.py +++ b/ceph_deploy/hosts/debian/install.py @@ -30,7 +30,6 @@ def install(distro, version_kind, version, adjust_repos): distro.conn, [ 'wget', - '-q', '-O', '{key}.asc'.format(key=key), 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/{key}.asc'.format(key=key), @@ -102,7 +101,6 @@ def mirror_install(distro, repo_url, gpg_url, adjust_repos): distro.conn, [ 'wget', - '-q', '-O', 'release.asc', gpg_url, -- 2.47.3