Gentoo Archives: gentoo-user

From: covici@××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ncurses: reductio ad absurdum
Date: Fri, 28 Aug 2015 17:40:55
Message-Id: 16008.1440783646@ccs.covici.com
In Reply to: Re: [gentoo-user] ncurses: reductio ad absurdum by Rich Freeman
1 Rich Freeman <rich0@g.o> wrote:
2
3 > On Fri, Aug 28, 2015 at 11:20 AM, Philip Webb <purslow@××××××××.net> wrote:
4 > > 150828 Rich Freeman wrote:
5 > >
6 > >> git whatchanged /usr/portage/sys-libs/ncurses > /tmp/log.txt
7 > >
8 > > Tested as user :
9 > >
10 > > 690: ~> git whatchanged /usr/portage/sys-libs/ncurses > tmp/log.txt
11 > > fatal: Not a git repository (or any parent up to mount point /home)
12 > > Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
13 >
14 > You're probably not using git to fetch your portage tree.
15 >
16 > cat /etc/portage/repos.conf/gentoo.conf
17 > [DEFAULT]
18 > main-repo = gentoo
19 >
20 > [gentoo]
21 > location = /usr/portage
22 > sync-type = git
23 > sync-uri = https://github.com/gentoo-mirror/gentoo.git
24 > auto-sync = yes
25 >
26 > Fix that and you'll be fine. Be aware that you're not going to have
27 > any changelogs once you do this. I'm not certain but you might have
28 > to delete /usr/portage first - I have no idea how it handles existing
29 > files.
30
31 So, will I be able to see a git log for the packages? Otherwise, what
32 is the advantage of doing this? Will I see git logs for the ebuilds
33 only?
34
35
36
37 --
38 Your life is like a penny. You're going to lose it. The question is:
39 How do
40 you spend it?
41
42 John Covici
43 covici@××××××××××.com

Replies

Subject Author
Re: [gentoo-user] ncurses: reductio ad absurdum Rich Freeman <rich0@g.o>