builder: Fix rhel-7.X Server source baseurl (again).

Updates commit 91c950dfba.
This commit is contained in:
Richard W.M. Jones
2017-09-07 09:06:14 +01:00
parent 91c950dfba
commit def7e10b60

View File

@@ -860,7 +860,7 @@ and make_rhel_yum_conf major minor arch =
sprintf "http://download.devel.redhat.com/released/RHEL-%d/%d.%d"
major major minor in
sprintf "%s/Server/%s/os" topurl (string_of_arch arch),
sprintf "%s/Server/source/SRPMS" topurl,
sprintf "%s/Server/source/tree" topurl,
Some (sprintf "%s/Server-optional/%s/os" topurl (string_of_arch arch),
sprintf "%s/Server-optional/source/tree" topurl)
| _ -> assert false in