1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-05 15:48:09 +01:00

12 Commits

Author SHA1 Message Date
Shane McDonald
1ae6465013 Variable-ize mock command
When running mock inside of a container you need to pass the --old-chroot flag. This lets us do that.
2018-06-21 20:07:03 -04:00
John Westcott IV
38a41834f1 Updated files for RPM packaging 2018-05-29 12:34:14 -04:00
AlanCoding
0c4a191d60 remove bin directory from tarball 2017-10-24 14:39:55 -04:00
AlanCoding
a135001b52 get rid of VERSION file in main branch 2017-10-23 14:11:11 -04:00
AlanCoding
a44512a422 New awx-cli entry point and setup.py refactor
Switch from using scripts in setuptools to entry_point
Add a new entry_point "awx-cli" which functions the same
as tower-cli
Need for sudo has been eliminated for normal install method
2017-10-13 15:53:46 -04:00
AlanCoding
143795ce99 update secondary install method to API version 2 2017-09-19 16:01:00 -04:00
AlanCoding
f8ce15707b new version-specific install mechanism 2017-09-08 14:13:04 -07:00
Edward Betts
5efe3ac544 correct spelling mistakes 2017-08-30 20:37:46 +01:00
Aaron Tan
7703e6545e Bundle some commands into Makefile to ease devel installation. 2016-08-08 17:31:20 -04:00
Graham Mainwaring
355787b93c Add RPM specfile and Makefile 2016-06-20 16:52:09 -04:00
Luke Sneeringer
9eb646d31a Substantial Tower CLI update.
This commit:

  - Rehashes settings entirely, making it more system aware and
    unifying it in multiple objects to account for the need for writes
    later.
  - Rehashes the API object, making it a much smaller class, wrapping
    `requests`.
  - Adds a pluggable architecture for resources and commands, built
    on top of `click`.
  - Adds resources for most major objects in Tower, allowing for CRUD actions.
  - Adds job monitoring and cancelation.
2014-07-10 11:45:58 -05:00
James Laska
99794dccee Add Makefile with previously documented targets 2013-10-30 11:14:41 -04:00