ghmerge: Add support for technical policies
authorHugo Landau <hlandau@openssl.org>
Tue, 7 Nov 2023 07:40:05 +0000 (07:40 +0000)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 Nov 2023 11:02:32 +0000 (12:02 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/tools/pull/171)

review-tools/ghmerge

index 128bdb73d57ca37ffaf9194f4797bf8f0ba325a9..dce2fcc77ee86216cfd3a8acd97dd49d8de98627 100755 (executable)
@@ -61,6 +61,9 @@ while [ $# -ne 0 ]; do
     --web)
         WHAT=web ; BUILD=no ; shift
         ;;
+    --technical-policies)
+        WHAT=technical-policies ; BUILD=no ; shift
+        ;;
     --fuzz-corpora)
         WHAT=fuzz-corpora ; BUILD=no ; shift
         ;;