> Borsenkow Andrej <[EMAIL PROTECTED]> writes: > > > > Andrej, did you managed to get it back. > > > > > > Does someone used proxy (I suppose some part does not use --wget for > urpmi > > > in > > > rpmdrake/rpminst). > > > > Sure. rpminst just calls > > > > urpmq -m --headers <requested package> ... > > > > when checking for "installed" packages. It thinks package is installed if > urpmq > > does not suggest update. And then grpmi fetches packages using libcurl, it > does > > not call urpmi at all. > > This is problably what I see, urpmq uses curl/wget for downloading package > if > using a synthesis instead of hdlist, I add --wget/--curl support and make > sure > rpminst use --wget here in case of...
But you won't be able to rewrite grpmi to get rid of libcurl nor rpmdrake to fetch mirror list :( What about libcurl patch I've sent? It enables proxy with authentication and is much smaller change actually ;-) > > François.
