Re: looking for apt.conf reference

2004-01-11 Thread Rob Weir
On Sun, Jan 11, 2004 at 05:27:29PM +0100, GCS said > Hi. > > I am trying to fabricate a script, which runs as a _normal user_, > checks my debs in a specified directory, and recursively download all of > the dependencies. I can iterate on the packages and get the dependencies > parsed from 'dpkg-

Re: looking for apt.conf reference

2004-01-11 Thread GCS
On Sun, Jan 11, 2004 at 12:50:02PM -0500, Travis Crump <[EMAIL PROTECTED]> wrote: > Have a look at /usr/share/doc/apt/examples/configure-index.gz . I think > you want -o Debug::NoLocking=on . Thanks, that did the trick! I still have a bug in my script, because some debian packages, fe subversion

Re: looking for apt.conf reference

2004-01-11 Thread Travis Crump
GCS wrote: Hi. I am trying to fabricate a script, which runs as a _normal user_, checks my debs in a specified directory, and recursively download all of the dependencies. I can iterate on the packages and get the dependencies parsed from 'dpkg-deb -f package', but how can I download packages? I

looking for apt.conf reference

2004-01-11 Thread GCS
Hi. I am trying to fabricate a script, which runs as a _normal user_, checks my debs in a specified directory, and recursively download all of the dependencies. I can iterate on the packages and get the dependencies parsed from 'dpkg-deb -f package', but how can I download packages? I have thinki