Gentoo Archives: gentoo-dev

From: Alexander Gretencord <arutha@×××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] new package notification
Date: Fri, 26 Jul 2002 12:20:30
Message-Id: 200207261920.26542.arutha@gmx.de
In Reply to: [gentoo-dev] new package notification by Gregg
1 On Friday 26 July 2002 18:44, Gregg wrote:
2 > I want to see a list of new packages that are available after an rsync.
3 > Not updates to packages that were already there, but new directories in
4 > the portage tree.
5
6 Do a "find /usr/portage/ -type d > before" before the emerge rsync and the
7 same after rsyncing but into file "after". The do a "diff before after".
8 After doing this once you can just move the after file to before everytime so
9 you don't have to do a find before the next rsync but just use the last
10 after-file. You could tell it to not print the files dir so you will only get
11 the new packages directory and not the files dir which holds the digests and
12 patches.
13
14 just my 2(euro)cent
15
16 Alex
17
18 --
19 "They that can give up essential liberty to obtain a little temporary safety
20 deserve neither liberty nor safety."
21 Benjamin Franklin

Replies

Subject Author
Re: [gentoo-dev] new package notification Gregg <gregg@××.am>