commit: a1c661884709ee728a24acd336fb770b90d06893
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 03:42:13 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 03:42:13 2019 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-bugzilla.git/commit/?id=a1c66188
attachment: Add a note about file read permissions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
template/en/default/attachment/createformcontents.html.tmpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/template/en/default/attachment/createformcontents.html.tmpl
b/template/en/default/attachment/createformcontents.html.tmpl
index a12dee82d..e38ab27a9 100644
--- a/template/en/default/attachment/createformcontents.html.tmpl
+++ b/template/en/default/attachment/createformcontents.html.tmpl
@@ -11,6 +11,7 @@
<tr>
<td class="comment" colspan="2">
<ol>
+ <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>
<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>
<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>
<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>