summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* fix MANIFEST.in to include CHANGELOG stub for develMatt Davis2018-05-301-1/+1
|
* 2.6 changelog gen/version/root dir cleanup (#40421)Matt Davis2018-05-211-5/+3
| | | | | | | | | | | | | | | | | | | | * 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
* Convert README from Markdown to ReStructured Text and use as longdesc (#22330)Stephen Weber2018-04-061-1/+1
| | | | | | | | | | | | | | | | | | | * Convert README from Markdown to ReStructured Text and use as longdesc Discussion in #13758 led to deciding to switch README to rst and having setup.py consume it as the long_description. * Fix long string in setup.py for pep8 compliance * Open README.rst as read-only * Update usages of root README.md to README.rst Unsure about the file ./packaging/debian/docs as it (only) contains the text README.md. I believe it's referencing ./packaging/debian/README.md but maybe someone who knows debian packaging could review it? * Pick up fixes that had been merged into README.md after the initial conversion to rst
* Include licenses in the tarball (#35855)Toshio Kuratomi2018-02-071-0/+1
|
* powershell setup fixes (#27516)Matt Davis2017-07-311-1/+1
| | | | | * fixes #27374 * recursively include top 2 levels of .psm1's under module_utils/powershell * recursively include top 2 levels of .ps1's under modules/windows (for future restructuring)
* include .psm1 files in MANIFEST (#27286)Frederic Lepied2017-07-261-1/+1
|
* Maintain symlinks in setup.py sdist, build, and install commands (#27149)Toshio Kuratomi2017-07-241-0/+1
| | | | | | | | | | | | | | | * Maintain symlinks in setup.py sdist, build, and install commands Symlinks are meaningful for ansible modules. They differentiate between aliases and deprecated modules. They're also useful for saving space and where downstream patches should be applied to the bin scripts. Fixes #27105 * Add a fallback for install and build to try to cache symlinks on their own Needed when someone tries to invoke setup.py build or setup.py install directly from the source checkout without an intermediate sdist.
* Include .yamllint in manifest so yamllint works.Matt Clay2017-04-121-0/+1
|
* Add .coveragerc to the tarball so unittests will run from the tarballToshio Kuratomi2017-04-121-0/+1
|
* removed non existing entriesBrian Coca2017-03-281-3/+0
|
* Move to using a requirements.txt to install the python packages. (#21430)Toshio Kuratomi2017-02-151-0/+1
| | | | | | | | Move to using a requirements.txt to install the python packages. This makes it easy to keep the documentation and actual package dependencies in sync. Fixes #18453
* include all docs and tests in the sdist (#20004)Evgeni Golov2017-01-101-6/+5
| | | | | also don't prune packaging (it is included later) and v2 (it does not exist) Fixes: #19769
* consolidated docsBrian Coca2017-01-061-2/+3
| | | | | point to new doc locations removed non existing dirs
* Remove the `ignore` rules from MANIFEST.in for modules-core/extras reposRyan S. Brown2016-12-221-4/+0
|
* added galaxy datasebastianneubauer2016-01-121-0/+1
| | | not tested, but something like this seems to be missing in the Manifest.in
* include all packaging in tarballBrian Coca2015-12-131-1/+2
| | | | not juse rpm spec file
* Add changelog to the tarballToshio Kuratomi2015-10-281-0/+1
|
* Fix inclusion of the dynamic inventory scriptsToshio Kuratomi2015-09-081-1/+1
|
* Fix removal of .git from modules directoriesJames Cammarata2015-07-131-0/+2
| | | | | | Also changed the setup.py maintainers email to our default support one. Fixes #11051
* removed plugins dir that was removedBrian Coca2015-07-101-1/+0
|
* moved contrib into manifest from setup.pyBrian Coca2015-07-101-0/+2
|
* Add and subtract some things from the tarballToshio Kuratomi2015-03-061-0/+7
|
* prune vs excludeMichael DeHaan2014-11-271-2/+2
|
* Make sure .git history doesn't show up in distributionMichael DeHaan2014-11-271-0/+2
|
* Fix packaging to work with new module locationJames Laska2014-09-291-0/+1
| | | | | | Changes include: * Remove references to old module dir from .spec * Use setuptools find_packages find all ansible packages
* Remove install references to library/Michael DeHaan2014-09-291-2/+0
|
* changes for package loading of modulesMichael DeHaan2014-09-261-1/+0
|
* Include *.ps1 files in the library for installationJames Cammarata2014-08-071-1/+1
| | | | Fixes #8490
* Merge pull request #6824 from sivel/make-rpm-from-releaseJames Cammarata2014-06-231-0/+2
|\ | | | | Allow 'make rpm' work from a release tarball
| * Allow make rpm to work from a release tarballMatt Martz2014-04-021-0/+2
| |
* | Add module replacer capability for powershell files.Michael DeHaan2014-06-171-0/+1
|/
* Add some docs/examplesTim Bielawa2012-08-141-0/+1
| | | | | | | | Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
* config file supportMichael DeHaan2012-08-131-0/+1
|
* Include license file in MANIFEST.in. Fixes #284Tim Bielawa2012-05-011-1/+1
|
* Move setup.py stuff back to top level as "make sdist" was not working, plus, ↵Michael DeHaan2012-04-211-0/+6
| | | | it makes sources cleaner.
* Move packaging related things out of the root directory:Tim Bielawa2012-04-191-5/+0
| | | | Distutils MANIFEST.in, setup.py -> packaging/distutils/ directory.
* Update spec file location in MANIFEST.inTim Bielawa2012-04-181-1/+1
|
* Update packaging WRT AUTHORS.mdMichael DeHaan2012-03-261-1/+1
|
* modify build/spec file to work on el6 with quasi-broken setup processSeth Vidal2012-03-131-0/+1
| | | | remove data_files section from setup.py for some reason or another
* Fixes for better RPM packagingTim Bielawa2012-03-101-0/+1
| | | | | | | Spec file installs default example hosts files Spec file marks the contents of /etc/ansible as %config(noreplace) Example hosts file now with instructional comments
* add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creationSeth Vidal2012-03-051-0/+3