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/24] glep-0001: Make Content-Type obligatory
Date: Sun, 17 Sep 2017 20:25:54
Message-Id: 20170917202432.7763-15-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) 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 53422fa..5521760 100644
10 --- a/glep-0001.txt
11 +++ b/glep-0001.txt
12 @@ -252,7 +252,7 @@ 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