On Tuesday 21 June 2011 18:42:08 Michael Olbrich wrote: > On Mon, Jun 20, 2011 at 10:21:07AM +0200, Alexander Stein wrote: > > I'm about to create a package which download URL contains ; > > http://git.kernel.org/?p=linux/kernel/git/shemminger/rstp.git;a=snapshot; > > h=54aa4d79759e468c128fe8a67ca4361cc2cfa993;sf=tgz > > > > Reading through ptxd_make_get I found that downlaod options are passed in > > the URL separated by ; > > So I'm wondering how can I specify the correct URL in the rstp.make to > > allow automatic download. Putting in ' oder " doesn't work because the > > > > > case "${url}" in > > > > doesn't find http:// then. > > I don't think that's possible right now. I think patching ptxd_make_get is > the only thing possible.
Well, how to modify ptxd_make_getto get URLs using , ? AFAICS no package uses the ; download option features and it is only useable for https to ignore certificates. Change the existing (and not used) separator to a different one? Alexander -- ptxdist mailing list [email protected]
