On 2/18/06, Chris Stiles <[EMAIL PROTECTED]> wrote:
> Thanks for the suggestions Andreas, I didn't know about the policy
> option before. I used it and came up with the following:
>
> /usr/mirror is in sources.list:
>
> commanche:~# grep /usr/mirror /etc/apt/sources
On 2/18/06, Andreas Janssen <[EMAIL PROTECTED]> wrote:
> >
> > This downloads updates currently needed, and puts them into an
> > apt-move style archive in /usr/mirror, which is then picked up like so
> > in sources.list:
> >
> > deb file:/usr/mirror/debian testing main
> >
> > However, even if a f
Hi --
I have the following cron job that runs nightly :
/usr/bin/apt-get update &&
/usr/bin/apt-get autoclean &&
/usr/bin/apt-get -dy dist-upgrade &&
/usr/bin/apt-move update &&
/usr/bin/apt-get update
This downloads updates currently needed, and puts them into an
apt-move style archive in /usr/
Hi --
To keep ADSL usable during the day I have a script that runs the
following actions overnight:
/usr/bin/apt-get update &&
/usr/bin/apt-get autoclean &&
/usr/bin/apt-get -dy dist-upgrade &&
/usr/bin/apt-move update &&
/usr/bin/apt-get update
I have an apt-move.conf file with these values set
> > I have noticed that on several sources in my sources.list file I'm
> > getting a Ignore followed by Hit/Get like so, when running apt-get:
> >
> > Ign http://security.debian.org testing/updates/main Packages
> > Hit http://security.debian.org testing/updates/main Packages
> >
> > I assume that
Hi --
I have noticed that on several sources in my sources.list file I'm
getting a Ignore followed by Hit/Get like so, when running apt-get:
Ign http://security.debian.org testing/updates/main Packages
Hit http://security.debian.org testing/updates/main Packages
I assume that it is looking for s
6 matches
Mail list logo