From 63da4cb3d258222ff1b11052951c7e5d7ca8e02c Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 2 Jul 2019 11:14:07 +0200 Subject: 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 --- lava-master-base/scripts/stop.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 lava-master-base/scripts/stop.sh (limited to 'lava-master-base/scripts/stop.sh') diff --git a/lava-master-base/scripts/stop.sh b/lava-master-base/scripts/stop.sh deleted file mode 100755 index 35d503f..0000000 --- a/lava-master-base/scripts/stop.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -service lava-master stop -service lava-slave stop -service lava-logs stop -service lava-coordinator stop -service lava-server-gunicorn stop -service apache2 stop -/etc/init.d/postgresql stop -service tftpd-hpa stop -- cgit 1.2.3-korg