diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-23 11:06:16 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-23 11:06:16 -0400 |
commit | 82a5297d9943549bb3eafd7f2985c3153640f651 (patch) | |
tree | f45f98647502b9b31e270fe089313dcbd514aae5 /scripts | |
parent | 6d6bd21b9d364302d803693226d0ba375730c12b (diff) | |
download | tor-82a5297d9943549bb3eafd7f2985c3153640f651.tar.gz tor-82a5297d9943549bb3eafd7f2985c3153640f651.zip |
scripts: Add 048 maint branch to our helper scripts
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/ci-driver.sh | 4 | ||||
-rwxr-xr-x | scripts/git/git-list-tor-branches.sh | 3 |
2 files changed, 7 insertions, 0 deletions
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 |