[releng] 3.38 schedule draft



commit 98b76c807ec0b90a4ea9e6f724d3b647554c44a3
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Mar 13 11:24:03 2020 -0500

    3.38 schedule draft

 tools/schedule/3.38.schedule  | 40 ++++++++++++++++++++++++++++++++++++++++
 tools/schedule/libschedule.py |  6 +++++-
 2 files changed, 45 insertions(+), 1 deletion(-)
---
diff --git a/tools/schedule/3.38.schedule b/tools/schedule/3.38.schedule
new file mode 100644
index 0000000..73a868e
--- /dev/null
+++ b/tools/schedule/3.38.schedule
@@ -0,0 +1,40 @@
+yearweek:202011
+oldstable:3.34
+stable:3.36
+unstable:3.37
+newstable:3.38
+nextnewstable:3.40
+0:release:stable.0 mclasen
+3:tarball:stable.1 mcatanzaro
+3:tarball:oldstable.5 abderrahim
+8:tarball:unstable.1
+8:tarball:stable.2
+8:tarball:oldstable.6
+13:tarball:unstable.2
+13:tarball:stable.3
+13:tarball:oldstable.7
+18:tarball:unstable.3
+18:tarball:stable.4
+18:tarball:oldstable.8
+2020-07-22:conference:GUADEC:https://www.guadec.org/
+2020-07-23:conference:GUADEC:https://www.guadec.org/
+2020-07-24:conference:GUADEC:https://www.guadec.org/
+2020-07-25:conference:GUADEC:https://www.guadec.org/
+2020-07-26:conference:GUADEC:https://www.guadec.org/
+2020-07-27:conference:GUADEC:https://www.guadec.org/
+2020-07-28:conference:GUADEC:https://www.guadec.org/
+23:task:api-doc
+23:task:release-notes-start
+23:freeze:the-freeze
+23:tarball:beta.90 abderrahim
+23:tarball:stable.5
+23:tarball:oldstable.9
+23:eol:oldstable
+25:freeze:string
+25:tarball:beta.91
+27:freeze:hard-code
+27:tarball:rc.92 jjardon
+28:release:newstable.0 mclasen
+28:freeze:hard-code-end
+30:tarball:newstable.1
+30:tarball:stable.6
diff --git a/tools/schedule/libschedule.py b/tools/schedule/libschedule.py
index f3f72f5..77ab9cb 100755
--- a/tools/schedule/libschedule.py
+++ b/tools/schedule/libschedule.py
@@ -8,7 +8,7 @@ import os
 import os.path
 import sys
 
-DEFAULT_SCHEDULE='3.36.schedule'
+DEFAULT_SCHEDULE='3.38.schedule'
 
 class GnomeReleaseEvent:
     definitions = {}
@@ -101,6 +101,10 @@ From this point, developers can concentrate on stability and bugfixing. Translat
             "summary_template": '$detail hackfest',
             "wiki_template": '$detail hackfest',
         },
+        "eol": {
+            "summary_template": 'End of life for $oldstable',
+            "wiki_template": 'End of life for GNOME $oldstable. This will be the final update to the 
$oldstable runtime.',
+        }
     }
 
     def __init__ (self, date, week, category, detail, version=None, assignee=None):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]