Skip to content

Commit

Permalink
Merge pull request #20478 from manfredi/issues-165737
Browse files Browse the repository at this point in the history
Add migration testsuites for SLED15SP6 to SLED15SP7: AUTOYAST files
  • Loading branch information
lemon-suse authored Nov 5, 2024
2 parents 9ccbcfc + 221e69c commit 686d498
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 686d498

Please sign in to comment.