summaryrefslogtreecommitdiff
path: root/check
blob: 70aa60855d058dd14daae412154a3a8aae803e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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" "$@"