From: Stephen Soltesz Date: Fri, 20 Feb 2009 21:34:26 +0000 (+0000) Subject: Tagging module Monitor - Monitor-1.0-14 X-Git-Tag: Monitor-1.0-14~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bb848ab862070f3a8328ce5d2e1d91ca8c40f2e4;p=monitor.git Tagging module Monitor - Monitor-1.0-14 updated printbadnodes.py to include diff_time() changed eamils to use literal addresses not tech-* and pi-* aliases updates to automation script to prevent false errors. --- diff --git a/Monitor.spec b/Monitor.spec index 8b3f5b8..243c85d 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -6,7 +6,7 @@ %define name monitor %define version 1.0 -%define taglevel 13 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -55,6 +55,11 @@ chkconfig --add monitor chkconfig monitor on %changelog +* Fri Feb 20 2009 Stephen Soltesz - Monitor-1.0-14 +- updated printbadnodes.py to include diff_time() +- changed eamils to use literal addresses not tech-* and pi-* aliases +- updates to automation script to prevent false errors. + * Tue Nov 04 2008 Stephen Soltesz - Monitor-1.0-13 - Fixed for email change in unified_model.py tweaks in others. diff --git a/monitor-server.spec b/monitor-server.spec index 70c901e..7dd66e5 100644 --- a/monitor-server.spec +++ b/monitor-server.spec @@ -6,7 +6,7 @@ %define name monitor-server %define version 1.0 -%define taglevel 13 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -118,6 +118,11 @@ echo "Post processing" #chkconfig monitor-server on %changelog +* Fri Feb 20 2009 Stephen Soltesz - Monitor-1.0-14 +- updated printbadnodes.py to include diff_time() +- changed eamils to use literal addresses not tech-* and pi-* aliases +- updates to automation script to prevent false errors. + * Tue Nov 04 2008 Stephen Soltesz - Monitor-1.0-13 - Fixed for email change in unified_model.py tweaks in others.