Skip to content

Commit

Permalink
15sp6 gm
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie-CAO committed Oct 21, 2024
1 parent 107ae10 commit d5ea7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns">
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<do_registration config:type="boolean">false</do_registration>
<reg_server><%= defined $bmwqemu::vars{"HOST_SCC_URL"} ? $bmwqemu::vars{"HOST_SCC_URL"} : "" %></reg_server>
<reg_code>{{SCC_REGCODE}}</reg_code>
<install_updates config:type="boolean">true</install_updates>
Expand Down
2 changes: 1 addition & 1 deletion tests/virt_autotest/install_package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sub install_package {
# Use julie repo to verify a PR to qa_lib_virtauto temporarilly
# This line will be removed before the PR is merged
zypper_call("--no-gpg-checks ar -f -p 80 http://download.suse.de/ibs/home:/Julie_CAO/SLE_15_SP7 julie");
zypper_call("--no-gpg-checks ar -f -p 80 http://download.suse.de/ibs/Devel:/Virt:/SLE-12-SP5/SUSE_SLE-12-SP5_Update_standard dev");
#julie zypper_call("--no-gpg-checks ar -f -p 80 http://download.suse.de/ibs/Devel:/Virt:/SLE-12-SP5/SUSE_SLE-12-SP5_Update_standard dev");
}

#Install KVM role patterns for aarch64 virtualization host
Expand Down

0 comments on commit d5ea7a6

Please sign in to comment.