Skip to content

Commit 85cd958

Browse files
authored
Merge pull request #2173 from SUSE/use_public_dl
Switch SP6+ to public-dl.suse.com
2 parents 8682264 + bc3cb78 commit 85cd958

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/bci_build/package/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
#======================================

0 commit comments

Comments
 (0)