freedomofpress / kernel-builder

4 stars 2 forks source link

Correctly identify metapackage for server builds #51

Closed legoktm closed 4 months ago

legoktm commented 4 months ago

Status

Ready for review

Description

The server kernel uses "securedrop" as the version label, so it appears in all packages. Fix the regex to only look for "securedrop-" packages as the metapackage (as the comment correctly described).

Fixes #50.

Test plan