summaryrefslogtreecommitdiff
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
* New release v2.2.1.0-1v2.2.1.0-1James Cammarata2017-01-162-0/+10
|
* Change release templates so they work with py3Toshio Kuratomi2016-12-141-2/+2
| | | | (cherry picked from 0b440a928908b6b8c973a16f6fc7b26f893cce04)
* Build debs with pbuilder (#18165)Shane McDonald2016-11-103-15/+41
| | | | | | | | | * Build debs with pbuilder * Update README in packaging/debian * Add Dockerfile for building debs * Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder. (cherry picked from commit 4ae0d5b843703175405eaabb084c5d5e985abbd7)
* New release v2.2.0.0-1v2.2.0.0-1James Cammarata2016-10-312-0/+10
|
* Change <support@ansible.com> - it's being retired.Bill Nottingham2016-10-154-27/+27
|
* Updating CHANGELOG and release versions for 2.1.2James Cammarata2016-10-031-1/+1
|
* Officially naming the 2.2 release "The Battle of Evermore"James Cammarata2016-09-201-1/+2
|
* Updating packaging vars for new version 2.1.1James Cammarata2016-08-031-0/+1
|
* Updating release playbookJames Cammarata2016-08-031-1/+8
| | | | * Now generates SHA file for tar.gz too
* Add RELEASE.tmpl for releases and tweak release playbookJames Cammarata2016-07-082-8/+42
|
* Fixing up release playbook based on new locationJames Cammarata2016-07-081-1/+1
|
* Tweaking release vars file format and structureJames Cammarata2016-07-071-134/+134
|
* reorganized release playbookBrian Coca2016-07-072-0/+307
| | | | moved versions into it's own file to keep the main play more readable
* backwards compat for python-support on old Debian/Ubuntu releasesEvgeni Golov2016-03-183-2/+10
|
* update README.mdEvgeni Golov2016-03-171-1/+1
|
* migrate to dh-pythonEvgeni Golov2016-03-172-3/+4
|
* moden apt can install local debs with dependencies just fineEvgeni Golov2016-03-171-0/+4
|
* Updating RELEASES/etc. for develJames Cammarata2016-03-102-0/+39
| | | | [ci skip]
* Add python-setuptools to the requirements for running ansible asToshio Kuratomi2016-01-131-1/+1
| | | | | python-setuptools contains the egginfo needed to make pkg_resources work.
* updated port versionBrian Coca2015-12-021-1/+1
|
* Add missing xsltproc in Debian packaging READMELaurent Vallar2015-11-121-1/+1
| | | | fix #13140
* Add missing docbook-xml in Debian packaging READMELaurent Vallar2015-11-121-1/+1
| | | | fix #13139
* Debian packaging updatesJames Cammarata2015-11-062-1/+2
| | | | Fixes #13040
* Backporting version release stuff from stable-1.9James Cammarata2015-10-092-0/+27
|
* Potential fix for amazon linux's rpm doing something strange with the ↵Toshio Kuratomi2015-09-061-0/+11
| | | | python_sitelib macro #12166
* much needed update to port makefileBrian Coca2015-08-311-15/+54
|
* Add six as a dependency for packagingToshio Kuratomi2015-06-023-2/+6
|
* Backporting release info/changelog stuff to develJames Cammarata2015-05-052-3/+14
|
* Improve generation of debian changelogJames Laska2015-04-091-3/+4
|
* Updating debian packaging changelog for devel 2.0 versionJames Cammarata2015-04-061-3/+9
|
* Update README.mdkristous2015-03-271-1/+1
| | | to get debuild you need to install devscripts
* doc: building debian package: 'asciidoc' is a required dependencyMatthieu Caneill2015-03-251-1/+1
|
* Update the packaging files through the 1.8.4 releaseToshio Kuratomi2015-03-032-3/+39
|
* Ansible is available in the main Gentoo repositoryJustin Lecher2014-12-021-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Bumping files for 1.9James Cammarata2014-11-252-2/+11
|
* Fixes Arch PKGBUILDMichel Blanc2014-10-081-2/+3
| | | | | | | Build was failing with new Ansible submodule setup for core and extras modules. Integrated fix from @firecat53 Added @firecat53 to contributors.
* Fix packaging to work with new module locationJames Laska2014-09-291-2/+0
| | | | | | 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-292-4/+0
|
* Adding in docs updates for 1.7.2 releaseJames Cammarata2014-09-242-0/+18
|
* Make debuild happy by including a date in debian/changelogJames Laska2014-08-071-0/+6
| | | | | | The previous commit resolved the debian build problem, but was building packages with the stable version. A development version is required in the changelog to properly build development DEB packages.
* Fix debian builds by correcting debian/changelogJames Laska2014-08-071-6/+0
| | | | | | | Remove 1.8 debian/changelog entry with a date of "TBD" as this causes the debian build process to fail. We can add this back with the 1.8 release becomes a reality, or add it back now with a valid date in the future.
* Back-porting in CHANGELOG/etc. for older versionsJames Cammarata2014-08-062-0/+18
|
* Version bump for 1.8James Cammarata2014-08-062-2/+11
|
* Require python-crypto >= 2.6 for debian package buildsJames Laska2014-08-041-1/+1
| | | | | | | The ansible PyPi package, and RPM both require crypto>=2.6. This change carries that dependency into the ansible DEB package. Note, for ubuntu-12.04, this dependency is only satisfied by a PPA. Users installing from 'ppa:ansible/ansible' will not be affected..
* Backporting CHANGELOG/RELEASES and packaging updates for 1.6.7-8 releasesJames Cammarata2014-07-222-1/+19
|
* CHANGELOG and other updates for 1.6.6 releaseJames Cammarata2014-07-012-0/+9
|
* Backporting packaging updates from 1.6 branchJames Cammarata2014-06-252-0/+18
|
* Merge pull request #7176 from leucos/develJames Cammarata2014-06-231-2/+9
|\ | | | | Arch PKGBUILD fixes : removes man3 section and adds contributor list
| * Removes man3 section and adds contributor listMichel Blanc2014-04-281-2/+9
| | | | | | | | | | | | Seems that there are no man for section 3 anymore. Removed install snippet from PKGBUILD. Added list of PKGBUILD contributors in header.
* | Updated DEB build workflowJames Laska2014-06-202-34/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | Updates to Makefile include: * add targets: deb-src, deb-src-upload, deb-upload * add variables to control DEB building: DEBUILD_OPTS, DPUT_OPTS, DEB_PPA, DEB_DIST, DEB_RELEASE * create deb files for all release values in DEB_DIST Several updates to packaging/debian/* * Updated control file * Whitespace/formatting of changelog Add deb-build to .gitignore