From: Alfredo Deza Date: Wed, 20 Nov 2013 20:58:33 +0000 (-0500) Subject: remove -q from wget when asking for gpg keys X-Git-Tag: v1.3.3~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F138%2Fhead;p=ceph-deploy.git remove -q from wget when asking for gpg keys Signed-off-by: Alfredo Deza --- 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,