On Fri, 2005-02-11 at 08:41 -0500, Johnathan Bailes wrote: > On Fri, 11 Feb 2005 13:35:15 +0000, Paul Howarth <paul@xxxxxxxxxxxx> wrote: > > Johnathan Bailes wrote: > > > Well, you don't necessarily have to replace your yum.conf you can just > > > add the following lines: > > > > > > [livna-stable] > > > name=Livna.org - Fedora Compatible Packages (stable) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable > > > http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.stable > > > #gpgcheck=1 > > > > > > [livna-unstable] > > > name=Livna.org - Fedora Compatible Packages (unstable) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable > > > http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.unstable > > > #gpgcheck=1 > > > > > > [livna-testing] > > > name=Livna.org - Fedora Compatible Packages (testing) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing > > > http://livna.cat.pdx.edu/fedora/$releasever/$basearch/RPMS.testing > > > #gpgcheck=1 > > > > Why do so many people (not just you Johnathan) recommend turning off GPG > > checks like this? > > > > What's so hard about running: > > > > # rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY > > > > It only has to be done once...? > > > > Also can't you add this to the yum.conf lines: > > gpgcheck=0 > gpgkey=http://rpm.livna.org/RPM-LIVNA-GPG-KEY > > That way they don't even have to worry about running that once. Isn't > that also right? > gpgcheck=0 turns it off.