Gentoo Archives: gentoo-portage-dev

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH v3 0/4] Initial fetch() refactoring
Date: Wed, 22 Jan 2014 16:39:14
Message-Id: 20140122161016.GO29063@odin.tremily.us
In Reply to: Re: [gentoo-portage-dev] [PATCH v3 0/4] Initial fetch() refactoring by Mike Frysinger
1 On Wed, Jan 22, 2014 at 12:35:13AM -0500, Mike Frysinger wrote:
2 > On Sunday 19 January 2014 22:26:06 W. Trevor King wrote:
3 > > W. Trevor King (4):
4 > > pym/portage/package/ebuild/fetch.py: Factor out
5 > > _get_checksum_failure_max_tries
6 > > pym/portage/package/ebuild/fetch.py: Factor out _get_fetch_resume_size
7 > > pym/portage/package/ebuild/fetch.py: Factor out _get_uris
8 > > pym/portage/package/ebuild/fetch.py: Flatten conditionals in
9 > > _get_fetch_resume_size
10 >
11 > no need to use the full file path. a simpler prefix is fine like:
12 > ebuild: fetch: ...
13
14 How about “ebuild.fetch: …”? Queued for v4, but easy to change if you
15 prefer “ebuild: fetch: …”.
16
17 Cheers,
18 Trevor
19
20 --
21 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
22 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH v3 0/4] Initial fetch() refactoring Mike Frysinger <vapier@g.o>