Re: buildrep

Troy Johnson <[email protected]> Mon, 28 Jul 2003 09:39:38 -0500
Newsgroups gmane.linux.redhat.rpm.grab
Message-ID <[email protected]>
Michael,

You can script it pretty easily:

for d in /var/ftp/freshrpms/* ; do grab --buildrep $d ; done

like I do in my 'updates' directories here:

http://www.jdmz.net/grab/update-fis.html

Good luck,

Troy

Michael E Taylor wrote:
> Is there any way to make grab buildrep recursively through a directory.
> I mirror freshrpms on my computer, and have it added to my config file.
> I would like to run buildrep to speed up indexing the rpms, but
> freshrpms puts each program in a seperate folder. I would like to be
> able to do grab --buildrep /var/ftp/freshrpms// or grab --buildrep
> /var/ftp/freshrpms/* but these commands do not work. Does grab support
> this.