From 6ae4029a0c0021cb9151cb5a22a68c4b72ecf8cc Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 8 May 2008 16:57:33 -0400 Subject: 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. --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index eec038e..2a70394 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,6 +38,7 @@ Cobbler CHANGELOG - xen kernel (PV) distros do not get added to PXE menus as they won't boot there - cobbler buildiso command to build non live ISOs - cobbler replicate command +- added cobbler repo option --mirror-locally to reference external repos without mirroring - ??? - 0.8.3 - Make createrepo get run for local cobbler reposync invocations as needed -- cgit