Skip to content

Commit 9748a26

Browse files
authored
Add "k/" to URL for Fedora updates (#119)
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.
1 parent a674984 commit 9748a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/repo/fedora.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var oldRepoOrganization = []string{
3232

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

3838
func NewFedoraRepo() Repository {

0 commit comments

Comments
 (0)