summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck13
1 files changed, 13 insertions, 0 deletions
diff --git a/check b/check
new file mode 100755
index 0000000..70aa608
--- /dev/null
+++ b/check
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+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" "$@"