Skip to content

Commit

Permalink
Merge pull request #71 from matyasselmeci/pr/auto-key-for-contrib
Browse files Browse the repository at this point in the history
Use the 'auto' key for contrib packages since that is what they are signed with
  • Loading branch information
matyasselmeci authored Aug 1, 2024
2 parents e737b02 + add314a commit a12d143
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 a12d143

Please sign in to comment.