apt-get package cache [message #33674] |
Fri, 31 October 2008 10:12 |
Gabor_Laszlo
Messages: 11 Registered: October 2008 Location: Munich, Germany
|
Junior Member |
|
|
Hi,
I'd like to set up a package cache on the vzserver for the containers, so I can run something like a general update/upgrade of all machines without having to download repositories and packages for each container.
Has anybody already tried this? The server and all the containers are running debian-4-x86_64.
|
|
|
|
|
|
Re: apt-get package cache [message #33689 is a reply to message #33688] |
Fri, 31 October 2008 13:35 |
Gabor_Laszlo
Messages: 11 Registered: October 2008 Location: Munich, Germany
|
Junior Member |
|
|
I see. I suppose there's no reason it can't be on the vzserver, and putting for i in `vzlist|grep running|awk '{print $1}'`;do vzctl exec $i 'apt-get update && apt-get upgrade'; done in a cronjob would do what I need?
[Updated on: Fri, 31 October 2008 15:19] Report message to a moderator
|
|
|
|
|