mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 08:26:34 +08:00
Task-number: QTQAINFRA-3921 Change-Id: I325a4b8f272dda80168aed1389e647bbd525b10f Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
11 lines
381 B
Bash
Executable File
11 lines
381 B
Bash
Executable File
#!/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
|
|
|