commit: 4d099f483b70fcca7407d61462b5e8d70f26c834 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 2 17:34:42 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jun 2 17:34:42 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4d099f48
Revert "general-concepts/tree: Allow @ in filenames" As it turns out, Portage will silently drop files containing an @ char during Manifest generation. See bug 411127 and bug 106544 for further reference. This reverts commit 38de9c654dd036b304b158a32b14dbe785327938. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> general-concepts/tree/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-concepts/tree/text.xml b/general-concepts/tree/text.xml index 3a3dc99..f1877fd 100644 --- a/general-concepts/tree/text.xml +++ b/general-concepts/tree/text.xml @@ -91,7 +91,7 @@ Things that do <b>not</b> belong in the tree: <li>Large patches</li> <li>Non-text files</li> <li>Photos of teletubbies</li> - <li>Files whose name contains characters outside <c>[A-Za-z0-9._+@-]</c></li> + <li>Files whose name contains characters outside <c>[A-Za-z0-9._+-]</c></li> <li>Files whose name starts with a dot, a hyphen, or a plus sign</li> </ul>
