David Aspinall wrote:
> 
> Slightly off topic: I have a cooker mirror now, can anyone suggest an
> easy tool/script to automatically upgrade the RPMs that get replaced
> in cooker?

If you maintain a copy of the tree to install from using the hd.img
floppy, use rsync (man rsync).

My rsync script for hydrogen is:

#!/bin/bash
echo
echo hdc11 must be mounted to /mnt/local/cdrimage  !!
echo for do-nothing test run, call with n parameter
echo

rsync -av$1 --delete --progress --partial \
mirror.aarnet.edu.au::mandrake-devel/cooker/ \
/mnt/local/cdrimage/hydrogen/


-- 

Regards,

Ron. [AU] - sent by Linux.

Reply via email to