This was never actually used anywhere, as passing it to dnf-json was a noop. We may want to reconsider the concept of a source/repo name and how it differs from an ID, but for now drop the name. Signed-off-by: Tom Gundersen <teg@jklm.no>
22 lines
750 B
JSON
22 lines
750 B
JSON
{
|
|
"aarch64": [
|
|
{
|
|
"id": "baseos",
|
|
"BaseURL": "http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.1.0-RC-1.1/compose/BaseOS/aarch64/os"
|
|
},
|
|
{
|
|
"id": "appstream",
|
|
"BaseURL": "http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.1.0-RC-1.1/compose/AppStream/aarch64/os"
|
|
}
|
|
],
|
|
"x86_64": [
|
|
{
|
|
"id": "baseos",
|
|
"BaseURL": "http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.1.0-RC-1.1/compose/BaseOS/x86_64/os"
|
|
},
|
|
{
|
|
"id": "appstream",
|
|
"BaseURL": "http://download.devel.redhat.com/rhel-8/rel-eng/RHEL-8/RHEL-8.1.0-RC-1.1/compose/AppStream/x86_64/os"
|
|
}
|
|
]
|
|
}
|