> 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]

Reply via email to