Security
The IGE RPM packages and APT repositories are signed, and in order for the repository tools APT and YUM to verify them you must install the IGE GPG key:
For rpm based distributions like Red Hat and Fedora:
rpm --import http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
For Ubuntu distributions with sudo:
wget -q http://repo-deb.ige-project.eu/DEB-GPG-KEY-IGE.asc -O- | \
sudo apt-key add -
For Debian without sudo:
wget -q http://repo-deb.ige-project.eu/DEB-GPG-KEY-IGE.asc -O- | \
apt-key add -
The fingerprint of the key is:
pub 4096R/0005E989 2011-04-29
Key fingerprint = 863A 1D26 D475 3228 53A5 3F09 2E5C 4D0F 0005 E989
uid Initiative for Globus in Europe (IGE) <info@ige-project.eu>
sub 4096R/7F2E93BB 2011-04-29
YUM repository configuration for Red Hat Enterprise Linux
The YUM repository configuration file for Red Hat Enterprise Linux,
CentOS, Scientific Linux and similar distributions should look like:
[IGE]
name=IGE - $basearch
baseurl=http://repo-rpm.ige-project.eu/redhat/el6/$basearch
enabled=1
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-debuginfo]
name=IGE - $basearch - Debug
baseurl=http://repo-rpm.ige-project.eu/redhat/el6/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-source]
name=IGE - $basearch - Source
baseurl=http://repo-rpm.ige-project.eu/redhat/el6/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates]
name=IGE - $basearch - Updates
baseurl=http://repo-rpm.ige-project.eu/redhat/updates/el6/$basearch
enabled=1
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates-debuginfo]
name=IGE - $basearch - Updates Debug
baseurl=http://repo-rpm.ige-project.eu/redhat/updates/el6/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates-source]
name=IGE - $basearch - Updates Source
baseurl=http://repo-rpm.ige-project.eu/redhat/updates/el6/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing]
name=IGE - $basearch - Testing
baseurl=http://repo-rpm.ige-project.eu/redhat/testing/el6/$basearch
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing-debuginfo]
name=IGE - $basearch - Testing Debug
baseurl=http://repo-rpm.ige-project.eu/redhat/testing/el6/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing-source]
name=IGE - $basearch - Testing Source
baseurl=http://repo-rpm.ige-project.eu/redhat/testing/el6/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
The above is for RHEL 6 — for RHEL 4 and 5 change el6 to el4 and el5 respectively.
YUM repository configuration for Fedora
The YUM repository configuration file for Fedora should look like:
[IGE]
name=IGE - $basearch
baseurl=http://repo-rpm.ige-project.eu/fedora/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-debug]
name=IGE - $basearch - debug
baseurl=http://repo-rpm.ige-project.eu/fedora/$releasever/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-source]
name=IGE - $basearch - debug
baseurl=http://repo-rpm.ige-project.eu/fedora/$releasever/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates]
name=IGE - $basearch - Updates
baseurl=http://repo-rpm.ige-project.eu/fedora/updates/$releasever/$basearch
enabled=1
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates-debug]
name=IGE - $basearch - Updates Debug
baseurl=http://repo-rpm.ige-project.eu/fedora/updates/$releasever/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-updates-source]
name=IGE - $basearch - Updates Source
baseurl=http://repo-rpm.ige-project.eu/fedora/updates/$releasever/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing]
name=IGE - $basearch - Testing
baseurl=http://repo-rpm.ige-project.eu/fedora/testing/$releasever/$basearch
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing-debug]
name=IGE - $basearch - Testing Debug
baseurl=http://repo-rpm.ige-project.eu/fedora/testing/$releasever/$basearch/debug
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
[IGE-testing-source]
name=IGE - $basearch - Testing Source
baseurl=http://repo-rpm.ige-project.eu/fedora/testing/$releasever/SRPMS
enabled=0
gpgcheck=1
gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE
APT sources configuration
The IGE repositories for the Debian and Ubuntu packaging utility APT
can be configured through:
/etc/apt/sources.list
or when supported through a repo specific file:
/etc/apt/sources.list.d/IGE.list
The configurations for the various APT based distributions can be found in the
following sections. To enable a specific repository, remove the '#' from the
beginning of the line, before the "deb".
Run the following command to update the packages database:
apt-get update
Repository information for Debian
- For Debian Squeeze (6.0)
# IGE
deb http://repo-deb.ige-project.eu/debian/ squeeze main
deb-src http://repo-deb.ige-project.eu/debian/ squeeze main
# IGE-updates
deb http://repo-deb.ige-project.eu/debian/ squeeze-updates main
deb-src http://repo-deb.ige-project.eu/debian/ squeeze-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/debian/ squeeze-proposed-updates main
#deb-src http://repo-deb.ige-project.eu/debian/ squeeze-proposed-updates main
- For Debian Lenny (5.0)
# IGE
deb http://repo-deb.ige-project.eu/debian/ lenny main
deb-src http://repo-deb.ige-project.eu/debian/ lenny main
# IGE-updates
deb http://repo-deb.ige-project.eu/debian/ lenny-updates main
deb-src http://repo-deb.ige-project.eu/debian/ lenny-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/debian/ lenny-proposed-updates main
#deb-src http://repo-deb.ige-project.eu/debian/ lenny-proposed-updates main
- For Debian Etch (4.0)
# IGE
deb http://repo-deb.ige-project.eu/debian/ etch main
deb-src http://repo-deb.ige-project.eu/debian/ etch main
# IGE-updates
deb http://repo-deb.ige-project.eu/debian/ etch-updates main
deb-src http://repo-deb.ige-project.eu/debian/ etch-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/debian/ etch-proposed-updates main
#deb-src http://repo-deb.ige-project.eu/debian/ etch-proposed-updates main
Repository information for Ubuntu
- For Ubuntu Oneiric (11.10)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ oneiric main
deb-src http://repo-deb.ige-project.eu/ubuntu/ oneiric main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ oneiric-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ oneiric-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ oneiric-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ oneiric-proposed main
- For Ubuntu Natty (11.04)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ natty main
deb-src http://repo-deb.ige-project.eu/ubuntu/ natty main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ natty-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ natty-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ natty-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ natty-proposed main
- For Ubuntu Maverick (10.10)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ maverick main
deb-src http://repo-deb.ige-project.eu/ubuntu/ maverick main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ maverick-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ maverick-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ maverick-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ maverick-proposed main
- For Ubuntu Lucid (10.04)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ lucid main
deb-src http://repo-deb.ige-project.eu/ubuntu/ lucid main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ lucid-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ lucid-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ lucid-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ lucid-proposed main
- For Ubuntu Karmic (9.10)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ karmic main
deb-src http://repo-deb.ige-project.eu/ubuntu/ karmic main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ karmic-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ karmic-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ karmic-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ karmic-proposed main
- For Ubuntu Jaunty (9.04)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ jaunty main
deb-src http://repo-deb.ige-project.eu/ubuntu/ jaunty main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ jaunty-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ jaunty-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ jaunty-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ jaunty-proposed main
- For Ubuntu Intrepid (8.10)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ intrepid main
deb-src http://repo-deb.ige-project.eu/ubuntu/ intrepid main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ intrepid-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ intrepid-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ intrepid-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ intrepid-proposed main
- For Ubuntu Hardy (8.04)
# IGE
deb http://repo-deb.ige-project.eu/ubuntu/ hardy main
deb-src http://repo-deb.ige-project.eu/ubuntu/ hardy main
# IGE-updates
deb http://repo-deb.ige-project.eu/ubuntu/ hardy-updates main
deb-src http://repo-deb.ige-project.eu/ubuntu/ hardy-updates main
# IGE-testing
#deb http://repo-deb.ige-project.eu/ubuntu/ hardy-proposed main
#deb-src http://repo-deb.ige-project.eu/ubuntu/ hardy-proposed main