diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 93: Remove Makefile

Message ID 20110822230015.6241.34350.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson Aug. 22, 2011, 11 p.m. UTC
------------------------------------------------------------
revno: 93
committer: Paul Larson <paul.larson@canonical.com>
branch nick: nomake
timestamp: Mon 2011-08-22 17:09:17 -0500
message:
  Remove Makefile
removed:
  Makefile


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== removed file 'Makefile'
--- Makefile	2011-04-20 03:48:53 +0000
+++ Makefile	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@ 
-PIP_INSTALL = pip install -E .virtualenv
-
-default: build
-
-.virtualenv:
-	virtualenv --setuptools .virtualenv
-
-install-virtualenv: .virtualenv
-
-develop: install-virtualenv setup.py
-	./.virtualenv/bin/python setup.py develop --script-dir=./bin/
-	$(PIP_INSTALL) -r requirements.txt
-
-build: develop
-	[ -f database.db ] || ./bin/manage syncdb --noinput
-
-loadsampledata: build
-	./bin/manage loaddata sampledata.json