On Tue, 2006-02-14 at 17:40 -0800, thewade wrote: > Thanks Brad! > > I have two questions now though about your repo file: > > (1)There is no $basearch in your rpm path: are all the CCRMA rpms i386? > (e.g. no ppc?) So far all packages are only built for i386... > (2)Your GPG key is a file on your local machine: were did you get the file? http://ccrma.stanford.edu/planetccrma/software/ scroll down a bit, you'll see it... -- Fernando > Thanks again for your speedy help! > -thewade > > Quoting Brad Fuller <brad@xxxxxxxxxxxx>: > > > thewade wrote: > >> Hello list! > >> > >> I was hoping to install ardour on one of my FC4 machines. I haven't > >> been using this > >> machine for realtime audio so I am running the FC4 vanilla kernel so > >> that the livna.org's > >> ati-graphics and the ndiswrapper kernel modules will work. I want to > >> investigate using > >> the CCRMA packages though. I have questions: > >> > >> (1)Can CCRMA be accessed through yum instead of apt? > >> If I knew where the rmps lived (and if they are signed with a gpg > >> key where that is too) > >> then I think could get yum to work nicely with CCRMA. > >> > >> > > This is my /etc/yum.repo.d/planetccrma.repo for FC3. It seems to work: > > > > [os] > > name=Fedora Core $releasever - $basearch - Updates > > baseurl=http://ccrma.stanford.edu/planetccrma/repodata/fedora/$releasever/core/os/ > > enabled=1 > > gpgcheck=1 > > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma > > > > [updates] > > name=Fedora Core $releasever - $basearch - Updates > > baseurl=http://ccrma.stanford.edu/planetccrma/repodata/fedora/$releasever/core/updates/ > > enabled=1 > > gpgcheck=1 > > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma > > > > [planetccrma] > > name=Fedora Core $releasever - $basearch - Planet CCRMA Apps > > baseurl=http://ccrma.stanford.edu/planetccrma/repodata/fedora/$releasever/planetccrma/ > > enabled=1 > > gpgcheck=1 > > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma > > > > [planetcore] > > name=Fedora Core $releasever - $basearch - Planet CCRMA Core > > baseurl=http://ccrma.stanford.edu/planetccrma/repodata/fedora/$releasever/planetcore/ > > enabled=1 > > gpgcheck=1 > > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma > > > > [planetedge] > > name=Fedora Core $releasever - $basearch - Planet CCRMA Core > > baseurl=http://ccrma.stanford.edu/planetccrma/repodata/fedora/$releasever/planetedge/ > > enabled=1 > > gpgcheck=1 > > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-planetccrma > > > > > > > >