From: Marc Fiuczynski Date: Wed, 29 Apr 2009 20:57:51 +0000 (+0000) Subject: plc_config.py and plc-config-tty: generalized to work for more diverse X-Git-Tag: MyPLC-4.3-6~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d800596882ba2dcebf17dd96d110ef748761f508;hp=10ff88ab4bb8ec297132852ec332c8f96449182c;p=myplc.git plc_config.py and plc-config-tty: generalized to work for more diverse MyPLC configurations. plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC deployments and increase the memory limits in php.ini plc.d/crond: add --full option to vacuumdb Tagging module MyPLC - MyPLC-4.3-6 --- diff --git a/myplc-chroot.spec b/myplc-chroot.spec index 56400b0..ed7f200 100644 --- a/myplc-chroot.spec +++ b/myplc-chroot.spec @@ -5,7 +5,7 @@ %define name myplc-chroot %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -169,6 +169,13 @@ fi %config(noreplace) /plc/data/* %changelog +* Wed Apr 29 2009 Marc Fiuczynski - MyPLC-4.3-6 +- plc_config.py and plc-config-tty: generalized to work for more diverse +- MyPLC configurations. +- plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC +- deployments and increase the memory limits in php.ini +- plc.d/crond: add --full option to vacuumdb + * Tue Apr 07 2009 Thierry Parmentelat - MyPLC-4.3-5 - avoid generating ssl certificates for disabled services among www api boot diff --git a/myplc-docs.spec b/myplc-docs.spec index f7ed51f..bf45a4e 100644 --- a/myplc-docs.spec +++ b/myplc-docs.spec @@ -5,7 +5,7 @@ %define name myplc-docs %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -76,6 +76,13 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab/doc/ %changelog +* Wed Apr 29 2009 Marc Fiuczynski - MyPLC-4.3-6 +- plc_config.py and plc-config-tty: generalized to work for more diverse +- MyPLC configurations. +- plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC +- deployments and increase the memory limits in php.ini +- plc.d/crond: add --full option to vacuumdb + * Tue Apr 07 2009 Thierry Parmentelat - MyPLC-4.3-5 - avoid generating ssl certificates for disabled services among www api boot diff --git a/myplc-release.spec b/myplc-release.spec index cccc7d3..990637e 100644 --- a/myplc-release.spec +++ b/myplc-release.spec @@ -5,7 +5,7 @@ %define name myplc-release %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -57,6 +57,13 @@ rm -rf $RPM_BUILD_ROOT /etc/myplc-release %changelog +* Wed Apr 29 2009 Marc Fiuczynski - MyPLC-4.3-6 +- plc_config.py and plc-config-tty: generalized to work for more diverse +- MyPLC configurations. +- plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC +- deployments and increase the memory limits in php.ini +- plc.d/crond: add --full option to vacuumdb + * Tue Apr 07 2009 Thierry Parmentelat - MyPLC-4.3-5 - avoid generating ssl certificates for disabled services among www api boot diff --git a/myplc.spec b/myplc.spec index 4f42442..78674e7 100644 --- a/myplc.spec +++ b/myplc.spec @@ -5,7 +5,7 @@ %define name myplc %define version 4.3 -%define taglevel 5 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -195,6 +195,13 @@ fi /usr/share/myplc %changelog +* Wed Apr 29 2009 Marc Fiuczynski - MyPLC-4.3-6 +- plc_config.py and plc-config-tty: generalized to work for more diverse +- MyPLC configurations. +- plc.d/httpd: only update httpd_conf with /data for chroot'ed MyPLC +- deployments and increase the memory limits in php.ini +- plc.d/crond: add --full option to vacuumdb + * Tue Apr 07 2009 Thierry Parmentelat - MyPLC-4.3-5 - avoid generating ssl certificates for disabled services among www api boot