Skip to content

Commit

Permalink
Use the 'auto' key for contrib packages since that is what they are s…
Browse files Browse the repository at this point in the history
…igned with
  • Loading branch information
matyasselmeci committed Aug 1, 2024
1 parent e737b02 commit add314a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/new_mashfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit add314a

Please sign in to comment.