Gentoo Archives: gentoo-portage-dev

From: David James <davidjames@××××××.com>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag.
Date: Mon, 17 Feb 2014 04:57:53
Message-Id: CAGNm6exnHixTgU9HwfEwfEbmqkUD1VsaXfseefRbBsmPUSXrHg@mail.gmail.com
In Reply to: Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. by Sebastian Luther
1 On Fri, Feb 14, 2014 at 1:37 PM, Sebastian Luther <SebastianLuther@×××.de>wrote:
2
3 > Am 14.02.2014 21:43, schrieb David James:
4 > >
5 > > Uploaded here: https://chromium-review.googlesource.com/#/c/186651/
6 > >
7 > > You should be able to cherry-pick using this command:
8 > > git fetch
9 > > https://chromium.googlesource.com/chromiumos/third_party/portage_tool
10 > > refs/changes/51/186651/1 && git cherry-pick FETCH_HEAD
11 > >
12 >
13 > The patch has conflicts in depgraph.py.
14
15
16 Rebased against latest master. I've also added a bunch of tests.
17
18 Review URL:
19 https://chromium-review.googlesource.com/#/c/186651/3
20
21 Fetch command:
22 git fetch
23 https://chromium.googlesource.com/chromiumos/third_party/portage_toolrefs/changes/51/186651/3
24 && git cherry-pick FETCH_HEAD
25
26 Cheers,
27
28 David

Replies

Subject Author
Re: [gentoo-portage-dev] [PATCH] Implement --newrepo flag. Mike Frysinger <vapier@g.o>