Bug#325487: cdebootstrap fails on mirrors of form http://debian.example.org/

2005-08-28 Thread Clint Adams
Package: cdebootstrap
Version: 0.3.7
Severity: normal

Changing the argument to "http://debian.example.org/."; results in
success.  Note the added period.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#325487: cdebootstrap fails on mirrors of form http://debian.example.org/

2005-08-29 Thread Bastian Blank
On Sun, Aug 28, 2005 at 08:18:02PM -0400, Clint Adams wrote:
> Changing the argument to "http://debian.example.org/."; results in
> success.  Note the added period.

Please atach the debugging output of the failing run, I'm currently not
able to test the problem and don't found a bug in the code.

Bastian

-- 
Fascinating, a totally parochial attitude.
-- Spock, "Metamorphosis", stardate 3219.8


signature.asc
Description: Digital signature


Bug#325487: cdebootstrap fails on mirrors of form http://debian.example.org/

2005-08-31 Thread Clint Adams
> Please atach the debugging output of the failing run, I'm currently not
> able to test the problem and don't found a bug in the code.

Okay, that immediately showed me the problem.

if the arg is http://debian.example.org/

it tries to wget
http://debian.example.org//dists/sid/Release.gpg

That webserver chokes on the double slash; that's why omitting the slash
or adding a period circumvents the problem.

Want a patch to remove a final slash?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]