git: 738aea3387d8 - main - Calendars: Update status reports deadlines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Mar 2026 14:50:15 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/src/commit/?id=738aea3387d831c95024fd28076dadde132ceaec
commit 738aea3387d831c95024fd28076dadde132ceaec
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2026-02-24 14:41:20 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-03-11 14:49:23 +0000
Calendars: Update status reports deadlines
Also move the deadlines in their own calendar file.
Reported by: jhs
Reviewed by: jhs, adamw,
Graham Percival <gperciva@tarsnap.com>
Differential Revision: https://reviews.freebsd.org/D55491
---
usr.bin/calendar/calendars/calendar.freebsd | 4 ----
usr.bin/calendar/calendars/calendar.status_reports | 28 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd
index bfcdfe5f9a75..37dad2d237a7 100644
--- a/usr.bin/calendar/calendars/calendar.freebsd
+++ b/usr.bin/calendar/calendars/calendar.freebsd
@@ -123,7 +123,6 @@
03/14 Eric Turgeon <ericbsd@FreeBSD.org> born in Edmundston, New Brunswick, Canada, 1982
03/15 Paolo Pisati <piso@FreeBSD.org> born in Lodi, Italy, 1977
03/15 Brian Fundakowski Feldman <green@FreeBSD.org> born in Alexandria, Virginia, United States, 1983
-03/15 First quarterly status reports are due on 03/31
03/17 Michael Smith <msmith@FreeBSD.org> born in Bankstown, New South Wales, Australia, 1971
03/17 Alexander Motin <mav@FreeBSD.org> born in Simferopol, Ukraine, 1979
03/18 Koop Mast <kwm@FreeBSD.org> born in Dokkum, the Netherlands, 1981
@@ -260,7 +259,6 @@
06/09 Stanislav Galabov <sgalabov@FreeBSD.org> born in Sofia, Bulgaria, 1978
06/11 Alonso Cardenas Marquez <acm@FreeBSD.org> born in Arequipa, Peru, 1979
06/14 Josh Paetzel <jpaetzel@FreeBSD.org> born in Minneapolis, Minnesota, United States, 1973
-06/15 Second quarterly status reports are due on 06/30
06/15 Aymeric Wibo <obiwac@FreeBSD.org> born in Plaistow, London, United Kingdom, 2004
06/17 Tilman Linneweh <arved@FreeBSD.org> born in Weinheim, Baden-Wuerttemberg, Germany, 1978
06/18 Li-Wen Hsu <lwhsu@FreeBSD.org> born in Taipei, Taiwan, Republic of China, 1984
@@ -382,7 +380,6 @@
09/14 Matthew Seaman <matthew@FreeBSD.org> born in Bristol, United Kingdom, 1965
09/15 Aleksandr Rybalko <ray@FreeBSD.org> born in Odessa, Ukraine, 1977
09/15 Dima Panov <fluffy@FreeBSD.org> born in Khabarovsk, Russian Federation, 1978
-09/15 Third quarterly status reports are due on 09/30
09/16 Maksim Yevmenkin <emax@FreeBSD.org> born in Taganrog, USSR, 1974
09/17 Maxim Bolotin <mb@FreeBSD.org> born in Rostov-on-Don, Russian Federation, 1976
09/18 Matthew Fleming <mdf@FreeBSD.org> born in Cleveland, Ohio, United States, 1975
@@ -488,7 +485,6 @@
12/11 Koichiro Iwao <meta@FreeBSD.org> born in Oita, Japan, 1987
12/15 James FitzGibbon <jfitz@FreeBSD.org> born in Amersham, Buckinghamshire, United Kingdom, 1974
12/15 Timur I. Bakeyev <timur@FreeBSD.org> born in Kazan, Republic of Tatarstan, USSR, 1974
-12/15 Fourth quarterly status reports are due on 12/31
12/18 Chris Timmons <cwt@FreeBSD.org> born in Ellensburg, Washington, United States, 1964
12/18 Dag-Erling Smorgrav <des@FreeBSD.org> born in Brussels, Belgium, 1977
12/18 Muhammad Moinur Rahman <bofh@FreeBSD.org> born in Dhaka, Bangladesh, 1983
diff --git a/usr.bin/calendar/calendars/calendar.status_reports b/usr.bin/calendar/calendars/calendar.status_reports
new file mode 100644
index 000000000000..f4e1e7b822cf
--- /dev/null
+++ b/usr.bin/calendar/calendars/calendar.status_reports
@@ -0,0 +1,28 @@
+/*
+ * FreeBSD
+ */
+
+#ifndef _calendar_status_reports_
+#define _calendar_status_reports_
+
+03/01 Status Reports: First call for Q1
+03/15 Status Reports: 1 month left reminder for Q1
+03/31 Status Reports: 2 weeks left reminder for Q1
+04/14 Status Reports: Q1 deadline
+
+06/01 Status Reports: First call for Q2
+06/15 Status Reports: 1 month left reminder for Q2
+06/30 Status Reports: 2 weeks left reminder for Q2
+07/14 Status Reports: Q2 deadline
+
+09/01 Status Reports: First call for Q3
+09/15 Status Reports: 1 month left reminder for Q3
+09/30 Status Reports: 2 weeks left reminder for Q3
+10/14 Status Reports: Q3 deadline
+
+12/01 Status Reports: First call for Q4
+12/15 Status Reports: 1 month left reminder for Q4
+12/31 Status Reports: 2 weeks left reminder for Q4
+01/14 Status Reports: Q4 deadline
+
+#endif /* !_calendar_status_reports_ */