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

Force various files to be skipped when generating git archives #15078

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eli-schwartz
Copy link
Contributor

Meson utilizes git archive as the first step in producing a release tarball. Certain files don't need to be distributed in release tarballs at all -- namely, files used by git itself, or by github when processing a git repository for e.g. CI purposes. They have no use case outside of a git repo -- not even as documentation.

Exclude these files from the tarball. This affects both meson dist and the github autogenerated tarballs on the Tags page. More work is needed to have meson dist reach parity with automake's make distcheck, but this is a start.

Meson utilizes `git archive` as the first step in producing a release
tarball. Certain files don't need to be distributed in release tarballs
at all -- namely, files used by git itself, or by github when processing
a git repository for e.g. CI purposes. They have no use case outside of
a git repo -- not even as documentation.

Exclude these files from the tarball. This affects both `meson dist` and
the github autogenerated tarballs on the Tags page. More work is needed
to have `meson dist` reach parity with automake's `make distcheck`, but
this is a start.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 12923186625

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 20 unchanged lines in 8 files lost coverage.
  • Overall coverage increased (+0.03%) to 64.714%

Files with Coverage Reduction New Missed Lines %
pdns/misc.cc 1 62.6%
ext/json11/json11.cpp 1 64.49%
pdns/backends/gsql/gsqlbackend.hh 1 97.71%
pdns/dnsdistdist/dnsdist-tcp.cc 1 76.47%
pdns/pollmplexer.cc 1 83.66%
pdns/tsigverifier.cc 3 77.22%
pdns/recursordist/syncres.cc 4 80.21%
pdns/packethandler.cc 8 72.4%
Totals Coverage Status
Change from base Build 12905504248: 0.03%
Covered Lines: 127819
Relevant Lines: 166432

💛 - Coveralls

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.

2 participants