[kteam-tools] gen-sru-announce: Move patch submission deadline to Wednesday

Stefan Bader stefan.bader at canonical.com
Wed Aug 8 13:51:16 UTC 2018


Move the deadline ahead by 2 days to allow for review before
the Friday.

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
 stable/gen-sru-announce | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/stable/gen-sru-announce b/stable/gen-sru-announce
index 05fc7ab..5fd9143 100755
--- a/stable/gen-sru-announce
+++ b/stable/gen-sru-announce
@@ -42,12 +42,13 @@ class TheApp(object):
     #
     def print_cycle(s, sd):
         sd = sd - timedelta(days=3)
+        pd = sd - timedelta(days=2)
         ed = sd + timedelta(days=22)
 
         print('')
         print('cycle: %s through %s' % (sd.strftime('%d-%b'), ed.strftime('%d-%b')))
         print('====================================================================')
-        print('         %s   Last day for kernel commits for this cycle.' % (sd.strftime('%d-%b')))
+        print('         %s   Last day for kernel commits for this cycle.' % (pd.strftime('%d-%b')))
         print('%s - %s   Kernel prep week.' %
                 ((sd + timedelta(days=3)).strftime('%d-%b'), (sd + timedelta(days=8)).strftime('%d-%b')))
         print('%s - %s   Bug verification & Regression testing.' %
-- 
2.7.4





More information about the kernel-team mailing list