summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-21 13:41:59 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-02-21 13:41:59 +0000
commit4f7d026b216475216c520cdc5f30f25bb7784acc (patch)
tree61486ad5dc4eb0013262967fdb5be94231af687f
parent9e9b30252a87a307646080882251edc63615956a (diff)
downloadlorry-controller-4f7d026b216475216c520cdc5f30f25bb7784acc.tar.gz
Remove liw-specific configuration from check
-rwxr-xr-xcheck8
1 files changed, 0 insertions, 8 deletions
diff --git a/check b/check
index 70aa608..b449f2b 100755
--- a/check
+++ b/check
@@ -2,12 +2,4 @@
set -eu
-# This is currently being developed on a BR-13 devel-system instance, which
-# has neither bottle, nor flup. I've checked these out so I can use these,
-# but really, this will need to go away and development should be done on
-# a system with the necessary dependencies installed properly. (BR-13 also
-# doesn't have a working sqlite3 Python binding, and that's not so easy to
-# fix without a fixed system deployed.)
-export PYTHONPATH="/home/root/new-lorry-controller/bottle:/home/root/new-lorry-controller/flup"
-
yarn -s yarns.webapp/yarn.sh yarns.webapp/*.yarn --env PYTHONPATH="$PYTHONPATH" "$@"