summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename tower-python to awx-pythonShane McDonald2017-07-251-1/+1
|
* Fix version when installing from sdistShane McDonald2017-07-251-0/+1
| | | | When installing an sdist, setup.py is invoked on the machine you're installing on. We extract the version from a git tag, but the repo is not included in the sdist. The git describe --long command will silently fail and cause the installed package to report version 0.0.0.0.
* Support for executing job and adhoc commands on isolated Tower nodes (#6524)Ryan Petrello2017-06-141-0/+1
|
* Add event handler to manifestMatthew Jones2016-11-021-0/+1
|
* Include Powershell scripts for Windows scan jobsGraham Mainwaring2016-10-111-0/+1
|
* munin is dead. Long live munin!Bill Nottingham2016-06-061-1/+0
| | | | Wait, not that.
* Preliminary EL6 SCL Python 2.7 supportGraham Mainwaring2016-03-231-0/+1
|
* Include api.css and api.js under awx/static/. Fixes #788.Chris Church2016-02-051-1/+1
|
* Add PowerShell version of request_tower_configuration. From @nitzmahone.Bill Nottingham2015-11-051-0/+1
|
* Merge branch 'release_2.3' into develMatthew Jones2015-09-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release_2.3: (24 commits) Updated package changelogs Rephrase task name Make purge supervisor.conf conditional on 2.2 el6 Fix another name typo. Update python-ldap license text. Add LGPL source directly so it gets shipped. Update font-awesome licenses per legal feedback Remove bundled_licenses - we are shipping the source for bundled items, and therefore do not need to provide this separately. Add more license texts. Add full Apache licenses to files, per Pam. Attempt to harden mongodb tgz download Correct DJRF/DJRF-mongoengine licenses, rename qsstats license to match pkg name. Fix some typos in file names, and add licenses for some things we have modified in our own repos. Update Ubuntu depends and ppa's Include source for bundled packages in bundle. Include license information in packaging Add READMEs for the license directories. vendored python licenses Add bundled licenses documentation Revert to stock libzmq3 for deb depends ...
| * Include license information in packagingJames Laska2015-09-181-0/+1
| |
* | Merge remote-tracking branch 'upstream/release_2.3' into develMatthew Jones2015-09-031-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/release_2.3: (91 commits) Include python-{paramiko,ecdsa} dependencies Remove extra epel testing stanzas Unit test for ec2 credentialless inventory Fix issue with ec2 iam sync with no credential. Use the htpasswd command instead the ansible module Pip is no longer needed check local user root or not in ./configure Remove unneeded when check for super user addition Improve distro detection in setup.sh Fix superuser check on upgrade Minor improvements to setup.sh Remove ansible prerequisite check from configure Attempt to install ansible within setup.sh Allow munin processes to access postgres Move up base package dependency install fixes jenkins failures Proper flake8 fix fixes executing processes with correct PYTHONPATH will pickup .pth files Show the repo for bundled package file dump Proper flake8 fix ...
| * Gather pip requirements at package build timeJames Laska2015-08-261-2/+2
| | | | | | | | | | | | | | | | Previously, requirements were gathered prior to the `sdist` target, and included in the sdist tarball. As some requirements are compiled, this caused problems where the compiled dependencies were linked against the wrong libraries. This pull-request addresses that by moving the requirements gathering into the `dh_prep` and `%build` steps of the packaging process.
* | Build to awx/ui/static instead of distJoe Fiorini2015-07-271-1/+1
| |
* | Move code to awx/ui/clientJoe Fiorini2015-07-271-0/+1
|/
* Additional RPM fixes for ansible-tower-serviceJames Laska2015-05-221-1/+1
| | | | Fixes RPM builds.
* Make sure stdout template is included in build.Chris Church2015-03-301-1/+1
|
* Include ui template in manifestJoe Fiorini2015-03-021-0/+1
|
* Allow all static files to be loaded from distJoe Fiorini2015-03-021-10/+1
|
* Include sourcemaps in buildJoe Fiorini2015-02-171-0/+1
|
* Update static file in manifestJoe Fiorini2015-02-061-2/+3
|
* Add sosreport support to TowerMatthew Jones2014-08-111-0/+1
|
* Remove unit tests from sdist.Chris Church2014-08-111-0/+2
|
* Update manifest for new munin monitorsMatthew Jones2014-07-311-1/+1
|
* Add tower meta-init scriptMatthew Jones2014-07-301-0/+1
|
* More updates for tower graphs in muninMatthew Jones2014-07-291-0/+1
|
* Update some setup things for the new callback scriptMatthew Jones2014-04-161-1/+1
|
* Add an example script that will retry a tower callback request if it does ↵Matthew Jones2014-04-151-0/+1
| | | | not receive a 202. will retry 5 times with a 5 second interval between each run
* Include awx.min.js in sdist packagingJames Laska2014-02-171-1/+1
| | | | | Resolves a problem where the recently renamed awx.min.js was not included in packaging.
* AC-606 Fix manifest to include API templates that were moved.Chris Church2013-11-051-1/+1
|
* More work in progress on AC-132.Chris Church2013-08-261-0/+1
|
* Add API doc templates to manifest so they are included in the build.Chris Church2013-08-221-0/+1
|
* Excluding the awx/ui/static/lib/ansible/ directory from packagingJames Cammarata2013-07-231-0/+1
|
* Adding config.js to the MANIFEST.in file and a mininfy compile script fixJames Cammarata2013-07-221-0/+1
| | | | | | Added a "-e" to the shebang in the compile.sh script for the minification process so that errors during the compilation will break the build rather than failing silently.
* Fix for AC-239: Packaging no longer includes Angular, jQuery JSJames Cammarata2013-07-181-0/+1
|
* Adding minified js steps to packaging plus other minor fixesJames Cammarata2013-07-161-1/+2
| | | | | | | * Added a new make tarket (minjs) to run the compile script and modified the sdist target to require it * Minor fixes to packaging to chown/chmod the SECRET_KEY file to the proper user and permissions
* Added modified sdist command to distribute certain files as pyc only.Chris Church2013-06-261-4/+2
|
* Changes to build process to remove .py filesJames Cammarata2013-06-251-2/+2
|
* Include local versions of third-party dependencies, particularly those ↵Chris Church2013-06-241-1/+2
| | | | unavailable or outdated as OS packages.
* Initial work for packaging .debJames Cammarata2013-06-231-1/+3
|
* Rename ansibleworks to awx.Chris Church2013-06-231-10/+11
|
* Adding ability to run "make rpm"James Cammarata2013-06-161-0/+1
|
* Bumped version number, updated settings and playbook to add support for ↵Chris Church2013-05-301-1/+1
| | | | logging via syslog.
* Updated manifest to include UI static files.Chris Church2013-05-221-0/+4
|
* Major rename of package from lib to ansibleworks.Chris Church2013-05-221-6/+6
|
* Initial setup script.Chris Church2013-05-081-0/+9