Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Add cpack support for src/bin distribution #127

Closed
wants to merge 1 commit into from

Conversation

naushir
Copy link
Collaborator

@naushir naushir commented Oct 15, 2021

The new make target "package_source" will now save the upstream git commit SHA
into a file that is saved in the source tarball generated. This SHA will then
be used by the version.py script when building from the tarball, and preserving
the upstream SHA versioning.

This removes the usage of the -DVERSION_SHA=... command line argument.

Signed-off-by: Naushir Patuck [email protected]

The new make target "package_source" will now save the upstream git commit SHA
into a file that is saved in the source tarball generated.  This SHA will then
be used by the version.py script when building from the tarball, and preserving
the upstream SHA versioning.

This removes the usage of the -DVERSION_SHA=... command line argument.

As a drive-by change, rename the -auto flag to -intree.

Signed-off-by: Naushir Patuck <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant