diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-10-11 09:50:49 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-10-15 16:48:28 +0200 |
commit | 296bc5fbc5d08ed91771a39f47f02ae90164aa6b (patch) | |
tree | 944ec198593f023caf93cb783335559d63345222 /lava-slave/Dockerfile | |
parent | 24fb00544ba3191216876112d3bad8a742812ed6 (diff) |
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.
Diffstat (limited to 'lava-slave/Dockerfile')
-rw-r--r-- | lava-slave/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |