ooo-build r12817 - in trunk: . scratch/rcsutil



Author: kyoshida
Date: Thu Jun  5 17:54:38 2008
New Revision: 12817
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12817&view=rev

Log:
2008-06-05  Kohei Yoshida  <kyoshida novell com>

	* scratch/rcsutil/parse_rcs.py: updated affiliation data for Noel and 
	Caolan.


Modified:
   trunk/ChangeLog
   trunk/scratch/rcsutil/parse_rcs.py

Modified: trunk/scratch/rcsutil/parse_rcs.py
==============================================================================
--- trunk/scratch/rcsutil/parse_rcs.py	(original)
+++ trunk/scratch/rcsutil/parse_rcs.py	Thu Jun  5 17:54:38 2008
@@ -308,8 +308,8 @@
             affil = 'Novell'
 
     elif name == 'npower':
-        # Noel Power (TODO: double-check with him)
-        dateJoinedNovell = datetime.datetime(2006, 2, 1)
+        # Noel joined Novell in July of 2005.
+        dateJoinedNovell = datetime.datetime(2005, 7, 1)
         if date < dateJoinedNovell:
             affil = 'Sun'
         else:
@@ -329,6 +329,14 @@
         else:
             affil = 'Novell'
 
+    elif name == 'cmc':
+        # Caolan moved from Sun to RedHat about March of 2004.
+        dateJoinedRH = datetime.datetime(2004, 3, 1)
+        if date < dateJoinedRH:
+            affil = 'Sun'
+        else:
+            affil = 'RedHat'
+
     return affil
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]