From: Ian Campbell <ian.campbell@citrix.com>
To: Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org
Cc: "Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: [PATCH OSSTEST 0/6] Fixes for switching to Jessie as base OS for test hosts
Date: Tue, 29 Sep 2015 11:27:24 +0100 [thread overview]
Message-ID: <1443522444.16718.35.camel@citrix.com> (raw)
In-Reply-To: <1443519883.16718.23.camel@citrix.com>
On Tue, 2015-09-29 at 10:44 +0100, Ian Campbell wrote:
> * Switch to apt-cacher-ng on the cache host, since a bug in Jessie's apt
> apparently interacts badly with apt-cacher's handling of Ranges in http
> requests[0]. I've deployed apt-cacher-ng on an alternative port on the
> production cache and tested that it works with Jessie and Wheezy.
I was assuming we'd want to switch out apt-cacher for apt-cacher-ng on port
cache:3142. Instead you suggested just changing the config to use the
alternative port 3143.
-----<8-------
>From b9558e5202b6ade9dc91f0ebf5eac2ff94a57ba4 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@citrix.com>
Date: Tue, 29 Sep 2015 11:24:53 +0100
Subject: [PATCH] production-config: Switch DebianMirrorProxy to port 3143
This is running apt-cacher-ng rather than apt-cacher (which remains on
port 3142 for the time being). It seems that apt-cacher exposes a bug
(#795284) in Jessie's version of apt.
apt-cacher-ng also seems more popular these days.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
The arrangements for caching of the Debian mirror in the Cambridge
instance are different and so no change is required.
---
production-config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/production-config b/production-config
index 96c8072..b21153b 100644
--- a/production-config
+++ b/production-config
@@ -103,7 +103,7 @@ XenUseUser osstest
# We use the IP address because Citrix can't manage reliable nameservice
#DebianMirrorHost debian.uk.xensource.com
#DebianMirrorHost 10.80.16.196
-DebianMirrorProxy http://cache:3142/
+DebianMirrorProxy http://cache:3143/
HostProp_NtpServer infra.test-lab.xenproject.org
--
2.5.3
next prev parent reply other threads:[~2015-09-29 10:27 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-29 9:44 [PATCH OSSTEST 0/6] Fixes for switching to Jessie as base OS for test hosts Ian Campbell
2015-09-29 9:44 ` [PATCH OSSTEST 1/6] Debian: Uninstall flash-kernel when creating our own boot.scr Ian Campbell
2015-09-29 14:05 ` Ian Jackson
2015-09-29 9:44 ` [PATCH OSSTEST 2/6] Debian: Search for kernel in /boot as well as / when making u-boot script Ian Campbell
2015-09-29 14:07 ` Ian Jackson
2015-09-29 9:44 ` [PATCH OSSTEST 3/6] Debian: uboot: Use di_vg_name() and lv_dev_mapper() for root= Ian Campbell
2015-09-29 14:08 ` Ian Jackson
2015-09-29 14:18 ` Ian Campbell
2015-09-29 15:04 ` Ian Jackson
2015-09-29 9:44 ` [PATCH OSSTEST 4/6] ts-freebsd-install: Use $gho->{Lvdev} instead of target_guest_lv_name Ian Campbell
2015-09-29 14:09 ` Ian Jackson
2015-09-30 14:48 ` Roger Pau Monné
2015-09-30 15:06 ` Ian Jackson
2015-10-01 10:45 ` Ian Campbell
2015-10-01 10:48 ` Ian Campbell
2015-10-02 9:36 ` Ian Campbell
2015-10-05 16:31 ` Ian Jackson
2015-09-29 9:44 ` [PATCH OSSTEST 5/6] TestSupport: Remove now unused target_guest_lv_name Ian Campbell
2015-09-29 14:10 ` Ian Jackson
2015-09-29 9:44 ` [PATCH OSSTEST 6/6] Switch to Debian 8.0 (jessie) as OS for test hosts Ian Campbell
2015-09-29 14:11 ` Ian Jackson
2015-09-29 10:27 ` Ian Campbell [this message]
2015-09-29 14:12 ` [PATCH OSSTEST 0/6] Fixes for switching to Jessie as base " Ian Jackson
2015-09-29 14:11 ` Ian Jackson
2015-09-30 14:30 ` Ian Campbell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443522444.16718.35.camel@citrix.com \
--to=ian.campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).