diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-07-02 11:14:07 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-08-26 14:36:50 +0200 |
commit | 63da4cb3d258222ff1b11052951c7e5d7ca8e02c (patch) | |
tree | 2c309e475a66d2a8126549d444d3ca23aee97931 /lava-slave-base/99-stretch-backports | |
parent | c0be09b6ddfd855eeadb3628a481f9c0bb4e26b7 (diff) |
Upgrade to 2019.07
This patch upgrade LAVA to 2019.07 via their official docker images.
Along with the change of the baseimage from our lava-xx-base to official
2019.07, some minor changes are needed:
- Activate the en_US.UTF-8 locale needed for postgresql
- chown to lavaserver all copied device-types
- Fix the start scripts for using the official entrypoints
Diffstat (limited to 'lava-slave-base/99-stretch-backports')
-rw-r--r-- | lava-slave-base/99-stretch-backports | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/lava-slave-base/99-stretch-backports b/lava-slave-base/99-stretch-backports deleted file mode 100644 index 652f4a0..0000000 --- a/lava-slave-base/99-stretch-backports +++ /dev/null @@ -1,23 +0,0 @@ -Package: python3-requests -Pin: release n=stretch-backports -Pin-Priority: 500 - -Package: python3-chardet -Pin: release n=stretch-backports -Pin-Priority: 500 - -Package: python3-urllib3 -Pin: release n=stretch-backports -Pin-Priority: 500 - -Package: lava-common -Pin: release n=stretch-backports -Pin-Priority: 500 - -Package: lava-dispatcher -Pin: release n=stretch-backports -Pin-Priority: 500 - -Package: lavacli -Pin: release n=stretch-backports -Pin-Priority: 500 |