Gentoo Archives: gentoo-user-pl

From: |K a C z Y| <kaczy@×××××.pl>
To: gentoo-user-pl@g.o
Subject: Re: [gentoo-user-pl] jak sprawdzić co nowego
Date: Fri, 01 Aug 2003 20:08:23
Message-Id: 20030801103235.GA28994@windows-sucks.com
In Reply to: [gentoo-user-pl] jak sprawdzić co nowego by Wojtek Aleksander
1 Wojtek Aleksander <dormitor@××.pl> [2003-08-01 00:43]:
2 > jak sprawdziæ co nowego siê zjawi³o po wykonaniu `emerge sync`?
3 > chcia³bym wiedzieæ które pakiety i jakie ich wersje s± nowsze ni¿ te,
4 > które mam w bazie obecnie, ³±cznie z tymi niezainstalowanymi. da siê?
5
6 ogólnie to bêdzie :-)
7
8 $ gentool-package-count # sierpien 1
9 Number of categories : 94
10 Number of ebuilds : 10045
11 Unique packages : 4998
12
13 $ gentool-package-count # lipiec 24
14 Number of categories : 91
15 Number of ebuilds : 9881
16 Unique packages : 4917
17
18 Mozesz sobie zrobic snapshot a potem go porownac:
19
20 $ find /usr/portage -name \*.ebuild > ~/before
21 # emerge rsync
22 $ find /usr/portage -name \*.ebuild > ~/after
23 $ vimdiff before after
24
25 mozesz tez logowac cal± sesje i potem ja przegl±dn±æ:
26
27 # emerge rsync | tee /tmp/up.log
28
29 Mozesz te¿ znale¼æ tylko te ebuild, ktore by³y modyfikowane od ostatniego
30 rsync (tu 7dni).
31
32 $ find /usr/portage -name \*.ebuild -mtime -7
33
34 --
35 ------------------------------------------------------------------------
36 The truth is out there! What's the URL?
37 --[ debian.e-legionowo.pl ]-------------------[ www.FreeBSD.friko.pl ]--
38
39 --
40 gentoo-user-pl@g.o mailing list