Please note corrections to yum configuration.
Thanks Vincent!

From: Ma, Dong (Vincent, ES-Best-Shore-Services-China-BJ)
Sent: Thursday, May 19, 2011 5:20 PM
To: Laser, Mary
Subject: RE: FOSSology 1.4.0 release announcement

Hi Mary,

The yum repository should not use the testing repo, use the release repo:
Rhel/CentOS repo file need add following lines:

#FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://fossology.org/rpms/epel/$releasever/$basearch
enabled=1
gpgcheck=0

Fedora repo file need add following lines:

#FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://fossology.org/rpms/fedora/$releasever/$basearch
enabled=1
gpgcheck=0

yum install fossology

I have updated the wiki page: 
http://fossology.org/installing_fossology_with_rpm_s

Vincent


To use yum install, you need to edit the repo file, /etc/yum.repo.d/:

1.       Rhel/CentOS repo file need add following lines:


# FOSSology release candidates and other special builds
[fossology-testing]
name=Fossology testing
baseurl=http://fossology.org/rpms/epel/testing/$releasever/$basearch
enabled=0
gpgcheck=0


2.       Fedora repo file need add following lines:



# FOSSology release candidates and other special builds

[fossology-testing]

name=Fossology testing

baseurl=http://fossology.org/rpms/fedora/testing/$releasever/$basearch

enabled=0

gpgcheck=0



3.       yum --enablerepo=fossology-testing install fossology





_______________________________________________
fossology mailing list
fossology@fossology.org
http://fossology.org/mailman/listinfo/fossology

Reply via email to