Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-project] [PATCH 14/18] glep-0001: Make Content-Type obligatory
Date: Thu, 14 Sep 2017 19:04:56
Message-Id: 20170914190326.12168-15-mgorny@gentoo.org
In Reply to: [gentoo-project] [RFC] GLEP 1/2 updates for the new old-school GLEP workflow by "Michał Górny"
1 The GLEP does not specify the exact behavior for handling GLEPs without
2 a Content-Type, and it might be subject to historical weirdnesses, so
3 just require it unconditionally.
4 ---
5 glep-0001.txt | 2 +-
6 1 file changed, 1 insertion(+), 1 deletion(-)
7
8 diff --git a/glep-0001.txt b/glep-0001.txt
9 index 22787bf..8b8adf2 100644
10 --- a/glep-0001.txt
11 +++ b/glep-0001.txt
12 @@ -249,7 +249,7 @@ optional. All other headers are required.
13 Status: <Draft | Active | Accepted | Deferred | Withdrawn | Rejected |
14 Final | Replaced | Moribund>
15 Type: <Informational | Standards Track>
16 - * Content-Type: <text/x-rst>
17 + Content-Type: <text/x-rst>
18 Created: <date created on>
19 Post-History: <dates of postings to mailing lists>
20 * Requires: <glep numbers>
21 --
22 2.14.1