sigh, with atached patch now... On Fri, Nov 4, 2011 at 5:10 PM, Jörgen Maas <jorgen.m...@gmail.com> wrote: > Hi, > > After installing cobbler-web users had to manually create the > directory /var/www/cobbler/pub to make calling buildiso from > cobbler-web actually work. This one line patch corrects this issue. > > Please apply to master and release22 > > -- > Grtz, > Jörgen Maas >
-- Grtz, Jörgen Maas
From 25e45ea1ca06451aa4ddad1cfb7c09b419ee5caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=F6rgen=20Maas?= <jorgen.m...@gmail.com> Date: Fri, 4 Nov 2011 17:00:33 +0100 Subject: [PATCH] Bugfix: add the /var/www/cobbler/pub directory to setup.py. Calling buildiso from cobbler-web now works as expected. --- setup.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/setup.py b/setup.py index 3cafe94..8184e24 100644 --- a/setup.py +++ b/setup.py @@ -261,6 +261,7 @@ if __name__ == "__main__": ("%scobbler/ks_mirror/config" % webroot, []), ("%scobbler/links" % webroot, []), ("%scobbler/aux" % webroot, []), + ("%scobbler/pub" % webroot, []), #A script that isn't really data, wsgi script ("%scobbler/svc/" % webroot, ["scripts/services.py"]), -- 1.7.1
_______________________________________________ cobbler-devel mailing list cobbler-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/cobbler-devel