MM fix for secondary arches

Toshio Kuratomi a.badger at gmail.com
Thu May 1 13:50:06 UTC 2008


Matt Domsch wrote:
> Sent yesterday, not sure why it didn't make it to the list.
> -Mat
> 
> ----- Forwarded message from Matt Domsch <Matt_Domsch at dell.com> -----
> 
> Date: Wed, 30 Apr 2008 12:35:43 -0500
> From: Matt Domsch <Matt_Domsch at dell.com>
> To: fedora-infrastucture-list at redhat.com
> Subject: MM fix for secondary arches
> Status: RO
> 
> This runs on app4, but app4 can't reach the rsync port using the name
> secondary.fp.o (since the host moved), but can using
> secondary1.fedora.phx.redhat.com.
> 
> I want to make the simple hostname change in the script.
> 
> 
> diff --git a/mirrors/update-master-directory-list b/mirrors/update-master-directory-list
> index 5fc4e9e..f0b66ed 100755
> --- a/mirrors/update-master-directory-list
> +++ b/mirrors/update-master-directory-list
> @@ -240,4 +240,4 @@ def sync_directories_from_file(filename, cname):
>  sync_directories_from_file('/tmp/fedora-epel.txt', 'Fedora EPEL')
>  sync_directories_from_file('/tmp/fedora-web.txt', 'Fedora Web')
>  sync_directories_from_file('/tmp/fedora-linux.txt', 'Fedora Linux')
> -sync_directories_using_rsync('rsync://secondary.fedoraproject.org/fedora-secondary/', 'Fedora Secondary Arches')
> +sync_directories_using_rsync('rsync://secondary1.fedora.phx.redhat.com/fedora-secondary/', 'Fedora Secondary Arches')
> 
It's broken now and this will fix it?  And it only affects secondary, 
not primary arches?  If so, +1

-Toshio




More information about the infrastructure mailing list