Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 14:04:06 +0200, "Eduard Bloch" <[EMAIL PROTECTED]> said: > #include > * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > > > I admit I was not aware of this perl one-liner you're > > referring to. I > > Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); > $a=~s,^(

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 12:23:00 +0200, "Michael Koch" <[EMAIL PROTECTED]> said: > Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > > Hi Eduard, > > > > I admit I was not aware of this perl one-liner you're referring to. > > I didn't find any of this on the website, which by the way

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 12:23:00 +0200, "Michael Koch" <[EMAIL PROTECTED]> said: > Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > > Hi Eduard, > > > > I admit I was not aware of this perl one-liner you're referring to. > > I didn't find any of this on the website, which by the way

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
On Thu, 19 Aug 2004 14:04:06 +0200, "Eduard Bloch" <[EMAIL PROTECTED]> said: > #include > * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > > > I admit I was not aware of this perl one-liner you're > > referring to. I > > Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); > $a=~s,^(

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > I admit I was not aware of this perl one-liner you're referring to. I Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); $a=~s,^(.*?)\r?\n\r?\n,,ms; print $a, ' < $x > pure/$x; done > didn't find any of this on the websi

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Thu, Aug 19 2004, 12:01:12PM]: > I admit I was not aware of this perl one-liner you're referring to. I Such as... for x in *.deb; do perl -e 'read(STDIN,$a,2000); $a=~s,^(.*?)\r?\n\r?\n,,ms; print $a, ' < $x > pure/$x; done > didn't find any of this on the websi

Re: RFS: http-replicator

2004-08-19 Thread Michael Koch
Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > Hi Eduard, > > I admit I was not aware of this perl one-liner you're referring to. > I didn't find any of this on the website, which by the way seems to > be currently offline. Still, even with such script some problems > remain. F

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
Hi Eduard, I admit I was not aware of this perl one-liner you're referring to. I didn't find any of this on the website, which by the way seems to be currently offline. Still, even with such script some problems remain. For instance apt-cacher's cache can't be easily turned into an offline cache,

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Tue, Aug 17 2004, 10:40:50PM]: > The existing solutions like apt-cacher and apt-proxy didn't really offer > what I was looking for. I have tried to explain this on the website: > http://gertjan.freezope.org/replicator. I do not trust your analysis of apt-cacher. I

Re: RFS: http-replicator

2004-08-19 Thread Michael Koch
Am Donnerstag, 19. August 2004 12:01 schrieb Gertjan van Zwieten: > Hi Eduard, > > I admit I was not aware of this perl one-liner you're referring to. > I didn't find any of this on the website, which by the way seems to > be currently offline. Still, even with such script some problems > remain. F

Re: RFS: http-replicator

2004-08-19 Thread Gertjan van Zwieten
Hi Eduard, I admit I was not aware of this perl one-liner you're referring to. I didn't find any of this on the website, which by the way seems to be currently offline. Still, even with such script some problems remain. For instance apt-cacher's cache can't be easily turned into an offline cache,

Re: RFS: http-replicator

2004-08-19 Thread Eduard Bloch
#include * Gertjan van Zwieten [Tue, Aug 17 2004, 10:40:50PM]: > The existing solutions like apt-cacher and apt-proxy didn't really offer > what I was looking for. I have tried to explain this on the website: > http://gertjan.freezope.org/replicator. I do not trust your analysis of apt-cacher. I

Re: RFS: http-replicator

2004-08-18 Thread Gertjan van Zwieten
I have put a (hidden) version 2.2 online with the first four suggested changes: * http://gertjan.freezope.org/replicator/http-replicator_2.2.dsc * http://gertjan.freezope.org/replicator/http-replicator_2.2.tar.gz * http://gertjan.freezope.org/replicator/http-replicator_2.2_i386.deb I don't see wh

Re: RFS: http-replicator

2004-08-18 Thread Gertjan van Zwieten
I have put a (hidden) version 2.2 online with the first four suggested changes: * http://gertjan.freezope.org/replicator/http-replicator_2.2.dsc * http://gertjan.freezope.org/replicator/http-replicator_2.2.tar.gz * http://gertjan.freezope.org/replicator/http-replicator_2.2_i386.deb I don't see wh

Re: RFS: http-replicator

2004-08-17 Thread Erik Schanze
"Gertjan van Zwieten" <[EMAIL PROTECTED]>: > Hello, > > I'm looking for a sponsor for http-replicator, a program I wrote myself. > It's a single-threaded proxy server written in python. I started working > on it some time ago because I needed a way to cache my downloaded debian > packages so they

RFS: http-replicator

2004-08-17 Thread Gertjan van Zwieten
Hello, I'm looking for a sponsor for http-replicator, a program I wrote myself. It's a single-threaded proxy server written in python. I started working on it some time ago because I needed a way to cache my downloaded debian packages so they won't have to be redownloaded for each individual pc. T

Re: RFS: http-replicator

2004-08-17 Thread Erik Schanze
"Gertjan van Zwieten" <[EMAIL PROTECTED]>: > Hello, > > I'm looking for a sponsor for http-replicator, a program I wrote myself. > It's a single-threaded proxy server written in python. I started working > on it some time ago because I needed a way to cache my downloaded debian > packages so they

RFS: http-replicator

2004-08-17 Thread Gertjan van Zwieten
Hello, I'm looking for a sponsor for http-replicator, a program I wrote myself. It's a single-threaded proxy server written in python. I started working on it some time ago because I needed a way to cache my downloaded debian packages so they won't have to be redownloaded for each individual pc. T