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
This commit is contained in:
parent
813cc9b2ab
commit
be3f421724
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user