Skip to content

Commit

Permalink
Convert 1st phase of continuous migration into support image
Browse files Browse the repository at this point in the history
  • Loading branch information
hjluo committed May 20, 2024
1 parent ee220c7 commit ac8e25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/yam/autoyast/autoyast_scc_up.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<boot_mbr>true</boot_mbr>
<boot_root>true</boot_root>
<generic_mbr>false</generic_mbr>
<timeout config:type="integer">5</timeout>
<timeout config:type="integer">-1</timeout>
</global>
<loader_type>{{LOADER_TYPE}}</loader_type>
</bootloader>
Expand Down
2 changes: 2 additions & 0 deletions lib/migration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ sub remove_dropped_modules_packages {
# https://documentation.suse.com/sles/15-SP2/html/SLES-all/cha-upgrade-online.html#sec-upgrade-online-zypper
sub disable_installation_repos {
if (is_s390x) {
my $repos=script_output("zypper lr -u | awk '/ftp:.*?openqa.suse.de|10.145.10.207|10.160.0.100/ {print \$1}'");
record_info("repos=", $repos);
zypper_call "mr -d `zypper lr -u | awk '/ftp:.*?openqa.suse.de|10.145.10.207|10.160.0.100/ {print \$1}'`";
}
else {
Expand Down

0 comments on commit ac8e25b

Please sign in to comment.