| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a clarification, not a relicensing.
Our source code says "GPLv3+" or "version 3 of the License, or later".
Our documentation says GPLv3+:
https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/dev_guide/developing_modules_checklist.rst#contributing-to-ansible-objective-requirements
We were just lazy when we wrote the README and left out the "or later".
this update to the README brings it in line with what everything else
says.
|
| |
|
| |
|
|
|
| |
* adds link in README to dev env setup
|
|
|
| |
* Reduce intro to essentials
|
| |
|
| |
|
|
|
| |
PR #48682
|
|
|
|
| |
* Tidy up docs on GitHub, direct people to docs.ansible.com
* De-duplicate documentation and move useful info
|
|
|
|
|
|
| |
* Upgrade the number of contributors in README
* Upgrade the sponsor information in README
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
It should become default quite soon:
https://github.com/pypa/warehouse/milestone/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
|