summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-22 17:35:48 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-25 16:15:23 +0100
commit246a7fa1c7e692894f33c3d513779046759213ae (patch)
treebca22a0af0ff95c44c20798deca5692cbf1d8090 /ebuild-format.rst
parentebuild-format: Require KEYWORDS to be on one line (diff)
downloadpolicy-guide-246a7fa1c7e692894f33c3d513779046759213ae.tar.gz
policy-guide-246a7fa1c7e692894f33c3d513779046759213ae.tar.bz2
policy-guide-246a7fa1c7e692894f33c3d513779046759213ae.zip
Introduce PGnnnn identifiers for policies
Introduce stable numeric identifiers for policies, and create permalinks from them. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'ebuild-format.rst')
-rw-r--r--ebuild-format.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ebuild-format.rst b/ebuild-format.rst
index ed9bde0..a5bf5aa 100644
--- a/ebuild-format.rst
+++ b/ebuild-format.rst
@@ -8,6 +8,7 @@ Ebuild file format
Coding style
------------
+:PG: 0101
:Source: QA
:Reported: partially via repoman and pkgcheck
@@ -32,6 +33,7 @@ the ebuild.
Code must be contained within ebuild and eclasses
-------------------------------------------------
+:PG: 0102
:Source: QA
:Reference: https://bugs.gentoo.org/612630
:Reported: no
@@ -54,6 +56,7 @@ that possibility, including linting tools.
HOMEPAGE must not contain variables
-----------------------------------
+:PG: 0103
:Source: QA
:Reported: by pkgcheck, highlighted as error by gentoo-syntax
@@ -73,6 +76,7 @@ as reducing the usefulness of plain tools such as grep.
SRC_URI must not refer to HOMEPAGE
----------------------------------
+:PG: 0104
:Source: QA
:Reported: by pkgcheck
@@ -92,6 +96,7 @@ index.
KEYWORDS must be defined on a single line
-----------------------------------------
+:PG: 0105
:Source: QA
:Reported: no