Gentoo Archives: gentoo-project

From: "Michał Górny" <mgorny@g.o>
To: gentoo-project@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-project] [PATCH 22/24] glep-0002: More updates to workflow.
Date: Sun, 17 Sep 2017 20:26:31
Message-Id: 20170917202432.7763-23-mgorny@gentoo.org
In Reply to: [gentoo-project] [PATCHES v2] New old-school GLEP workflow (GLEP 1/2 update) by "Michał Górny"
1 From: Ulrich Müller <ulm@g.o>
2
3 - Files are .rst rather than .txt now.
4 - Drop paragraph on Discussions-To header.
5 - New date format.
6 - Update mailing list addresses.
7 ---
8 glep-0002.txt | 27 +++++++++------------------
9 1 file changed, 9 insertions(+), 18 deletions(-)
10
11 diff --git a/glep-0002.txt b/glep-0002.txt
12 index ef1f0f0..a743296 100644
13 --- a/glep-0002.txt
14 +++ b/glep-0002.txt
15 @@ -72,7 +72,7 @@ doubt, read GLEP 1 for details or contact the GLEP editors <glep@g.o>.
16 Once you've decided which type of GLEP yours is going to be, follow the
17 directions below.
18
19 -- Make a copy of this file (``.txt`` file, **not** HTML!) and perform
20 +- Make a copy of this file (``.rst`` file, **not** HTML!) and perform
21 the following edits.
22
23 - Replace the "GLEP: 2" header with "GLEP: XXX" since you don't yet have
24 @@ -92,26 +92,17 @@ directions below.
25
26 - Change the Status header to "Draft".
27
28 -- Leave the Version and Last-Modified headers alone; we'll take care
29 - of those when we check your GLEP into CVS.
30 +- Reset the Version to "1".
31
32 -- If there is a forum thread or a mailing list for discussion
33 - of your new feature, add a Discussions-To header right after the Author
34 - header. You should not add a Discussions-To header if the mailing list to
35 - be used is gentoo-dev@g.o, or if discussions should be sent to you
36 - directly. Most Informational GLEPs don't have a Discussions-To header.
37 +- Change the Created and Last-Modified headers to today's date. Be sure to
38 + follow the format carefully: it must be in ISO 8601 ``yyyy-mm-dd`` format.
39
40 -- Change the Created header to today's date. Be sure to follow the
41 - format carefully: it must be in ``dd-mmm-yyyy`` format, where the ``mmm`` is
42 - the 3 English letter month abbreviation, i.e. one of Jan, Feb, Mar, Apr,
43 - May, Jun, Jul, Aug, Sep, Oct, Nov, Dec.
44 +- Reset the Post-History to empty for now; you'll add dates to this header
45 + each time you post your GLEP to gentoo-dev@l.g.o. If you
46 + posted your GLEP to the list on August 14, 2003 and September 3, 2003,
47 + the Post-History header would look like::
48
49 -- Leave Post-History alone for now; you'll add dates to this header
50 - each time you post your GLEP to gentoo-dev@g.o. If you posted your
51 - GLEP to the list on August 14, 2003 and September 3, 2003, the Post-History
52 - header would look like::
53 -
54 - Post-History: 14-Aug-2003, 03-Sept-2003
55 + Post-History: 2003-08-14, 2003-09-03
56
57 You must manually add new dates and check them in. If you don't have
58 check-in privileges, send your changes to the GLEP editors.
59 --
60 2.14.1