From 296bc5fbc5d08ed91771a39f47f02ae90164aa6b Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 11 Oct 2018 09:50:49 +0200 Subject: Permit to give board to user By default LAVA give owning of boards to admin, this patch permit to give board to a specific user. --- lava-slave/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'lava-slave/Dockerfile') diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index c029e47..7b811bf 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -39,6 +39,7 @@ COPY scripts/setup.sh . COPY devices/ /root/devices/ COPY tags/ /root/tags/ +COPY deviceinfo/ /root/deviceinfo/ RUN if [ -x /root/extra_actions ] ; then /root/extra_actions ; fi -- cgit 1.2.3-korg