From d1962ab24f5f288c4c3ee91974ae1e92349ac061 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 9 Feb 2024 21:12:26 +0300 Subject: [PATCH] Put varnish 6.0 into separate branch Varnish has unusual release cycle where 6.0 is lts and 6.1-6.6 are deprecated. Currently, 6.0.12 is considered outdated vecause there are newer 6.x releases but in fact it should be considered legacy as there are no newer 6.0.x releases. Fix that by putting 6.0 into its own branch. Issue: #235 See also: https://varnish-cache.org/docs/index.html --- 950.split-branches.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/950.split-branches.yaml b/950.split-branches.yaml index 5a14acf75..2804add12 100644 --- a/950.split-branches.yaml +++ b/950.split-branches.yaml @@ -384,6 +384,7 @@ - { name: unifi, setbranchcomps: 1 } - { name: varnish, setbranchcomps: 1 } +- { name: varnish, releq: "6.0", setbranch: "6.0lts", maintenance: true } - { name: virtualbox, setbranchcomps: 2 }