[releng] schedule: Use 3.2 schedule, even if it's still a draft
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] schedule: Use 3.2 schedule, even if it's still a draft
- Date: Wed, 6 Apr 2011 17:04:01 +0000 (UTC)
commit 4de09905b6e90e48a1bc6b64baddcbbf80d9195a
Author: Vincent Untz <vuntz gnome org>
Date: Wed Apr 6 19:03:32 2011 +0200
schedule: Use 3.2 schedule, even if it's still a draft
tools/schedule/automail.py | 2 +-
tools/schedule/ical.py | 2 +-
tools/schedule/wiki.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index 86593db..1b40780 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -57,7 +57,7 @@ def mail_events(events):
-events = parse_file ("3.0.schedule")
+events = parse_file ("3.2.schedule")
today = datetime.date.today()
today_plus3 = today + datetime.timedelta (3)
diff --git a/tools/schedule/ical.py b/tools/schedule/ical.py
index eabf5c4..504cb2f 100755
--- a/tools/schedule/ical.py
+++ b/tools/schedule/ical.py
@@ -6,7 +6,7 @@ import itertools
import vobject
import dateutil.tz
-events = parse_file ("3.0.schedule")
+events = parse_file ("3.2.schedule")
cal = vobject.iCalendar()
diff --git a/tools/schedule/wiki.py b/tools/schedule/wiki.py
index 1c5a061..d3e14f2 100755
--- a/tools/schedule/wiki.py
+++ b/tools/schedule/wiki.py
@@ -3,7 +3,7 @@
from libschedule import *
import itertools
-events = parse_file ("3.0.schedule")
+events = parse_file ("3.2.schedule")
print "||<:> '''Week''' ||<:> '''Date''' || '''Task''' || '''Notes''' ||"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]