summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess2017-03-19 16:41:14 -0400
committerJoey Hess2017-03-19 16:41:14 -0400
commit49ab069466c1c042cad12ef9c74f1f03c65615a9 (patch)
tree1a3c436791914ae60e08989fa5df7cab4ce6745c /doc/todo
parent76071e5e5d73b8da345c66a25e3fe02e901df980 (diff)
Apt.mirror can be used to set the preferred apt mirror of a host, overriding the default CDN.
This info is used by Apt.stdSourcesList and Sbuild.builtFor. Thanks, Sean Whitton.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Info_property_to_select_host__39__s_preferred_Apt_mirror.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Info_property_to_select_host__39__s_preferred_Apt_mirror.mdwn b/doc/todo/Info_property_to_select_host__39__s_preferred_Apt_mirror.mdwn
index e3702ab9..4cd76383 100644
--- a/doc/todo/Info_property_to_select_host__39__s_preferred_Apt_mirror.mdwn
+++ b/doc/todo/Info_property_to_select_host__39__s_preferred_Apt_mirror.mdwn
@@ -1,3 +1,5 @@
It would be good to have an info property, say `Apt.mirror`, which sets a host's preferred apt mirror. Then all properties in `Propellor.Property.Apt` would use this mirror when generating sources lists, falling back to the `deb.debian.org` default. The value of `Apt.mirror` could be an apt cache on the LAN, or a mirror that is known to be better than the Debian CDN from where the host is located. --[[spwhitton|user/spwhitton]]
[[!tag user/spwhitton]]
+
+> [[merged|done]] thank you! --[[Joey]]