From 82a5297d9943549bb3eafd7f2985c3153640f651 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 23 Aug 2023 11:06:16 -0400 Subject: scripts: Add 048 maint branch to our helper scripts Signed-off-by: David Goulet --- scripts/ci/ci-driver.sh | 4 ++++ scripts/git/git-list-tor-branches.sh | 3 +++ 2 files changed, 7 insertions(+) (limited to 'scripts') diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh index 27bb8e34d0..fdecdece34 100755 --- a/scripts/ci/ci-driver.sh +++ b/scripts/ci/ci-driver.sh @@ -302,6 +302,10 @@ case "$TOR_VERSION" in TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;; + 0.4.8.*) + TOR_VER_AT_LEAST_043=yes + TOR_VER_AT_LEAST_044=yes + ;; esac ############################################################################# diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh index 8ff44535d8..61e7b4a947 100755 --- a/scripts/git/git-list-tor-branches.sh +++ b/scripts/git/git-list-tor-branches.sh @@ -146,6 +146,9 @@ finish() { branch maint-0.4.7 branch release-0.4.7 +branch maint-0.4.8 +branch release-0.4.8 + branch main finish -- cgit v1.2.3-54-g00ecf