[releng] schedule: update scripts for 3.12
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] schedule: update scripts for 3.12
- Date: Sun, 27 Oct 2013 18:25:36 +0000 (UTC)
commit 8b9d9ee721188945c2884404236362ac7e22fdf2
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Oct 27 19:25:19 2013 +0100
schedule: update scripts for 3.12
tools/schedule/automail.py | 2 +-
tools/schedule/ical.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/schedule/automail.py b/tools/schedule/automail.py
index 5d86440..a1e05e7 100755
--- a/tools/schedule/automail.py
+++ b/tools/schedule/automail.py
@@ -57,7 +57,7 @@ def mail_events(events):
-events = parse_file ("3.10.schedule")
+events = parse_file ("3.12.schedule")
today = datetime.date.today()
today_plus3 = today + datetime.timedelta (3)
diff --git a/tools/schedule/ical.py b/tools/schedule/ical.py
index cfdfe20..7617c9e 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.10.schedule")
+events = parse_file ("3.12.schedule")
cal = vobject.iCalendar()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]