Closed FedeDP closed 2 months ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Provide feedback via https://github.com/falcosecurity/community.
/lifecycle stale
/close We recently moved to a new mirror: https://github.com/falcosecurity/kernel-crawler/commit/84af3d1567572b319b54fc5da8c88bcc7176f970
@FedeDP: Closing this issue.
Describe the bug
Just ~a month ago, i updated the archlinux arm mirror to: https://alaa.ad24.cz/packages because it is more updated and discovers more kernels. But, a couple of days later, it went down and it is still not up.
A good workaround that would also help us get rid of any mirror (for archlinux x86_64 too) is to port the discover logic for arch to use the official git repositories, by parsing the PKGBUILD history:
This means that we need to introduce the new
git
logic (while we already have somegit
helpers, this would be an entire new logic).