Rename ansibleworks to awx.

This commit is contained in:
Chris Church
2013-06-23 13:21:02 -04:00
parent 2da6966f8d
commit 07657926b9
306 changed files with 418 additions and 314 deletions

View File

@@ -1,5 +1,5 @@
# PIP requirements for AnsibleWorks development/build environment (downloaded
# from PyPI). Install using "pip -r dev.txt".
# PIP requirements for AWX development/build environment (downloaded from
# PyPI). Install using "pip -r dev.txt".
-U distribute

View File

@@ -1,5 +1,5 @@
# PIP requirements for AnsibleWorks development/build environment (using only
# local packages). Install using "pip --no-index -r dev_local.txt".
# PIP requirements for AWX development/build environment (using only local
packages). Install using "pip --no-index -r dev_local.txt".
distribute-0.6.45.tar.gz

View File

@@ -1,5 +1,5 @@
# PIP requirements for AnsibleWorks production environment (downloaded from
# PyPI). Install using "pip -r prod.txt".
# PIP requirements for AWX production environment (downloaded from PyPI).
# Install using "pip -r prod.txt".
Django>=1.5
django-celery

View File

@@ -1,5 +1,5 @@
# PIP requirements for AnsibleWorks production environment (using only local
# packages). Install using "pip --no-index -r prod_local.txt".
# PIP requirements for AWX production environment (using only local packages).
# Install using "pip --no-index -r prod_local.txt".
Django-1.5.1.tar.gz

View File

@@ -1,5 +1,5 @@
# PIP requirements for AnsibleWorks testing using Tox (downloaded from
# PyPI). Install using "pip -r test.txt".
# PIP requirements for AWX testing using Tox (downloaded from PyPI). Install
# using "pip -r test.txt".
ansible==1.2
django-celery