summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Smith <Daniel.Smith@qt.io>2022-04-21 12:30:47 +0000
committerDaniel Smith <Daniel.Smith@qt.io>2022-04-22 08:53:53 +0000
commit447398a2d6f357bc381ea8464faec6226f2cfe97 (patch)
tree576f7080d491f9f74965b13ab1202a85be86c890
parente3205793dc15bcc09a49f8080470169c6246a9c5 (diff)
downloadqtrepotools-447398a2d6f357bc381ea8464faec6226f2cfe97.tar.gz
add 6.2 to LTS branches of Sanity Bot
Change-Id: Icd1c306a5d691cd1888122ed153fd08c0f7234e7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Reviewed-by: Edward Welbourne <edward.welbourne@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 9dff742..cc757ae 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");
+my @LTS = split(/\s+/, $config{'lts-branch'} || "5.6 5.9 5.12 5.15 6.2");
my %allHeads = ();
my %nonDevHeads = ();