Add 3.2 branch to pick-to-branch and opensslpull
authorTomas Mraz <tomas@openssl.org>
Mon, 30 Oct 2023 09:59:29 +0000 (10:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 30 Oct 2023 09:59:29 +0000 (10:59 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/tools/pull/169)

review-tools/opensslpull
review-tools/pick-to-branch

index e6f2f4c0f83c11b5c5be5c46215c3cc2ccfab763..8caedf542b65f38fe3d80c962a0e70ffd92ff9df 100755 (executable)
@@ -11,6 +11,7 @@ git checkout --quiet OpenSSL_1_1_0-stable ; git pull --rebase
 git checkout --quiet OpenSSL_1_1_1-stable ; git pull --rebase
 git checkout --quiet openssl-3.0 ; git pull --rebase
 git checkout --quiet openssl-3.1 ; git pull --rebase
+git checkout --quiet openssl-3.2 ; git pull --rebase
 git checkout --quiet master
 git rebase -p origin/master
 
index d57ca5bb0348b3107ff252c595c21dcc341144d1..7fc7e7850e320db15cdb8f0ee9f9ba1bc39784f5 100755 (executable)
@@ -60,6 +60,9 @@ case $b in
 *3*1*)
     TARGET=openssl-3.1
     ;;
+*3*2*)
+    TARGET=openssl-3.2
+    ;;
 m*)
     TARGET=master
     ;;