Skip to content

Commit

Permalink
new(kernel_crawler): added new mirror for both ubuntu and debian.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jan 10, 2025
1 parent dd8b554 commit 494f9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kernel_crawler/debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, arch):
deb.DebMirror('http://mirrors.edge.kernel.org/debian/', arch, repo_filter),
deb.DebMirror('http://security.debian.org/', arch, repo_filter),
deb.DebMirror('http://archive.raspberrypi.com/debian/', arch, repo_filter),
deb.DebMirror('http://security.debian.org/debian-security/', arch, repo_filter),
]
super(DebianMirror, self).__init__(mirrors, arch)

Expand Down
1 change: 1 addition & 0 deletions kernel_crawler/ubuntu.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def __init__(self, arch):
deb.DebMirror('http://mirrors.edge.kernel.org/ubuntu/', arch),
deb.DebMirror('http://security.ubuntu.com/ubuntu/', arch),
deb.DebMirror('http://ports.ubuntu.com/ubuntu-ports/', arch),
deb.DebMirror('http://archive.ubuntu.com/ubuntu/', arch),
]
super(UbuntuMirror, self).__init__(mirrors, arch)

Expand Down

0 comments on commit 494f9c4

Please sign in to comment.