forked from AlmaLinux/mirrors
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- It's added validation of a mirror config
- Skip a mirror if it has a broken timestamp file - Library `geoip` is replaced by `geoip2` - GeoIP DB is updated
- Loading branch information
stepan_oksanichenko
committed
Jul 14, 2021
1 parent
6809f7c
commit b1878d7
Showing
2 changed files
with
93 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
dateparser | ||
python-geoip-geolite2 | ||
python-geoip | ||
python-geoip-python3 | ||
dateparser==1.0.0 | ||
geoip2==4.2.0 | ||
jsonschema==3.2.0 |