mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Switch to Canonical's GeoIP service.
This commit is contained in:
parent
2cc0bed73b
commit
e30e228b83
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
calamares-settings-ubuntu (1:20.10.2.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Switch to Canonical's GeoIP service (LP: #1899854).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 14 Oct 2020 18:22:54 -0500
|
||||
|
||||
calamares-settings-ubuntu (1:20.04.2) focal; urgency=medium
|
||||
|
||||
* Add shellprocess to implement i386 multiarch.
|
||||
|
@ -3,6 +3,6 @@ region: "America"
|
||||
zone: "New_York"
|
||||
localeGenPath: "/etc/locale.gen"
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://ipapi.co/json"
|
||||
selector: "timezone"
|
||||
style: "xml"
|
||||
url: "http://geoip.ubuntu.com/lookup"
|
||||
selector: "TimeZone"
|
||||
|
@ -21,5 +21,5 @@ requirements:
|
||||
- ram
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://ipapi.co/json"
|
||||
selector: "country"
|
||||
url: "http://geoip.ubuntu.com/lookup"
|
||||
selector: "CountryCode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user