From f32f4134963c6a157056b68b95503a40d265b0bc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 14 Oct 2024 01:01:45 +0100 Subject: general-concepts/ebuild-revisions: mention balancing examples against stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explicitly say that even 'no revision bump' examples should be balanced against whether a stable ebuild is being modified, as we want to minimize any risk of regressions there. i.e. It might be that a change would not need a revbump for an ~arch-only ebuild, but if the ebuild is stable, the principle of being conservative ofr stable would mean a revbump is warranted. Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- general-concepts/ebuild-revisions/text.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'general-concepts') diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index 2c8531a..72087f0 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -125,6 +125,11 @@ of thumb could be used as a guideline: +

+Note that the examples above should still be balanced against the general +principle of conservatism and need to minimize risk for stable users. +

+ -- cgit v1.2.3-65-gdbad