Re: Cannot build F9 x86_64 w/ jigdo

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

 



On Wed, Mar 26, 2008 at 11:24 AM, Jesse Keating <jkeating@xxxxxxxxxx> wrote:
>
>  My assumption was bad.  Jigdo isn't to blame here, it looks like the
>  failure is somewhere in mirrormanager.  Even plain wget will fail when
>  giving the url.
>
>  $ wget
>
> "http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/test/9-Beta/Fedora/x86_64/os/Packages/libsigc++20-2.2.0-1.fc9.x86_64.rpm&redirect=1";

It makes sense that this would cause problems.  Pluses in query params
are interpreted as spaces.  Whatever does the redirect should escape
"+" to %2d.  Alternatively, the
http://mirrors.fedoraproject.org/mirrorlist script could be changed to
not interpret "+" as space in params.  This might be harder to
accomplish since the decoding is probably deep in the CGI library.

 - Ian

-- 
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-test-list

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux