More debian packaging stuff

* Added ability to do official vs dev builds (need to add to the
  RPM builds now)
* Reverted changes to awx/wsgi.py after talking with Chris C.
  regarding the pathing issues and created config/wsgi.py instead
  that is installed to /var/lib/awx
* Cleaned up package scripts so there's less junk being written to
  the screen during the install/uninstall
This commit is contained in:
James Cammarata
2013-06-24 13:03:33 -04:00
parent f5869134b2
commit cbc9f18366
4 changed files with 35 additions and 12 deletions

1
config/wsgi.py Normal file
View File

@@ -0,0 +1 @@
from awx.wsgi import application