Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Re: [PATCH] If a binhost file sets a TTL header, honor it.
Date: Sun, 02 Nov 2014 17:10:18
Message-Id: 20141102090913.72736808.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] Re: [PATCH] If a binhost file sets a TTL header, honor it. by Zac Medico
1 On Fri, 24 Oct 2014 14:15:29 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > On 10/24/2014 12:24 PM, Zac Medico wrote:
5 > > From 5400ba6ecbccf946aa4d5a8ddaaa2e1d7b784d3f Mon Sep 17 00:00:00
6 > > 2001 From: David James <davidjames@××××××.com>
7 > > Date: Thu, 23 Oct 2014 18:40:28 -0700
8 > > Subject: [PATCH] If a binhost file sets a TTL header, honor it.
9 >
10 > The first patch needs a small tweak to avoid an UnboundLocalError when
11 > UseCachedCopyOfRemoteIndex is raised:
12 >
13 > From 9b31dff37f26b5114a6b2d9ad972b98947e43a53 Mon Sep 17 00:00:00 2001
14 > From: David James <davidjames@××××××.com>
15 > Date: Fri, 24 Oct 2014 12:40:30 -0700
16 > Subject: [PATCH] Set "url" before marking the index as up to date.
17 >
18 > Fixes UnboundLocalError: local variable 'url' referenced before
19 > assignment.
20 >
21 > BUG=chromium:381970
22 > TEST=Run it locally.
23 >
24 > Change-Id: I592bfcac4b27da6d95ae40f5f05bc31eb571702f
25 > Reviewed-on: https://chromium-review.googlesource.com/225423
26 > Tested-by: David James <davidjames@××××××××.org>
27 > Reviewed-by: Mike Frysinger <vapier@××××××××.org>
28 > ---
29 > pym/portage/dbapi/bintree.py | 8 ++++----
30 > 1 file changed, 4 insertions(+), 4 deletions(-)
31 >
32
33 Squash the 2 commits together and commit please
34 --
35 Brian Dolbec <dolsen>