Skip to content

Commit

Permalink
Add "k/" to URL for Fedora updates
Browse files Browse the repository at this point in the history
IIUC, this was accidentally lost in
c22ad47,
and caused the BTF for 5.8.18-100.fc31.x86_64.btf to be removed from
the archive.
  • Loading branch information
nelljerram committed Jul 17, 2024
1 parent a674984 commit 5c330c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repo/fedora.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var oldRepoOrganization = []string{

var repoOrganization = []string{
"https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/%s/Everything/%s/debug/tree/Packages/k/",
"https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/%s/Everything/%s/debug/Packages/",
"https://archives.fedoraproject.org/pub/archive/fedora/linux/updates/%s/Everything/%s/debug/Packages/k/",
}

func NewFedoraRepo() Repository {
Expand Down

0 comments on commit 5c330c6

Please sign in to comment.