On Sat, 2007-07-07 at 13:01 -0700, Karsten Wade wrote: > On Sat, 2007-07-07 at 10:54 -0700, Toshio Kuratomi wrote: > > > We might want to provide some client-side scripts to aid in working with > > fedorapeople, though. For instance, a script that maintains a yum repo > > clientside and rsyncs it to fedorapeople would be nice. > > +1 > > That was just the use case I was contemplating -- making sure that > people can put up a repo. > > Maybe a place (on the Wiki?) where people can link to the client-side > scripts they cook up to help themselves, so we can share the learning, > etc.? We could populate it with a yum repo script to start. > what do y'all mean? what kind of scripts? maintaining a yum repo is this one command: createrepo /dir if you want to then push it up to a website it is: createrepo /dir rsync -avH -e ssh dir fedorapeople.org:public_html/ that's it. is there something else people need to know? -sv