From 7aad5150f69da42b84994c353283db5daf8e967f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 26 Nov 2017 23:40:38 +0000 Subject: Add BuildStream converted files This is made by a conversion made in commit 8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf of definitions Check there to know what exact versions of YBD and defs2bst was used --- elements/trove/lorry-controller/lorry-controller.bst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 elements/trove/lorry-controller/lorry-controller.bst (limited to 'elements/trove/lorry-controller') 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/." -- cgit v1.2.1