Skip to content

Commit

Permalink
[HPC] Exclude python2 modules from 15sp6 autoyast
Browse files Browse the repository at this point in the history
We had fixed this for the other installations which use yaml profiles. that
should be the only one which need to get updated.

Signed-off-by: Ioannis Bonatakis <[email protected]>
  • Loading branch information
b10n1k committed Sep 4, 2023
1 parent c2b83ef commit bf815a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions data/autoyast_sle15/autoyast_hpc_aarch64.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version>{{VERSION}}</version>
<arch>{{ARCH}}</arch>
</addon>
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) {
<addon>
<name>sle-module-python2</name>
<version>{{VERSION}}</version>
Expand Down Expand Up @@ -110,7 +110,7 @@
<package>sle-module-basesystem-release</package>
<package>sle-module-web-scripting-release</package>
<package>sle-module-hpc-release</package>
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP5')) {
<package>sle-module-python2-release</package>
% }
</packages>
Expand Down
4 changes: 2 additions & 2 deletions data/autoyast_sle15/autoyast_hpc_x86_64.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version>{{VERSION}}</version>
<arch>{{ARCH}}</arch>
</addon>
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) {
<addon>
<name>sle-module-python2</name>
<version>{{VERSION}}</version>
Expand Down Expand Up @@ -96,7 +96,7 @@
<package>sle-module-basesystem-release</package>
<package>sle-module-web-scripting-release</package>
<package>sle-module-hpc-release</package>
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5')) {
% unless ($check_var->('VERSION', '15-SP4') or $check_var->('VERSION', '15-SP5') or $check_var->('VERSION', '15-SP6')) {
<package>sle-module-python2-release</package>
% }
</packages>
Expand Down

0 comments on commit bf815a8

Please sign in to comment.