giftwrap/giftwrap
Jesse Keating 9abe6da804 Switch from python setup.py to pip for install
Using python setup.py install with a PBR managed system doesn't work. It
hasn't been supported for a while
(http://lists.openstack.org/pipermail/openstack-dev/2013-September/015525.html
and
https://openstack.nimeyo.com/42989/openstack-dev-pbr-support-for-python-setup-py-install).
It's now breaking in our CI due to not installing the required deps,
such as the requests module. By using pip install we get all that we
want, as upstream for PBR suggests.
2015-06-16 15:30:07 -07:00
..
builders Switch from python setup.py to pip for install 2015-06-16 15:30:07 -07:00
templates Refactor with builder support 2014-11-14 18:44:36 -05:00
tests Simplify logging 2014-11-14 16:32:47 -05:00
__init__.py Init add with base execute command and tests 2014-05-29 20:16:04 -07:00
build_spec.py Fix nested jinja tags bug 2015-03-31 16:00:47 -04:00
builder.py Utilize a temporary build path 2014-11-20 15:48:23 -05:00
color.py Adding colorization to the logging 2014-07-24 15:59:28 -04:00
gerrit.py Add support for projects using pbr freeze 2015-02-09 14:28:16 +00:00
openstack_commit.py Refactor openstack_git_repo & add openstack_commit 2014-11-15 22:06:56 -05:00
openstack_git_repo.py Merge pull request #25 from dvorak/misc-fixups 2015-03-09 14:53:16 -04:00
openstack_project.py Fix nested jinja tags bug 2015-03-31 16:00:47 -04:00
package.py Merge pull request #15 from blueboxgroup/distro-target 2014-12-13 12:14:59 -05:00
settings.py Fix nested jinja tags bug 2015-03-31 16:00:47 -04:00
shell.py Merge pull request #4 from craigtracey/temp-build-dir 2014-11-20 20:06:59 -06:00
util.py Fix a typo and left over debug command 2015-02-11 20:32:06 +00:00