The build instructions contain links to RPMs for frysk's dependencies. Could you please reorganize these into a yum repository? That would make them much easier to deal with. I'd be happy to help with this in you need it. Thanks! AG
Good suggestion. I have no idea how to do this right now, so I will defer it a bit. But I'll hold you to the promise to help sometime next week. :) Igor
Created attachment 673 [details] Repo file for the frysk repository I created a repository. Putting the attached frysk.repo in your /etc/yum.repos.d/ directory should add the repo. Anthony, I can't run createrepo on the sourceware machine because it's not installed there, so I have to run it on my machine and upload things, is there any way I can sync it more easily than just scping files? Igor
(In reply to comment #2) > Anthony, I can't run createrepo on the sourceware machine because it's not > installed there, so I have to run it on my machine and upload things, is there > any way I can sync it more easily than just scping files? Use rsync. $ export RSYNC_RSH=ssh $ rsync -av SRCDIR sources.redhat.com:/TARGETDIR AG
Repo was created.