distro/rhel82: use latest nightly

Now that osbuild-composer is inserting repository checksums dynamically,
we can use a URL that points to a changing repository.
This commit is contained in:
Lars Karlitski 2019-12-07 23:13:29 +01:00
parent d3a0b788a2
commit 280a7c3950

View file

@ -268,12 +268,12 @@ func (r *RHEL82) Repositories() []rpmmd.RepoConfig {
{
Id: "baseos",
Name: "BaseOS",
BaseURL: "http://download-ipv4.eng.brq.redhat.com/rhel-8/nightly/RHEL-8/RHEL-8.2.0-20191125.n.1/compose/BaseOS/x86_64/os",
BaseURL: "http://download-ipv4.eng.brq.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8/compose/BaseOS/x86_64/os",
},
{
Id: "appstream",
Name: "AppStream",
BaseURL: "http://download-ipv4.eng.brq.redhat.com/rhel-8/nightly/RHEL-8/RHEL-8.2.0-20191125.n.1/compose/AppStream/x86_64/os",
BaseURL: "http://download-ipv4.eng.brq.redhat.com/rhel-8/nightly/RHEL-8/latest-RHEL-8/compose/AppStream/x86_64/os",
},
}
}