Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2018-05-22 02:14:53 +0300
committerMatt Clay <matt@mystile.com>2018-05-22 02:14:53 +0300
commite4edb2842a8816a3eed596aea1c28aa769a31e9d (patch)
tree6e1407782d7a1360345e078a4cee7808d365002a /MANIFEST.in
parenteb818df1ecbc45458fa1aa446e2cc236e425056e (diff)
2.6 changelog gen/version/root dir cleanup (#40421)
* patched in changelog gen stuff from stable-2.5 * Makefile updates * release.py as single-source-of-truth * Remove obsolete ansible-core-sitemap.xml file. * Move ROADMAP.rst into README.rst. * dynamic rpm changelog, zap old deb/rpm changelogs * fix changelog in MANIFEST.in * Remove obsolete hacking/update.sh script. * Remove ref to deleted authors script. * Remove ref to removed module-formatter script. * Update headings to match script names. * MANIFEST.in cleanup * removed RELEASES.txt and versions.yml * removed obsolete release generation playbook/bits (not used since 2.5) * misc Makefile cleanup * speculative changes to DEB versioning * allow override of DEB_VERSION/DEB_RELEASE
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 50e07c88428..c226892a06d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,9 @@
-prune ticket_stubs
prune hacking
-include README.rst COPYING
+include README.rst
+include COPYING
include SYMLINK_CACHE.json
include requirements.txt
include .coveragerc
-include .yamllint
include examples/hosts
include examples/ansible.cfg
recursive-include lib/ansible/module_utils/powershell *
@@ -15,8 +14,7 @@ recursive-include licenses *
recursive-include packaging *
recursive-include test *
include Makefile
-include VERSION
include MANIFEST.in
-include CHANGELOG.md
+include changelogs/CHANGELOG-*.rst
include contrib/README.md
recursive-include contrib/inventory *