Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emerge: Add head commit per repo to --info
Date: Tue, 04 Jul 2017 19:14:55
Message-Id: CAMiTYSr9u-NiNa8mYHHgUTybhtJuOFRFAAqwFkfcuqLmMQt_Fg@mail.gmail.com
In Reply to: [gentoo-portage-dev] [PATCH] emerge: Add head commit per repo to --info by "Manuel Rüger"
1 On Fri, Jun 30, 2017 at 2:46 AM, Manuel Rüger <mrueg@g.o> wrote:
2 > This adds the following to emerge --info output for git and rsync based
3 > repositories:
4 >
5 > Head commit of repository gentoo: 0518b330edac963f54f98df33391b8e7b9eaee4c
6 > ---
7 > pym/_emerge/actions.py | 10 ++++++++++
8 > pym/portage/sync/modules/git/__init__.py | 3 ++-
9 > pym/portage/sync/modules/git/git.py | 12 ++++++++++++
10 > pym/portage/sync/modules/rsync/__init__.py | 3 ++-
11 > pym/portage/sync/modules/rsync/rsync.py | 12 ++++++++++++
12 > pym/portage/sync/syncbase.py | 5 ++++-
13 > 6 files changed, 42 insertions(+), 3 deletions(-)
14
15 Looks good. Thanks!
16 --
17 Thanks,
18 Zac

Replies