releng r961 - in trunk/tools: . schedule
- From: ovitters svn gnome org
- To: svn-commits-list gnome org
- Subject: releng r961 - in trunk/tools: . schedule
- Date: Fri, 4 Apr 2008 08:25:57 +0100 (BST)
Author: ovitters
Date: Fri Apr 4 08:25:57 2008
New Revision: 961
URL: http://svn.gnome.org/viewvc/releng?rev=961&view=rev
Log:
* schedule/automail.py: Parse 2.24 schedule file.
* schedule/wiki.py: Parse 2.24 schedule file.
Modified:
trunk/tools/ChangeLog
trunk/tools/schedule/automail.py
trunk/tools/schedule/wiki.py
Modified: trunk/tools/schedule/automail.py
==============================================================================
--- trunk/tools/schedule/automail.py (original)
+++ trunk/tools/schedule/automail.py Fri Apr 4 08:25:57 2008
@@ -54,7 +54,7 @@
-events = parse_file ("2.22.schedule")
+events = parse_file ("2.24.schedule")
today = datetime.date.today()
today_plus3 = today + datetime.timedelta (3)
Modified: trunk/tools/schedule/wiki.py
==============================================================================
--- trunk/tools/schedule/wiki.py (original)
+++ trunk/tools/schedule/wiki.py Fri Apr 4 08:25:57 2008
@@ -3,7 +3,7 @@
from libschedule import *
import itertools
-events = parse_file ("2.22.schedule")
+events = parse_file ("2.24.schedule")
print "||<:> '''Week''' ||<:> '''Date''' || '''Task''' || '''Notes''' ||"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]