Commit Graph
22 Commits
Author SHA1 Message Date
James Cammarata 1a1859a203 Remove settings.py from the debian/rpm packaging 2013-09-17 14:02:37 -05:00
James Cammarata bf1d36961d Excluding the awx/ui/static/lib/ansible/ directory from packaging 2013-07-23 14:03:42 -05:00
James Cammarata 72c6a6e3fc Adding config.js to the MANIFEST.in file and a mininfy compile script fix
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.
2013-07-22 14:55:08 -05:00
James Cammarata 74849c6dfa Fix for AC-239: Packaging no longer includes Angular, jQuery JS 2013-07-18 16:08:49 -05:00
James Cammarata f70dcf8dbb Adding minified js steps to packaging plus other minor fixes
* 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
2013-07-16 12:19:18 -05:00
James Cammarata 65d4aa50c7 Minor typo fixes for build system doc 2013-07-10 14:41:44 -05:00
James Cammarata 07b4f90a12 Adding more markdown formatting to make things clearer 2013-07-10 14:29:16 -05:00
James Cammarata 472d5825d6 A few more markdown fixes 2013-07-10 14:21:41 -05:00
James Cammarata 62dac71cb5 Fixing some of the markdown syntax in the build system doc 2013-07-10 14:20:04 -05:00
James Cammarata 548c51ab8b Adding documentation on the build and release process 2013-07-10 14:14:20 -05:00
James Cammarata dfb864981a Bumping the version/release up to 1.2.2-0 2013-07-08 14:34:21 -05:00
James Cammarata a6fe88cc3c Fixing Makefile for deb builds
* Minor issue due to fixing up the RELEASE variable related to
  the sdist tarball name the "make deb" command expected
2013-07-07 18:35:22 -04:00
James Cammarata 2cf269bd1e Forgot to fix one line in the Makefile for the VERSION|BUILD 2013-06-30 02:10:55 -04:00
James Cammarata c649aedc8b Minor change to fix an issue with official rpm builds 2013-06-26 08:10:17 -04:00
James Cammarata 1a3fbcd796 Change for RPM packaging to allow daily dev builds 2013-06-26 07:33:09 -04:00
James Cammarata a86ebc9221 Fixing release_ball Makefile target 2013-06-25 19:42:41 -04:00
James Cammarata 946492b023 Changes to build process to remove .py files 2013-06-25 14:30:40 -04:00
James Cammarata cbc9f18366 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
2013-06-24 13:06:11 -04:00
James Cammarata 956b076e5b Updated wsgi.py to get the lib path from distutils.sysconfig
* also re-added the WSGISocketPrefix line to the apache config,
  since that was broken on RHEL systems, however it is now changed
  to be in /var/run instead of just run (relative to the httpd root)
  which didn't work on Ubuntu systems.
2013-06-24 02:32:52 -04:00
James Cammarata 80afb2e08d More work on debian packaging 2013-06-24 01:16:00 -04:00
James Cammarata c2a0004c6c Initial work for packaging .deb 2013-06-23 15:40:07 -04:00
James Cammarata ca4050aee8 Adding ability to run "make rpm" 2013-06-15 22:02:30 -05:00