From 5de6ebd2e2dcc8b13d3445d55d14bdbd619cdf9a Mon Sep 17 00:00:00 2001 From: Tim Sutton <tim@linfiniti.com> Date: Sat, 27 Dec 2014 05:54:38 +0800 Subject: [PATCH] Use official tomcat repo rather --- 71-apt-cacher-ng | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/71-apt-cacher-ng b/71-apt-cacher-ng index 30cbc19..ddae14e 100644 --- a/71-apt-cacher-ng +++ b/71-apt-cacher-ng @@ -1,2 +1,2 @@ #Acquire::http { Proxy "http://192.168.2.9:3142"; }; -#Acquire::http { Proxy "http://192.168.0.13:3142"; }; +#Acquire::http { Proxy "http://192.168.0.101:3142"; }; -- Gitblit v0.0.0-SNAPSHOT