Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bugzilla:master commit in: template/en/default/attachment/
Date: Sat, 01 Dec 2018 11:52:24
Message-Id: 1543665126.4c97db6dec7d51c7c1bcdef6e8798a1741051b3f.mgorny@gentoo
1 commit: 4c97db6dec7d51c7c1bcdef6e8798a1741051b3f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 15:02:37 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 11:52:06 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=4c97db6d
7
8 Add notification about GLEP 76 and some more attachment tips
9
10 Bug: https://bugs.gentoo.org/668368
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 template/en/default/attachment/createformcontents.html.tmpl | 9 +++++++++
14 1 file changed, 9 insertions(+)
15
16 diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
17 index c7963712e..a12dee82d 100644
18 --- a/template/en/default/attachment/createformcontents.html.tmpl
19 +++ b/template/en/default/attachment/createformcontents.html.tmpl
20 @@ -8,6 +8,15 @@
21
22 [% max_local = Param('maxlocalattachment') * 1024 %]
23 [% max_limit = Param('maxattachmentsize')> max_local ? Param('maxattachmentsize') : max_local %]
24 +<tr>
25 + <td class="comment" colspan="2">
26 + <ol>
27 + <li>Please attach build logs and other informational files as <em>plain text</em>. If build log is larger than [% max_limit FILTER html %] KB, please compress it using compression tool such as bzip2 or xz (<em>without</em> tar).</li>
28 + <li>Patches, ebuilds and other copyrightable files meant for integration must conform to the Gentoo <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html'>copyright policy</a>. Such conformance must be explicitly acknowledged through <a rel='external' href='https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin'>GCO</a> sign-off, confirmed with <em>your real name</em>.</li>
29 + <li>Please attach ebuild updates and new packages preferably as git-format patches with explanatory commit messages (see: <a rel='external' href='https://www.gentoo.org/glep/glep-0066.html'>GLEP 66</a>) and a GCO sign-off. Alternatively, please include the sign-off in a comment when attaching non-patch format files.</li>
30 + </ol>
31 + </td>
32 +</tr>
33 <tr class="attachment_data">
34 <th><label for="data">File</label>:</th>
35 <td>