summaryrefslogtreecommitdiff
path: root/elements/trove/lorry-controller/lorry-controller.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/trove/lorry-controller/lorry-controller.bst')
-rw-r--r--elements/trove/lorry-controller/lorry-controller.bst20
1 files changed, 20 insertions, 0 deletions
diff --git a/elements/trove/lorry-controller/lorry-controller.bst b/elements/trove/lorry-controller/lorry-controller.bst
new file mode 100644
index 00000000..5e03163e
--- /dev/null
+++ b/elements/trove/lorry-controller/lorry-controller.bst
@@ -0,0 +1,20 @@
+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:
+ 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/."