[releng] [schedule] Change scripts to use 2.30 schedule



commit ca22d384ee0fac689087e4b33cd10c5a43d7fc75
Author: Vincent Untz <vuntz gnome org>
Date:   Mon Nov 16 15:52:53 2009 +0100

    [schedule] Change scripts to use 2.30 schedule
    
    This should hopefully make the automail script send mails again.

 tools/schedule/automail.py |    2 +-
 tools/schedule/wiki.py     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index e39142a..0fd886b 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -57,7 +57,7 @@ def mail_events(events):
 
 
 
-events = parse_file ("2.28.schedule")
+events = parse_file ("2.30.schedule")
 today = datetime.date.today()
 today_plus3 = today + datetime.timedelta (3)
 
diff --git a/tools/schedule/wiki.py b/tools/schedule/wiki.py
index 4dd3aa9..95a8c02 100755
--- a/tools/schedule/wiki.py
+++ b/tools/schedule/wiki.py
@@ -3,7 +3,7 @@
 from libschedule import *
 import itertools
 
-events = parse_file ("2.28.schedule")
+events = parse_file ("2.30.schedule")
 
 print "||<:> '''Week''' ||<:> '''Date''' || '''Task''' || '''Notes''' ||"
 



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