Remove RHEL 7 RC

It no longer exists on the RedHat FTP site.
This commit is contained in:
Eelco Dolstra 2015-01-12 15:13:21 +01:00
parent 02df7cdaa0
commit 872f8c0431

View File

@ -1117,18 +1117,6 @@ rec {
packages = commonCentOSPackages;
};
rhel7x86_64 = {
name = "rhel-7rc-x86_64";
fullName = "RHEL 7 rc (x86_64)";
packagesList = fetchurl {
url = http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/repodata/81f41fc6206a8477235dc7b5099ffe0867f71802415d66d6c0a213a41cae27c3-primary.xml.gz;
sha256 = "1hr7mqfa84x2q3b6cpa108cgfrq8zsghkdf7blipg13a4331zx41";
};
urlPrefix = http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os ;
archs = ["noarch" "x86_64"];
packages = commonRHELPackages;
};
};