mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-05-14 20:11:29 +00:00
Switch to Canonical's GeoIP service.
This commit is contained in:
parent
d6982b94e5
commit
01c0bcafc8
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (1:20.10.11) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Switch to Canonical's GeoIP service.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 14 Oct 2020 18:22:54 -0500
|
||||||
|
|
||||||
calamares-settings-ubuntu (1:20.10.10) groovy; urgency=medium
|
calamares-settings-ubuntu (1:20.10.10) groovy; urgency=medium
|
||||||
|
|
||||||
* Lowered Ubuntu Studio RAM requirements due to popular demand/confusion
|
* Lowered Ubuntu Studio RAM requirements due to popular demand/confusion
|
||||||
|
@ -3,6 +3,6 @@ region: "America"
|
|||||||
zone: "New_York"
|
zone: "New_York"
|
||||||
localeGenPath: "/etc/locale.gen"
|
localeGenPath: "/etc/locale.gen"
|
||||||
geoip:
|
geoip:
|
||||||
style: "json"
|
style: "xml"
|
||||||
url: "https://ipapi.co/json"
|
url: "http://geoip.ubuntu.com/lookup"
|
||||||
selector: "timezone"
|
selector: "TimeZone"
|
||||||
|
@ -21,5 +21,5 @@ requirements:
|
|||||||
- ram
|
- ram
|
||||||
geoip:
|
geoip:
|
||||||
style: "json"
|
style: "json"
|
||||||
url: "https://ipapi.co/json"
|
url: "http://geoip.ubuntu.com/lookup"
|
||||||
selector: "country"
|
selector: "CountryCode"
|
||||||
|
@ -3,6 +3,6 @@ region: "America"
|
|||||||
zone: "New_York"
|
zone: "New_York"
|
||||||
localeGenPath: "/etc/locale.gen"
|
localeGenPath: "/etc/locale.gen"
|
||||||
geoip:
|
geoip:
|
||||||
style: "json"
|
style: "xml"
|
||||||
url: "https://ipapi.co/json"
|
url: "http://geoip.ubuntu.com/lookup"
|
||||||
selector: "timezone"
|
selector: "TimeZone"
|
||||||
|
@ -20,6 +20,6 @@ requirements:
|
|||||||
- storage
|
- storage
|
||||||
- ram
|
- ram
|
||||||
geoip:
|
geoip:
|
||||||
style: "json"
|
style: "xml"
|
||||||
url: "https://ipapi.co/json"
|
url: "http://geoip.ubuntu.com/lookup"
|
||||||
selector: "country"
|
selector: "CountryCode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user