Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: what about dracut and systemd?
Date: Sat, 29 Jul 2017 10:26:06
Message-Id: CAGfcS_mB3=-ztEZd29d_=GSGYwqXNp3VK7UxYgvCPop4kLU=SQ@mail.gmail.com
In Reply to: [gentoo-user] Re: what about dracut and systemd? by Ian Zimmerman
1 On Sat, Jul 29, 2017 at 1:04 AM, Ian Zimmerman <itz@××××××××××××.org> wrote:
2 > On 2017-07-28 22:01, Rich Freeman wrote:
3 >
4 >> > I wonder if its because I am still using rsync to sync the portage
5 >> > directory? There are no changelogs anywhere! or nothing by that
6 >> > name.
7 >
8 >> Ah, looks like they were removed entirely from rsync. It was months
9 >> ago and I don't use rsync so I'd half forgotten what the outcome was.
10 >>
11 >> There is apparently an rsync repository that only contains Changelogs
12 >> if you want them, but honestly it is probably easier to just check git
13 >> logs. If you run git whatchanged path you'll get the equivalent of
14 >> the Changelog for that path.
15 >
16 > What about webrsync?
17
18 I imagine it is in the same situation.
19
20 >
21 > Can you point me to an online resource where this decision is or was
22 > tracked?
23 >
24
25 Sure. This was running over a year, and I was involved, but I just
26 didn't recall offhand where it all ended up (largely because I don't
27 use rsync, and there was a relatively long period between discussion
28 and implementation).
29
30 This bug is probably the most concise summary:
31 https://bugs.gentoo.org/show_bug.cgi?id=565566
32
33 The council made a decision a year ago to allow changelog removal as
34 it was redundant with other ways of obtaining the same info:
35 https://projects.gentoo.org/council/meeting-logs/20160410-summary.txt
36
37 It was removed in Oct:
38 https://archives.gentoo.org/gentoo-dev-announce/message/651feb859ae9669dfeaa19547fa698dc
39
40 Apparently you can rsync changelogs only from:
41 rsync://rsync.gentoo.org/gentoo-repo-changelog
42
43 It is safe to rsync that over top of your portage tree.
44
45 IMO unless you really need to read them offline it is probably just as
46 easy to just browse the git repository. I find github provides the
47 nicest viewer, but some people are averse to non-FOSS and I believe
48 you can probably do the same using the FOSS browser on the Gentoo
49 website, or you can just clone the repository and use the git command
50 line to do it.
51
52 --
53 Rich

Replies

Subject Author
Re: [gentoo-user] Re: what about dracut and systemd? Dale <rdalek1967@×××××.com>
[gentoo-user] Re: what about dracut and systemd? Ian Zimmerman <itz@××××××××××××.org>