rescuecd.spec - problems with sending build request
Elan Ruusamäe
glen at delfi.ee
Sun Mar 30 08:44:33 CEST 2008
On Saturday 29 March 2008 17:52, Patryk Zawadzki wrote:
> > > If you want to fix anything, I'd suggest fixing the spec by using an
> > > unambiguous URI.
> > Its not unambiguous, its correct. If I write at the beginning http then
> > its obvious that this is a http:// URI. If I will write ftp:// then its
> > obvious that this will be a ftp URI. Builder also has this information
> > and could even decide what to do when getting files from distfiles.
>
> The URI is correct but wget's behavior is non-standard. It should not
> include the question mark and the params in the file name and
> distfiles/builder should not depend on it.
we could enforce -O outfile to wget, and i think we should. not sure how it
would be included on ~/.builderrc due different downloaders [0]. and of
course different df download schema is already supported [1].
$ cat ~/.builderrc
PROTOCOL="http" # [1]
USE_AXEL=yes # [0]
AXEL_OPTS="-n 6"
$
--
glen
More information about the pld-devel-en
mailing list