This RPM repository can be used with
YUM. Insert the line below somewhere in the YUM configuration to access the repository:
include=http://devel.pramberger.at/getrepo?release=<version>
RHEL3 uses YUM 2.0.x which has no include support, so you have to do something like this to integrate the repository:
wget -q -O- "http://devel.pramberger.at/getrepo?release=3" >> /etc/yum.conf
You can also manually download the packages from our FTP server using the following URL:
ftp://ftp.pramberger.at/systems/linux/contrib/
Alternatively you can access the
Koji build system interface directly:
http://devel.pramberger.at/koji/
top