Re: break freeze request: fix ticket 3469

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 19, 2012 at 10:26:39PM -0700, Kevin Fenzi wrote:
> On Wed, 19 Dec 2012 23:19:44 -0600
> > 
> > diff --git a/modules/hotfix/files/mirrormanager/mirrorlist_server.py
> > b/modules/hotfix/files/mirrormanager/mirrorlist_server.py index
> > fb2ae29..605a121 100755 ---
> > a/modules/hotfix/files/mirrormanager/mirrorlist_server.py +++
> > b/modules/hotfix/files/mirrormanager/mirrorlist_server.py @@ -366,7
> > +366,9 @@ def append_path(hosts, cache, file, pathIsDirectory=False):
> > if file is None and pathIsDirectory: s += "/"
> >              if file is not None:
> > -                s += "/" + file
> > +                if not s.endswidth('/'):
> > +                    s += "/"
> > +                s += file
> >              hcurls.append(s)
> >          results.append((hostid, hcurls))
> >      return results
> 
> It looks pretty minor to me, so I'd be ok with trying it, but being
> ready to back it out if it caused any issues. ;)
> 
> Is there any way to test it in staging first, at least to make sure it
> doesn't cause the mirrorlist_server to crash or anything?
> 
> +1
> 
+1

-Toshio

Attachment: pgp7drWDKQdaE.pgp
Description: PGP signature

_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux