google / rpmpack

rpmpack (tar2rpm) - package rpms in pure golang or cli
Apache License 2.0
116 stars 32 forks source link

Fix tests by conditionally signing. #54

Closed jarondl closed 3 years ago

jarondl commented 3 years ago

Since #53 our tests are broken, because centos refuses to work with an unverifyable signed header. So we add a flag to sign only in the relevant test, and there use the nosignature flag to avoid centos trying to validate the signature.

This is another reminder that we must fix out CI testing soon.