Unified horizon and openstack-dashboard environments.

Buildout has been removed entirely, all dev installation is now
done via the single tools/install_venv.py script.

Django's manage.py script has also been updated to a newer
version/convention; this allows for less python path mangling
and makes things cleaner and more explicit. Note that, as such,
it has been moved up a directory level.

Change-Id: I62f9f06ee00568fc91e5ba7e1fd15d22ea849d1f
This commit is contained in:
Gabriel Hurley
2012-01-04 14:46:40 -08:00
parent a3aeda1616
commit a17570110f
17 changed files with 116 additions and 655 deletions

View File

@@ -3,19 +3,12 @@ DESTDIR=/
PROJECT=horizon
all:
@echo "make buildout - Run through buildout"
@echo "make test - Run tests"
@echo "make source - Create source package"
@echo "make install - Install on local system"
@echo "make buildrpm - Generate a rpm package"
@echo "make clean - Get rid of scratch and byte files"
buildout: ./bin/buildout
./bin/buildout
./bin/buildout:
$(PYTHON) bootstrap.py
source:
$(PYTHON) setup.py sdist $(COMPILE)