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: Thu, 31 Oct 2019 03:43:08
Message-Id: 1572493333.a1c661884709ee728a24acd336fb770b90d06893.mgorny@gentoo
1 commit: a1c661884709ee728a24acd336fb770b90d06893
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 31 03:42:13 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 31 03:42:13 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=a1c66188
7
8 attachment: Add a note about file read permissions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 template/en/default/attachment/createformcontents.html.tmpl | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/template/en/default/attachment/createformcontents.html.tmpl b/template/en/default/attachment/createformcontents.html.tmpl
16 index a12dee82d..e38ab27a9 100644
17 --- a/template/en/default/attachment/createformcontents.html.tmpl
18 +++ b/template/en/default/attachment/createformcontents.html.tmpl
19 @@ -11,6 +11,7 @@
20 <tr>
21 <td class="comment" colspan="2">
22 <ol>
23 + <li>Make sure that your user has permissions to read the file you are trying to attach. If you don't, you will most likel get a confusing error message.</li>
24 <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>
25 <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>
26 <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>