Gentoo Archives: gentoo-portage-dev

From: David James <davidjames@××××××.com>
To: gentoo-portage-dev@l.g.o
Cc: Mike Frysinger <vapier@××××××.com>
Subject: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag.
Date: Fri, 14 Feb 2014 20:43:48
Message-Id: CAGNm6ex+K5Mav-0vN7bQ7uc+Pb154f155R0Gvm-Gz2rCBg42_A@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. by Sebastian Luther
1 On Fri, Feb 14, 2014 at 12:31 PM, Sebastian Luther
2 <SebastianLuther@×××.de>wrote:
3
4 > Am 14.02.2014 18:31, schrieb David James:
5 > > The --newrepo flag tells emerge to recompile a package if it is now being
6 > > pulled from a different repository.
7 > >
8 > > BUG=chromium:200417
9 > > TEST=Verify ebuilds get pulled in when repo changes.
10 > > ---
11 > > man/emerge.1 | 5 +++
12 > > pym/_emerge/create_depgraph_params.py | 1 +
13 > > pym/_emerge/depgraph.py | 80
14 > > ++++++++++++++++++-----------------
15 >
16 > Do you have this patch in some public repo to pull from? I just can't
17 > manage to get it out of the mail with thunderbird...
18 >
19 > For now one thing:
20 > Please add some tests.
21 >
22
23 Uploaded here: https://chromium-review.googlesource.com/#/c/186651/
24
25 You should be able to cherry-pick using this command:
26 git fetch
27 https://chromium.googlesource.com/chromiumos/third_party/portage_toolrefs/changes/51/186651/1
28 && git cherry-pick FETCH_HEAD
29
30 I haven't added automated tests yet.
31
32 Cheers,
33
34 David

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. Sebastian Luther <SebastianLuther@×××.de>