search for: ad5ace1

Displaying 2 results from an estimated 2 matches for "ad5ace1".

2009 Sep 17
1
[PATCH server] oVirt server single network installer
...es ! + ProxyPassReverse /ovirt/stylesheets ! + ProxyPassReverse /ovirt/errors ! + +</VirtualHost> + +Alias /terminal /usr/share/ovirt-anyterm +<Location /terminal> + DirectoryIndex anyterm.html +</Location> diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 0715690..ad5ace1 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -86,7 +86,6 @@ mkdir %{buildroot} %{__install} -d -m0755 %{buildroot}%{_sbindir} %{__install} -d -m0755 %{buildroot}%{_initrddir} %{__install} -d -m0755 %{buildroot}%{_sysconfdir}/sysconfig -%{__install} -d -m0755 %{buildroot}%{_sys...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
This patch updates dbomatic, taskomatic and host-register to use the new C++ wrapped ruby QMF bindings. It also fixes a couple of bugs along the way including the 0 cpu bug for host-register. This is a compilation of work done by myself and Arjun Roy. Signed-off-by: Ian Main <imain at redhat.com> --- src/db-omatic/db_omatic.rb | 111 ++++++-------