mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
builder: Fix rhel-7.X Server source baseurl (again).
Updates commit 91c950dfba.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user