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 04/24] glep-0001: Reform Last-Updated to be updated manually
Date: Sun, 17 Sep 2017 20:25:01
Message-Id: 20170917202432.7763-5-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) by "Michał Górny"
1 Since we no longer use CVS, the Last-Updated header is not updated
2 automatically anymore. Update the GLEP to require manually updating it
3 whenever the changes are merged to master.
4 ---
5 glep-0001.txt | 6 ++++--
6 1 file changed, 4 insertions(+), 2 deletions(-)
7
8 diff --git a/glep-0001.txt b/glep-0001.txt
9 index 3a4893b..a99d6b2 100644
10 --- a/glep-0001.txt
11 +++ b/glep-0001.txt
12 @@ -229,7 +229,7 @@ marked with "*" are optional. All other headers are required. ::
13
14 GLEP: <glep number>
15 Version: <cvs version string>
16 - Last-Modified: <cvs date string>
17 + Last-Modified: <date of last update>
18 Title: <glep title>
19 Author: <list of authors' real names and optionally, email addrs>
20 Status: <Draft | Active | Accepted | Deferred | Rejected |
21 @@ -264,9 +264,11 @@ Track.
22 The format of a GLEP is specified with a Content-Type header, which
23 must be "text/x-rst" for ReStructuredText GLEPs (see GLEP 2 [#GLEP2]_).
24
25 +The Last-Modified header specifies the date that the GLEP was last updated
26 +in the master branch.
27 The Created header records the date that the GLEP was assigned a number, while
28 Post-History is used to record the dates of when new versions of the GLEP are
29 -posted to gentoo-dev. Both headers should be in dd-mmm-yyyy format, e.g.
30 +posted to gentoo-dev. All three headers should be in dd-mmm-yyyy format, e.g.
31 14-Aug-2001.
32
33 GLEPs may have a Requires header, indicating the GLEP numbers that this GLEP
34 --
35 2.14.1