Gentoo Archives: gentoo-portage-dev

From: Sebastian Luther <SebastianLuther@×××.de>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag.
Date: Fri, 14 Feb 2014 20:31:47
Message-Id: 52FE7D2E.5000908@gmx.de
In Reply to: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. by David James
1 Am 14.02.2014 18:31, schrieb David James:
2 > The --newrepo flag tells emerge to recompile a package if it is now being
3 > pulled from a different repository.
4 >
5 > BUG=chromium:200417
6 > TEST=Verify ebuilds get pulled in when repo changes.
7 > ---
8 > man/emerge.1 | 5 +++
9 > pym/_emerge/create_depgraph_params.py | 1 +
10 > pym/_emerge/depgraph.py | 80
11 > ++++++++++++++++++-----------------
12
13 Do you have this patch in some public repo to pull from? I just can't
14 manage to get it out of the mail with thunderbird...
15
16 For now one thing:
17 Please add some tests.
18
19 - Sebastian

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. David James <davidjames@××××××.com>