Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] Rearrange front matter.
Date: Thu, 26 Nov 2015 06:54:52
Message-Id: 22102.44212.471585.580937@a1i15.kph.uni-mainz.de
1 ---
2 credits.tex | 26 +++-----------------------
3 introduction.tex | 23 +++++++++++++++++++++++
4 pms.tex | 4 ++--
5 3 files changed, 28 insertions(+), 25 deletions(-)
6
7 diff --git a/credits.tex b/credits.tex
8 index 336ec51..3c98e91 100644
9 --- a/credits.tex
10 +++ b/credits.tex
11 @@ -1,3 +1,6 @@
12 +\thispagestyle{empty}
13 +\vspace*{\fill}
14 +
15 \section*{Acknowledgements}
16
17 Thanks to Mike Kelly (package manager provided utilities, section~\ref{sec:pkg-mgr-commands}),
18 @@ -15,29 +18,6 @@ inclusion.
19 This document is released under the Creative Commons Attribution-Share Alike 3.0 Licence. The full
20 text of this licence can be found at \url{http://creativecommons.org/licenses/by-sa/3.0/}.
21
22 -\section*{Reporting Issues}
23 -
24 -Issues (inaccuracies, wording problems, omissions etc.)\ in this document should be reported via
25 -Gentoo Bugzilla using product \e{Gentoo Hosted Projects}, component \e{PMS/EAPI} and the default
26 -assignee. There should be one bug per issue, and one issue per bug.
27 -
28 -Patches (in \t{git format-patch} form if possible) may be submitted either via Bugzilla or to the
29 -\t{gentoo-pms@l.g.o} mailing list. Patches will be reviewed by the PMS team, who will do
30 -one of the following:
31 -
32 -\begin{compactitem}
33 -\item Accept and apply the patch.
34 -\item Explain why the patch cannot be applied as-is. The patch may then be updated and resubmitted
35 -if \mbox{appropriate}.
36 -\item Reject the patch outright.
37 -\item Take special action merited by the individual circumstances.
38 -\end{compactitem}
39 -
40 -When reporting issues, remember that this document is not the appropriate place for pushing
41 -through changes to the tree or the package manager, except where those changes are bugs.
42 -
43 -If any issue cannot be resolved by the PMS team, it may be escalated to the Gentoo Council.
44 -
45 % vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
46
47 %%% Local Variables:
48 diff --git a/introduction.tex b/introduction.tex
49 index 7c22fd4..282fd18 100644
50 --- a/introduction.tex
51 +++ b/introduction.tex
52 @@ -25,6 +25,29 @@ ebuild repository looks like, and how an ebuild is allowed to behave. Thus, both
53 package managers can change aspects of their behaviour not defined here without worry of
54 incompatibilities with any particular repository.
55
56 +\section{Reporting Issues}
57 +
58 +Issues (inaccuracies, wording problems, omissions etc.)\ in this document should be reported via
59 +Gentoo Bugzilla using product \e{Gentoo Hosted Projects}, component \e{PMS/EAPI} and the default
60 +assignee. There should be one bug per issue, and one issue per bug.
61 +
62 +Patches (in \t{git format-patch} form if possible) may be submitted either via Bugzilla or to the
63 +\t{gentoo-pms@l.g.o} mailing list. Patches will be reviewed by the PMS team, who will do
64 +one of the following:
65 +
66 +\begin{compactitem}
67 +\item Accept and apply the patch.
68 +\item Explain why the patch cannot be applied as-is. The patch may then be updated and resubmitted
69 +if appropriate.
70 +\item Reject the patch outright.
71 +\item Take special action merited by the individual circumstances.
72 +\end{compactitem}
73 +
74 +When reporting issues, remember that this document is not the appropriate place for pushing
75 +through changes to the tree or the package manager, except where those changes are bugs.
76 +
77 +If any issue cannot be resolved by the PMS team, it may be escalated to the Gentoo Council.
78 +
79 \section{Conventions}
80
81 Text in \t{teletype} is used for filenames or variable names. \i{Italic} text is used for terms
82 diff --git a/pms.tex b/pms.tex
83 index c96fc05..9ca363c 100644
84 --- a/pms.tex
85 +++ b/pms.tex
86 @@ -27,13 +27,13 @@
87 \begin{document}
88 \maketitle
89
90 +\include{credits}
91 +
92 \tableofcontents
93 \listofalgorithms
94 \listoflistings
95 \listoftables
96
97 -\include{credits}
98 -
99 \include{introduction}
100
101 \include{eapis}
102 --
103 2.6.3

Replies

Subject Author
[gentoo-pms] Re: [PATCH] Rearrange front matter. Ulrich Mueller <ulm@g.o>