summaryrefslogtreecommitdiffstats
path: root/cobbler/services.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-08 16:57:33 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-08 16:57:33 -0400
commit6ae4029a0c0021cb9151cb5a22a68c4b72ecf8cc (patch)
treec519530c40fa956677b44959205708939ad5221e /cobbler/services.py
parent7ee964ea8bc64284409c7ac053eb0c12b449aed6 (diff)
downloadthird_party-cobbler-6ae4029a0c0021cb9151cb5a22a68c4b72ecf8cc.tar.gz
third_party-cobbler-6ae4029a0c0021cb9151cb5a22a68c4b72ecf8cc.tar.xz
third_party-cobbler-6ae4029a0c0021cb9151cb5a22a68c4b72ecf8cc.zip
Added --mirror-locally option to repo add/edit and WebUI for specifying that a cobbler
repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
Diffstat (limited to 'cobbler/services.py')
-rw-r--r--cobbler/services.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/services.py b/cobbler/services.py
index adaf6fc..1cb3864 100644
--- a/cobbler/services.py
+++ b/cobbler/services.py
@@ -45,6 +45,7 @@ class CobblerSvc(object):
This is the version that does not require logins.
"""
self.remote = xmlrpclib.Server(self.server, allow_none=True)
+ self.remote.update()
def modes(self):
"""