[node-patches] Change in ovirt-node[master]: setup: remove recursive flag from wget for rhn sat cert

jboggs at redhat.com jboggs at redhat.com
Mon Oct 15 02:38:36 UTC 2012


Joey Boggs has uploaded a new change for review.

Change subject: setup: remove recursive flag from wget for rhn sat cert
......................................................................

setup: remove recursive flag from wget for rhn sat cert

rhbz#865687

Change-Id: I3401088e5ed76586f87c99d5d12dd18b4869e2d3
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/rhn.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/43/8543/1

diff --git a/scripts/rhn.py b/scripts/rhn.py
index d88111e..1eca5ee 100755
--- a/scripts/rhn.py
+++ b/scripts/rhn.py
@@ -49,7 +49,7 @@
             logger.debug("Location: " + location)
             logger.info("Downloading Satellite CA cert.....")
             logger.debug("From: " + cacert + " To: " + location)
-            system_closefds("wget -q -r -nd --no-check-certificate " +
+            system_closefds("wget -q -nd --no-check-certificate " +
                             "--timeout=30 --tries=3 -O \"" + location +
                             "\" \"" + cacert + "\"")
         if os.path.isfile(location):


--
To view, visit http://gerrit.ovirt.org/8543
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3401088e5ed76586f87c99d5d12dd18b4869e2d3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>



More information about the node-patches mailing list