mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-28 07:37:18 +08:00
Adjust order of provisioning scripts to solve a lock situation
01-enable-modules.sh was run before packagekit was disabled causing lock situations where packagekit is still holding on to System Management. Task-number: QTQAINFRA-3959 Change-Id: Id9995bbe140055af323093b58225d85b2e116bab Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io> Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
10
coin/provisioning/qtci-linux-SLES-15_SP2-x86_64/02-enable-modules.sh
Executable file
10
coin/provisioning/qtci-linux-SLES-15_SP2-x86_64/02-enable-modules.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
# Activate these modules
|
||||
# Note! Modules'Server Applications Module 15 SP2 x86_64' & 'Server Applications Module 15 SP2 x86_64' were enabled during registrarion phase
|
||||
sudo SUSEConnect -p sle-module-desktop-applications/15.2/x86_64
|
||||
sudo SUSEConnect -p sle-module-development-tools/15.2/x86_64
|
||||
sudo SUSEConnect --product sle-module-python2/15.2/x86_64
|
||||
|
||||
Reference in New Issue
Block a user