Re: proxy support for wget retriever

2001-01-25 Thread Joey Hess
Tollef Fog Heen wrote: > Have a look at the patch at > http://samfundet.no/~tfheen/debian-boot/choose-mirror.ftp.diff Other than the add_protocol function, I like it, applied. -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

Re: proxy support for wget retriever

2001-01-25 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > And I did. And I added ftp support to choose-mirror as well. It | > should be pretty trivial to add support for ftp to the wget retriever | > - I'll look into that as well. | | I hesitate to commit this because of one little problem: it unconditionally

Re: proxy support for wget retriever

2001-01-22 Thread Joey Hess
Tollef Fog Heen wrote: > And I did. And I added ftp support to choose-mirror as well. It > should be pretty trivial to add support for ftp to the wget retriever > - I'll look into that as well. I hesitate to commit this because of one little problem: it unconditionally builds in the list of ftp

Re: proxy support for wget retriever

2001-01-20 Thread Tollef Fog Heen
* Tollef Fog Heen | Sorry it has taken so long, but here is the patch, taken with a 'cvs | diff' inside debian-install/retriever/choose-mirror: And it needs a new debconf template as well: cvs server: Diffing . Index: templates ==

Re: proxy support for wget retriever

2001-01-20 Thread Tollef Fog Heen
* Tollef Fog Heen | * Joey Hess | | | Move over to choose-mirror; you can probably add a loop in the right | | place there to ensure that there are always values available. | | I'll look into it. And I did. And I added ftp support to choose-mirror as well. It should be pretty trivial to ad

Re: proxy support for wget retriever

2001-01-08 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > do { | > debconf->command(debconf, "fset", DEBCONF_BASE "http/hostname", "seen", "false"); | > debconf->command(debconf, "INPUT", "critical", DEBCONF_BASE "http/hostname", NULL); | > debconf->command(debconf, "GET", DEBCONF_BASE "http/hostname", NULL); |

Re: proxy support for wget retriever

2001-01-05 Thread Joey Hess
Tollef Fog Heen wrote: > do { > debconf->command(debconf, "fset", DEBCONF_BASE "http/hostname", "seen", "false"); > debconf->command(debconf, "INPUT", "critical", DEBCONF_BASE "http/hostname", NULL); > debconf->command(debconf, "GET", DEBCONF_BASE "http/hostname", NULL); > } while (debconf->value

Re: proxy support for wget retriever

2001-01-05 Thread Tollef Fog Heen
* Tollef Fog Heen | * Joey Hess | | | Tollef Fog Heen wrote: | | > Shouldn't the retriever be persistent and requiring a hostname and a | | > directory? | | | | You need to read up on how debconf works. The "persistance" you are | | advocating == an infinite loop. GET commands always return t

Re: proxy support for wget retriever

2001-01-04 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > Shouldn't the retriever be persistent and requiring a hostname and a | > directory? | | You need to read up on how debconf works. The "persistance" you are | advocating == an infinite loop. No, I am asking that debconf returns some value other than ''.

Re: proxy support for wget retriever

2001-01-04 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > Shouldn't the retriever be persistent and requiring a hostname and a | > directory? | | You need to read up on how debconf works. The "persistance" you are | advocating == an infinite loop. GET commands always return the same | vale, which was already in

Re: proxy support for wget retriever

2001-01-02 Thread Joey Hess
Tollef Fog Heen wrote: > Shouldn't the retriever be persistent and requiring a hostname and a > directory? You need to read up on how debconf works. The "persistance" you are advocating == an infinite loop. GET commands always return the same vale, which was already input earlier. Move over to c

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Erik Andersen | On Tue Jan 02, 2001 at 12:16:57PM +0100, Tollef Fog Heen wrote: | > | If you can show me where it should give an error, I'll | > | add it right in... | > | > Imho, it should require to get a hostname, and a directory. My | | Hmm. I'm not sure I understand. Assuming you are

Re: proxy support for wget retriever

2001-01-02 Thread Erik Andersen
On Tue Jan 02, 2001 at 12:16:57PM +0100, Tollef Fog Heen wrote: > | If you can show me where it should give an error, I'll > | add it right in... > > Imho, it should require to get a hostname, and a directory. My Hmm. I'm not sure I understand. Assuming you are talking about the URL wget is a

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Erik Andersen | On Tue Jan 02, 2001 at 11:00:49AM +0100, Tollef Fog Heen wrote: | > * Joey Hess | > | > | Tollef Fog Heen wrote: | > | > | > | > I think the patch is pretty self-explanatory. It adds proxy support | > | > for wget, and additionally, it _requires_ the user to input hostname

Re: proxy support for wget retriever

2001-01-02 Thread Erik Andersen
On Tue Jan 02, 2001 at 11:00:49AM +0100, Tollef Fog Heen wrote: > * Joey Hess > > | Tollef Fog Heen wrote: > | > > | > I think the patch is pretty self-explanatory. It adds proxy support > | > for wget, and additionally, it _requires_ the user to input hostname > | > and directory. > | > > |

Re: proxy support for wget retriever

2001-01-02 Thread Tollef Fog Heen
* Joey Hess | Tollef Fog Heen wrote: | > | > I think the patch is pretty self-explanatory. It adds proxy support | > for wget, and additionally, it _requires_ the user to input hostname | > and directory. | > | > Could somebody review it and apply (I'm in the NM queue and don't have an | > ac

Re: proxy support for wget retriever

2000-12-31 Thread Joey Hess
Tollef Fog Heen wrote: > > I think the patch is pretty self-explanatory. It adds proxy support > for wget, and additionally, it _requires_ the user to input hostname > and directory. > > Could somebody review it and apply (I'm in the NM queue and don't have an > account on debian.org). I've ap

proxy support for wget retriever

2000-12-19 Thread Tollef Fog Heen
I think the patch is pretty self-explanatory. It adds proxy support for wget, and additionally, it _requires_ the user to input hostname and directory. Could somebody review it and apply (I'm in the NM queue and don't have an account on debian.org). -- Tollef Fog Heen Unix _IS_ user friendly