File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ def _get_base_config_sh_script(os_version: OsVersion) -> str:
5555#======================================
5656# Configure SLE BCI repositories
5757#--------------------------------------
58- zypper -n ar --refresh --gpgcheck --priority 100 --enable 'https://installer-updates .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product/' SLE_BCI
59- zypper -n ar --refresh --gpgcheck --priority 100 --disable 'https://installer-updates .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product_debug/' SLE_BCI_debug
60- zypper -n ar --refresh --gpgcheck --priority 100 --disable 'https://installer-updates .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product_source/' SLE_BCI_source
58+ zypper -n ar --refresh --gpgcheck --priority 100 --enable 'https://public-dl .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product/' SLE_BCI
59+ zypper -n ar --refresh --gpgcheck --priority 100 --disable 'https://public-dl .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product_debug/' SLE_BCI_debug
60+ zypper -n ar --refresh --gpgcheck --priority 100 --disable 'https://public-dl .suse.com/SUSE/Products/SLE-BCI/$releasever_major-SP$releasever_minor/$basearch/product_source/' SLE_BCI_source
6161{%- endif %}
6262
6363#======================================
You can’t perform that action at this time.
0 commit comments