Re: Using rsync to maintain local FC10 updates repo

2009-02-20 Thread Mogens Kjaer
Gordon Messmer wrote: > Joseph L. Casale wrote: >> >> You can install from a mirror with updates such that no post install >> yum update would be needed? > > That's right. You can do it with either the script that I posted or > with revisor. Or several other tools. Or you can simply add the upd

Re: Using rsync to maintain local FC10 updates repo

2009-02-19 Thread Bill Davidsen
Gordon Messmer wrote: Bill Davidsen wrote: Gordon Messmer wrote: ... rsync -auv rsync://mirrors.usc.edu/fedora/linux/updates/10/i386/ \ --delete --exclude=debug/ /repos/fedora/10/updates/i386 Except that this mirror's rsync seems to be broken! ;) How does that work? Why don't you need -r to

Re: Using rsync to maintain local FC10 updates repo

2009-02-19 Thread Gordon Messmer
Bill Davidsen wrote: Gordon Messmer wrote: ... rsync -auv rsync://mirrors.usc.edu/fedora/linux/updates/10/i386/ \ --delete --exclude=debug/ /repos/fedora/10/updates/i386 Except that this mirror's rsync seems to be broken! ;) How does that work? Why don't you need -r to recurse? I tried a sma

Re: Using rsync to maintain local FC10 updates repo

2009-02-19 Thread Bill Davidsen
Gordon Messmer wrote: Robert Moskowitz wrote: So I wanted to do a simple rsync against one of the mirrors, and tried the script: #!/bin/sh rsync -auv rsync://mirrors.usc.edu/pub/linux/distributions/fedora/linux/updates/10/i386/ \ --delete --exclude=debug/ /repos/fedora/10/updates/i386 T

Re: Using rsync to maintain local FC10 updates repo

2009-02-19 Thread Gordon Messmer
Joseph L. Casale wrote: You can install from a mirror with updates such that no post install yum update would be needed? That's right. You can do it with either the script that I posted or with revisor. Or several other tools. I thought the original base packages were hardcoded in Anacon

RE: Using rsync to maintain local FC10 updates repo

2009-02-19 Thread Joseph L. Casale
>The "result" >directory under the MIRROR base will have a tree from which you can install. You can install from a mirror with updates such that no post install yum update would be needed? I thought the original base packages were hardcoded in Anaconda? Thanks! jlc -- fedora-list mailing list

Re: Using rsync to maintain local FC10 updates repo

2009-02-18 Thread Gordon Messmer
Robert Moskowitz wrote: So I wanted to do a simple rsync against one of the mirrors, and tried the script: #!/bin/sh rsync -auv rsync://mirrors.usc.edu/pub/linux/distributions/fedora/linux/updates/10/i386/ \ --delete --exclude=debug/ /repos/fedora/10/updates/i386 The rsync paths aren't l

Re: Using rsync to maintain local FC10 updates repo

2009-02-16 Thread Bruno Wolff III
On Mon, Feb 16, 2009 at 14:57:31 -0500, Robert Moskowitz wrote: > I want to use rsync to maintain a local FC10 updates repo. I do this > with Centos. > > So I wanted to do a simple rsync against one of the mirrors, and tried > the script: > > #!/bin/sh > rsync -auv > rsync://mirrors.usc.