From ea0825abe8aadf927376f25620c2e6053470a4ee Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Tue, 15 Jan 2019 09:45:00 +0200 Subject: Provisioning: Remove update notifier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update notifier is showing when vm is running. It can affect to test results and that's why it need to be removed Task-number: QTQAINFRA-2453 Change-Id: Icb27ba998ef9a51aaf8f40274c182b0c3dcd496a Reviewed-by: Sami Nurmenniemi Reviewed-by: Juha Karjalainen Reviewed-by: Simo Fält --- coin/provisioning/common/linux/remove-update_notifier.sh | 3 +++ .../qtci-linux-Ubuntu-18.04-x86_64/02-remove-update_notifier.sh | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 coin/provisioning/common/linux/remove-update_notifier.sh create mode 100755 coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-remove-update_notifier.sh (limited to 'coin/provisioning') diff --git a/coin/provisioning/common/linux/remove-update_notifier.sh b/coin/provisioning/common/linux/remove-update_notifier.sh new file mode 100755 index 00000000..152d7fa8 --- /dev/null +++ b/coin/provisioning/common/linux/remove-update_notifier.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +sudo apt -q -y remove update-notifier update-manager diff --git a/coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-remove-update_notifier.sh b/coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-remove-update_notifier.sh new file mode 100755 index 00000000..55c6ce79 --- /dev/null +++ b/coin/provisioning/qtci-linux-Ubuntu-18.04-x86_64/02-remove-update_notifier.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# shellcheck source=../common/linux/remove-update_notifier.sh +source "${BASH_SOURCE%/*}/../common/linux/remove-update_notifier.sh" -- cgit v1.2.3