Skip to content

Commit

Permalink
Add migration testsuites for SLED15SP6 to SLED15SP7: AUTOYAST files
Browse files Browse the repository at this point in the history
Removed:
  - data/yam/autoyast/support_images/sled15sp5_install_default_patterns_x86_64.xml
  - data/yam/autoyast/support_images/sled15sp5_install_all_patterns_x86_64.xml
  • Loading branch information
manfredi committed Nov 5, 2024
1 parent 1288773 commit 221e69c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,25 +150,25 @@ exit 0
<suse_register t="map">
<addons t="list">
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-desktop-applications</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-python3</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-we</name>
<reg_code>{{SCC_REGCODE_WE}}</reg_code>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-basesystem</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
</addons>
<do_registration t="boolean">true</do_registration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,25 +144,25 @@ exit 0
<suse_register t="map">
<addons t="list">
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-desktop-applications</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-python3</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-we</name>
<reg_code>{{SCC_REGCODE_WE}}</reg_code>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
<addon t="map">
<arch>x86_64</arch>
<arch>{{ARCH}}</arch>
<name>sle-module-basesystem</name>
<version>15.5</version>
<version>{{VERSION}}</version>
</addon>
</addons>
<do_registration t="boolean">true</do_registration>
Expand Down

0 comments on commit 221e69c

Please sign in to comment.