Skip to content

RFE: CMake target creating distribution #413

Closed
@zbeekman

Description

@zbeekman
Avg response time
Issue Stats

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions