Merge branch 'deploy' of git.distorted.org.uk:/home/mdw/publish/public-git/distorted...
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 19:11:25 +0000 (20:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 20 Sep 2019 19:11:25 +0000 (20:11 +0100)
* 'deploy' of git.distorted.org.uk:/home/mdw/publish/public-git/distorted-chroot:
  Makefile: Don't commit to `PROXY' before we know `$(APTCONF)'.

etc/apt-conf.d/90local

index d69c64c..d3febb3 100644 (file)
@@ -1,5 +1,5 @@
 ### -*-conf-*-
 
 Acquire {
-       http::Proxy "http://universe.distorted.org.uk:3142/";
+       http::Proxy "http://localhost:3142/";
 }