From e3d9fbabb14d4d8e40a8753d7aa6f73cc805134b Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Wed, 8 Jan 2014 18:56:25 +0000 Subject: [PATCH] Moved the target date for ending the ietf-announce header changes forward since we missed the start date. Commit ready for merge. Ryan - could you apply this to the current production branch as a patch and start a cron job that runs this file daily until the 24th please? - Legacy-Id: 7085 --- ietf/bin/announce-header-change | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/bin/announce-header-change b/ietf/bin/announce-header-change index 08eb7c40e..1cc12fea0 100755 --- a/ietf/bin/announce-header-change +++ b/ietf/bin/announce-header-change @@ -11,7 +11,7 @@ from ietf.utils.mail import send_mail management.setup_environ(settings) -target_date=datetime.date(year=2014,month=1,day=20) +target_date=datetime.date(year=2014,month=1,day=24) send_mail(request = None, to = "IETF-Announce ",