From add314ad255b98b65d54f49253e555ff94542b48 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Thu, 1 Aug 2024 11:30:42 -0500 Subject: [PATCH] Use the 'auto' key for contrib packages since that is what they are signed with --- bin/new_mashfile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/new_mashfile.sh b/bin/new_mashfile.sh index 5915643..35468f4 100755 --- a/bin/new_mashfile.sh +++ b/bin/new_mashfile.sh @@ -74,7 +74,7 @@ esac # In OSG 23+, we have a separate signing key for development versus # promoted packages. -if [[ $REPO == development ]]; then +if [[ $REPO == development || $REPO == contrib ]]; then KEYS=$auto_key else KEYS=$developer_key