volumio / Build

Buildscripts for Volumio System
GNU General Public License v2.0
113 stars 102 forks source link

Use deb.debian.org instead of httpredir.d.o #458

Closed xipmix closed 3 years ago

xipmix commented 3 years ago

https://wiki.debian.org/DebianGeoMirror states that httpredir has been discontinued.

I've tested this only by building a volumio image; not sure what further testing is required.

ashthespy commented 3 years ago

Ah -- while you are at it, can you remove https://github.com/volumio/Build/tree/volumioOS/volumio/etc/apt? Sources are created directly in configure.sh with config.sh that you already updated..

xipmix commented 3 years ago

not following. you mean git rm volumio/etc/apt/* ??

ashthespy commented 3 years ago

Yes, git rm -r volumio/etc/apt

ashthespy commented 3 years ago

Thanks! :-)