summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Smith <daniel.smith@qt.io>2023-01-16 10:45:58 +0100
committerDaniel Smith <Daniel.Smith@qt.io>2023-01-17 14:12:36 +0000
commit0a526b66db15e870d0d8a7f122217a1ee7647d3d (patch)
tree21c79149a3e14896fd076d697574d8d4d427dac5
parent95c8b9d644a78a583c36e957a9a44c256e485ca4 (diff)
downloadqtrepotools-0a526b66db15e870d0d8a7f122217a1ee7647d3d.tar.gz
Add 6.5 to the list of LTS branches for sanity bot
Change-Id: Idc65f649f33ed78e8ddd58d0a124d5b325168f55 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
-rwxr-xr-xgit-hooks/sanitize-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/sanitize-commit b/git-hooks/sanitize-commit
index 6d1d54a..3af3426 100755
--- a/git-hooks/sanitize-commit
+++ b/git-hooks/sanitize-commit
@@ -295,7 +295,7 @@ sub check_apple_terminology()
# The hard-coded fallbacks could be avoided by init-repository setting things up.
my $with_pickbot = parse_bool($config{'with-pickbot'} // "false");
-my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15 6.2");
+my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15 6.2 6.5");
my %allHeads = ();
my %nonDevHeads = ();