[releng] schedule: update to have a new 'features' category, not relabelling 'modules'
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] schedule: update to have a new 'features' category, not relabelling 'modules'
- Date: Fri, 16 Sep 2011 16:06:03 +0000 (UTC)
commit 33b7cbc72db4687c3460cbcf955dfb80f2c637a6
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Fri Sep 16 18:05:19 2011 +0200
schedule: update to have a new 'features' category, not relabelling 'modules'
tools/schedule/3.4.schedule | 8 ++++----
tools/schedule/libschedule.py | 14 +++++++++++++-
2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/tools/schedule/3.4.schedule b/tools/schedule/3.4.schedule
index 45465cc..b5bb1c9 100644
--- a/tools/schedule/3.4.schedule
+++ b/tools/schedule/3.4.schedule
@@ -2,16 +2,16 @@ yearweek:201139
stable:3.2
unstable:3.3
newstable:3.4
-0:modules:proposals-start
+0:features:proposals-start
0:release:stable.0 mclasen
2011-10-08:conference:Montreal Summit:https://live.gnome.org/Montreal2011
2011-10-09:conference:Montreal Summit:https://live.gnome.org/Montreal2011
2011-10-10:conference:Montreal Summit:https://live.gnome.org/Montreal2011
3:release:stable.1 elleuca
4:release:unstable.1
-4:modules:proposals-end
-5:modules:discussion
-6:modules:decision
+4:features:proposals-end
+5:features:discussion
+6:features:decision
#6:freeze:module
7:release:stable.2
8:release:unstable.2
diff --git a/tools/schedule/libschedule.py b/tools/schedule/libschedule.py
index e450178..d9d5b23 100755
--- a/tools/schedule/libschedule.py
+++ b/tools/schedule/libschedule.py
@@ -10,7 +10,7 @@ import sys
class GnomeReleaseEvent:
definitions = {}
- categories = ["release", "tarball", "freeze", "modules", "task", "conference", "hackfest"]
+ categories = ["release", "tarball", "freeze", "modules", "features", "task", "conference", "hackfest"]
def __init__ (self, date, week, category, detail, version=None, assignee=None):
self.date = date
@@ -56,6 +56,12 @@ class GnomeReleaseEvent:
'discussion': 'Module inclusion discussion heats up',
'decision': 'Release Team decides on new modules'
},
+ 'features': {
+ 'proposals-start': 'New feature proposals period start',
+ 'proposals-end': 'New feature proposals period end',
+ 'discussion': 'Feature proposals discussion heats up',
+ 'decision': 'Release Team decides on new features'
+ },
'release': 'GNOME $version $detail release',
'freeze': {
'string-announcement': 'String Change Announcement Period',
@@ -88,6 +94,12 @@ in $version. If you are not able to make a tarball before this deadline or
if you think you'll be late, please send a mail to the release team and
we'll find someone to roll the tarball for you!""",
'modules': {
+ 'proposals-start': 'New module proposal start',
+ 'proposals-end': 'New module proposal end',
+ 'discussion': 'Module proposals discussion heats up',
+ 'decision': 'Release Team decides on new modules'
+ },
+ 'features': {
'proposals-start': 'New feature proposals period start',
'proposals-end': 'New feature proposals period end',
'discussion': 'Feature proposals discussion heats up',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]