summaryrefslogtreecommitdiff
path: root/elements/trove/lorry-controller/lorry-controller.bst
blob: 6bd6df9f02c10f5ebe00393c1abfa6dd68b57c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kind: distutils
depends:
- python-cliapp.bst
- python-wsgi.bst
sources:
- kind: git
  url: baserock:baserock/lorry-controller
  track: master
  ref: dddd2e37953d795e4004b1d2722c25ec652135ad
variables:
  python: python
config:
  post-install-commands:
  - install -d 0755 "%{install-root}/etc/lighttpd"
  - install -m 0644 -D etc/lighttpd/*.conf "%{install-root}/etc/lighttpd/."
  - |
    TGT="%{install-root}/usr/lib/systemd/system"
    install -d "$TGT/multi-user.target.wants"
    install -m 0644 units/*.service units/*.timer "$TGT/."