Tagging module Monitor - Monitor-1.0-15
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 26 Feb 2009 16:53:43 +0000 (16:53 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 26 Feb 2009 16:53:43 +0000 (16:53 +0000)
fixed bug that prevented penalties from escalating and PIs from getting
emails.

Monitor.spec
monitor-server.spec

index 243c85d..669c716 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name monitor
 %define version 1.0
-%define taglevel 14
+%define taglevel 15
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -55,6 +55,10 @@ chkconfig --add monitor
 chkconfig monitor on
 
 %changelog
+* Thu Feb 26 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-15
+- fixed bug that prevented penalties from escalating and PIs from getting
+- emails.
+
 * Fri Feb 20 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-14
 - updated printbadnodes.py to include diff_time()
 - changed eamils to use literal addresses not tech-* and pi-* aliases
index 7dd66e5..6751de9 100644 (file)
@@ -6,7 +6,7 @@
 
 %define name monitor-server
 %define version 1.0
-%define taglevel 14
+%define taglevel 15
 
 %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,10 @@ echo "Post processing"
 #chkconfig monitor-server on
 
 %changelog
+* Thu Feb 26 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-15
+- fixed bug that prevented penalties from escalating and PIs from getting
+- emails.
+
 * Fri Feb 20 2009 Stephen Soltesz <soltesz@cs.princeton.edu> - Monitor-1.0-14
 - updated printbadnodes.py to include diff_time()
 - changed eamils to use literal addresses not tech-* and pi-* aliases