[releng] Use 3.6 schedule file
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] Use 3.6 schedule file
- Date: Fri, 6 Apr 2012 10:43:43 +0000 (UTC)
commit 113a87f79e048f4fca90a295ef9f9eb049b6f191
Author: Andre Klapper <ak-47 gmx net>
Date: Fri Apr 6 12:41:33 2012 +0200
Use 3.6 schedule file
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 ca720fc..bf34ae8 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -57,7 +57,7 @@ def mail_events(events):
-events = parse_file ("3.4.schedule")
+events = parse_file ("3.6.schedule")
today = datetime.date.today()
today_plus3 = today + datetime.timedelta (3)
diff --git a/tools/schedule/ical.py b/tools/schedule/ical.py
index 8a309ab..308a3c7 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.4.schedule")
+events = parse_file ("3.6.schedule")
cal = vobject.iCalendar()
diff --git a/tools/schedule/wiki.py b/tools/schedule/wiki.py
index 720e8b9..c63c09e 100755
--- a/tools/schedule/wiki.py
+++ b/tools/schedule/wiki.py
@@ -38,7 +38,7 @@ def splitter(l, n):
i += n
chunk = l[i:i+n]
-events = parse_file ("3.4.schedule")
+events = parse_file ("3.6.schedule")
cat_task = set(('release', 'tarball'))
by_month = lambda val: val.date.month
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]