Re: [Cooker] Keeping up with the cooker

2000-04-29 Thread Stefan van der Eijk

I use fmirror to mirror the distro to my harddisk (and update it regularly
with fmirror) and use autorpm to update it. autorpm will update one package at
a time, so when multiple packages need to be updated you'll need to go in and
do it yourself.

The nice thing about autorpm is that it runs every night (cron job?) and sends
a mail to tell you how things went...

Stefan

 autorpm + local ftp

 --- David Aspinall [EMAIL PROTECTED] 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?




Re: [Cooker] Keeping up with the cooker

2000-04-29 Thread Ron Stodden

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.




RE: [Cooker] Keeping up with the cooker

2000-04-28 Thread Geoffrey Lee

hm, autorpm should do the trick.



 -Original Message-
 From: David Aspinall [mailto:[EMAIL PROTECTED]]
 Sent: Friday, April 28, 2000 10:37 PM
 To: [EMAIL PROTECTED]
 Subject: [Cooker] Keeping up with the cooker
 
 
 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?
 
 Thanks.