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

Add check-manifest to plugin_template #274

Merged
merged 1 commit into from Oct 9, 2020

Conversation

daviddavis
Copy link
Contributor

fixes #7656

README.md Outdated
Comment on lines 63 to 65
check_manifest Runs check-manifest to see if any files that were unintentionally left out
MANIFEST.in. See https://pypi.org/project/check-manifest/.

Copy link
Member

Choose a reason for hiding this comment

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

❤️

@daviddavis daviddavis force-pushed the issue7656 branch 2 times, most recently from 057f415 to 800d08e Compare October 6, 2020 14:30
@pulpbot
Copy link
Member

pulpbot commented Oct 6, 2020

Attached issue: https://pulp.plan.io/issues/7656

@daviddavis daviddavis force-pushed the issue7656 branch 3 times, most recently from d435cac to ac1aa79 Compare October 6, 2020 16:52
[tool.check-manifest]
ignore = [
".bumpversion.cfg",
"CHANGES/**",
Copy link
Member

Choose a reason for hiding this comment

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

Is this check run when doing a release? At that point, CHANGES should actually be empty.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's run as part of our test suite so it's run against PRs and releases.

It's technically not empty at release time as there's still a .TEMPLATE.rst file in it.

@daviddavis daviddavis marked this pull request as ready for review October 8, 2020 19:54
Copy link
Member

@bmbouter bmbouter left a comment

Choose a reason for hiding this comment

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

This looks great to me. Thank you!

@daviddavis daviddavis merged commit b04f54a into pulp:master Oct 9, 2020
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.

None yet

5 participants