From 9fe68fb4b0befc4a0692ebe21a4d6492bf0d654b Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 3 Apr 2007 18:18:58 -0400 Subject: Add preliminary support for RHEL5 tree management. This is rather complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add). --- cobbler.spec | 1 + 1 file changed, 1 insertion(+) (limited to 'cobbler.spec') diff --git a/cobbler.spec b/cobbler.spec index 62957f0..5d5131c 100644 --- a/cobbler.spec +++ b/cobbler.spec @@ -73,6 +73,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT %dir /var/www/cobbler/kickstarts_sys %dir /var/www/cobbler/repo_mirror %dir /var/www/cobbler/ks_mirror +%dir /var/www/cobbler/ks_mirror/config %dir /var/www/cobbler/images %dir /var/www/cobbler/distros %dir /var/www/cobbler/profiles -- cgit