From be3f42172472812d1156853371574f1ae273f447 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 10 May 2022 14:00:53 -0700 Subject: [PATCH] Fix opensuse upstream mirroring path It appears our opensuse mirror upstream has added an extra opensuse/ in the path to the opensuse packages that we mirror. Currently we fail with: rsync: [sender] change_dir "/distribution/leap/15.2/repo" (in opensuse) failed: No such file or directory (2) Browsing the repo via https we see the content exists at: https://mirror.clarkson.edu/opensuse/opensuse/distribution/leap/15.2/repo/ which includes an extra opensuse/ path segment. Now it is possible that https and rsync have different root dirs, but considering the current error trying this seems reasonable. Change-Id: I37aa701af409a58d228c22d664ad0f49a23a1fc5 --- playbooks/roles/mirror-update/files/opensuse-mirror-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/mirror-update/files/opensuse-mirror-update b/playbooks/roles/mirror-update/files/opensuse-mirror-update index 0660fb02c6..91b8089991 100755 --- a/playbooks/roles/mirror-update/files/opensuse-mirror-update +++ b/playbooks/roles/mirror-update/files/opensuse-mirror-update @@ -25,7 +25,7 @@ else fi BASE="/afs/.openstack.org/mirror/opensuse" -MIRROR="rsync://mirror.clarkson.edu/opensuse" +MIRROR="rsync://mirror.clarkson.edu/opensuse/opensuse" OBS_MIRROR="rsync://provo-mirror.opensuse.org/opensuse/repositories" OBS_REPOS=( 'Cloud:/OpenStack:/Ussuri/openSUSE_Leap_15.2'