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

ensure license and other informational files appear in distribution tarball #5113

Merged
merged 3 commits into from Apr 25, 2023

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Apr 24, 2023

@jan-janssen noticed that the flux-core LICENSE file was missing from our distribution tarball.

This PR adds that and some other missing licenses and informational files to EXTRA_DIST where appropriate so those files are included in the distribution.

Copy link
Member

@chu11 chu11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just did a quick audit myself and this looks complete.

@grondo
Copy link
Contributor Author

grondo commented Apr 24, 2023

Thanks!

Problem: The flux-core LICENSE file is not included in the
distribution tarball created by `make dist`.

Add LICENSE to the top Makefile.am EXTRA_DIST.
Problem: The license files under src/common/libccan are not
included in the distribution tarball created by `make dist`.

Add the missing files to EXTRA_DIST so they appear in the
distribution tarball.
Problem: The tomlc99 LICENSE and README files are missing from
the distribution tarball created by `make dist`.

Add these files to EXTRA_DIST so the appear in the distribution
tarball.
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #5113 (d632c02) into master (665d6ee) will increase coverage by 27.91%.
The diff coverage is n/a.

❗ Current head d632c02 differs from pull request most recent head 3b722ca. Consider uploading reports for the commit 3b722ca to get more accurate results

@@             Coverage Diff             @@
##           master    #5113       +/-   ##
===========================================
+ Coverage   55.21%   83.13%   +27.91%     
===========================================
  Files         413      453       +40     
  Lines       71022    77655     +6633     
===========================================
+ Hits        39213    64556    +25343     
+ Misses      31809    13099    -18710     

see 378 files with indirect coverage changes

@mergify mergify bot merged commit 01ac238 into flux-framework:master Apr 25, 2023
30 of 31 checks passed
@grondo grondo deleted the missing-license branch April 25, 2023 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants