Skip to content

Commit

Permalink
Merge pull request #75 from matyasselmeci/pr/empty-contrib-signatures
Browse files Browse the repository at this point in the history
Fix RPM signatures in 23-empty and 23-contrib repos
  • Loading branch information
matyasselmeci authored Aug 22, 2024
2 parents cddf200 + 9c59487 commit dc48a8f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/new_mashfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ case $SERIES in
esac

# In OSG 23+, we have a separate signing key for development versus
# promoted packages. The development key is also used for contrib.
# The tag parsing logic does not set "$REPO" for contrib repos,
# instead it puts "contrib" in $SERIES. Same for empty.
if [[ $REPO == development || $SERIES == *contrib* || $SERIES == *empty* ]]; then
# promoted packages.
if [[ $REPO == development ]]; then
KEYS=$auto_key
else
KEYS=$developer_key
Expand Down

0 comments on commit dc48a8f

Please sign in to comment.