Closed
Description
Avg response time |
---|
Request for Enhancement (RFE)
Create a target so that CMake can make dist
too... this should:
- NOT create a tag... that should be done by the dev ahead of time, and should be a PGP signed tag
- Compute latest tag from
git describe
-
git tag --verify
(or whatever correct syntax is) the latest tag -
git checkout
the latest tag -
git archive --prefix= etc.
the latest tag - Compute the SHA256 and write to file for the latest tag
- Compute the detached PGP signature for the latest tag
- Verify SHA256 file signature
- Verify SHA256 of tarball
- Extract tarball, build and run tests