aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2018-03-20 10:31:09 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-07-31 15:09:08 +0000
commitb6fd915b26cca5a23861127c702375ea6ea41f03 (patch)
treebf6282a9f90fb170e75bd5ae5fc004fc96c1e6c7 /coin
parentf128708e34e3144f4ebb6623ff508cbf2c18ce0b (diff)
Remove packagekit (update notifications) from RHEL 7.4
PackageKit and gnome-software run in the background and at some point will show popups to ask the user to update. Change-Id: I99a3314c8788c7cc06e479718306a822bf255fbd Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io> Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'coin')
-rwxr-xr-xcoin/provisioning/qtci-linux-RHEL-7.4-x86_64/04-install-packages.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-linux-RHEL-7.4-x86_64/04-install-packages.sh b/coin/provisioning/qtci-linux-RHEL-7.4-x86_64/04-install-packages.sh
index a0fa62a9..fba8c1b2 100755
--- a/coin/provisioning/qtci-linux-RHEL-7.4-x86_64/04-install-packages.sh
+++ b/coin/provisioning/qtci-linux-RHEL-7.4-x86_64/04-install-packages.sh
@@ -35,6 +35,9 @@
set -ex
+# Remove update notifications and packagekit running in the background
+sudo yum -y remove PackageKit gnome-software
+
installPackages=()
installPackages+=(git)
installPackages+=(zlib-devel)