]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DEV: patchbot: prepare for new version 3.1-dev
authorWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 12:38:21 +0000 (14:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 12:38:21 +0000 (14:38 +0200)
The bot will now load the prompt for the upcoming 3.1 version so we have
to rename the files and update their contents to match the current version.

dev/patchbot/prompts/prompt15-3.1-mist7bv2-pfx.txt [moved from dev/patchbot/prompts/prompt15-3.0-mist7bv2-pfx.txt with 96% similarity]
dev/patchbot/prompts/prompt15-3.1-mist7bv2-sfx.txt [moved from dev/patchbot/prompts/prompt15-3.0-mist7bv2-sfx.txt with 96% similarity]

similarity index 96%
rename from dev/patchbot/prompts/prompt15-3.0-mist7bv2-pfx.txt
rename to dev/patchbot/prompts/prompt15-3.1-mist7bv2-pfx.txt
index 2d97cb915a6e0c64fed9105c9fd79d272c63c19a..3120167aa1c9e034e5f9e13fb07a3fd248b7bc33 100644 (file)
@@ -14,11 +14,11 @@ that are picked from the development branch.
 Branches are numbered in 0.1 increments. Every 6 months, upon a new major
 release, the development branch enters maintenance and a new development branch
 is created with a new, higher version. The current development branch is
-3.0-dev, and maintenance branches are 2.9 and below.
+3.1-dev, and maintenance branches are 3.0 and below.
 
 Fixes created in the development branch for issues that were introduced in an
 earlier branch are applied in descending order to each and every version till
-that branch that introduced the issue: 2.9 first, then 2.8, then 2.7 and so
+that branch that introduced the issue: 3.0 first, then 2.9, then 2.8 and so
 on. This operation is called "backporting". A fix for an issue is never
 backported beyond the branch that introduced the issue. An important point is
 that the project maintainers really aim at zero regression in maintenance
similarity index 96%
rename from dev/patchbot/prompts/prompt15-3.0-mist7bv2-sfx.txt
rename to dev/patchbot/prompts/prompt15-3.1-mist7bv2-sfx.txt
index 1db18f42444eb104acb627be26c42f53e0179bbc..dd4280bd6d9ecd2ef28020c61815afbf555ef84b 100644 (file)
@@ -17,7 +17,7 @@ Finally, based on your analysis, give your general conclusion as "Conclusion: X"
 where X is a single word among:
   - "yes", if you recommend to backport the patch right now either because
     it explicitly states this or because it's a fix for a bug that affects
-    a maintenance branch (2.9 or lower);
+    a maintenance branch (3.0 or lower);
   - "wait", if this patch explicitly mentions that it must be backported, but
     only after waiting some time.
   - "no", if nothing clearly indicates a necessity to backport this patch (e.g.