[WBEL-users] Building My own Updates.

NICK [NICK]" <linickx@gmail.com
Wed, 8 Dec 2004 17:22:27 +0000


> I assume here you are doing these one at a time and just saving time by
> typing the wildcards?
> 

yep ;-)

> > (6) cron wget
> > ftp://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/os/i386/SRPMS/
> > [NOTE not *]
> > (7) cron md5sum the index.html generated by 6
> 
> Interesting idea to see if anything has changed.  I'm not sure if it would
> work as written, but wget should be able to generate a listing file for
> you.
> 

yeah that's kinda what i was thinking, get a list of all sources, and
see if that lists "changes" (1) does anyone know of a better way to
check for changes ?
(2)  when RH update a package, is this the right site to check ?

> > (8) if md5sum changes.....get everything? and rebuild. (wget ~/SRPMS/*
> > & rpm ivh & rpmbuild)
> 
> Why get and rebuild everything when only one or two SRPMS change?
> 

Yeah, unfortunately my scripting skills are minimal, so _right now_
I've got no idea how I'd automatically just build *new* packages :-(

so am I barking up the right tree ?