Gentoo Archives: gentoo-dev

From: Tobias Klausmann <klausman@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Wanted: Stats collection (not submission!) testimonials
Date: Sun, 12 Jul 2009 11:05:46
Message-Id: 20090712110543.GA31887@eric.schwarzvogel.de
In Reply to: [gentoo-dev] Wanted: Stats collection (not submission!) testimonials by Sebastian Pipping
1 Hi!
2
3 On Sun, 12 Jul 2009, Sebastian Pipping wrote:
4 > Here are precise commands you need to run:
5 >
6 > # git clone git://git.goodpoint.de/smolt-gentoo.git
7 > # cd smolt-gentoo
8 > # git checkout -b gentoo origin/gentoo
9 > # cd client/distros
10 > # python gentoo.py |& less
11 >
12 > Again, no data is submitted, just locally collected and presented.
13 >
14 > Please send your feedback to the list; collected data better goes
15 > to <sebastian@×××××××.org> if you are willing to share it.
16
17 I've tried this on my private dev alpha machine as well as the
18 teams dev machine, both look ok to me. My everyday workstation
19 (amd64) looks quite ok, too. The only thing I noticed is this:
20
21 /home/klausman/tmp/smolt-gentoo/client/distros/gentoo/globaluseflags.py:22:
22 DeprecationWarning: the sets module is deprecated
23
24 which is due to Python 2.6 being my default interpreter.
25
26 Interestingly, my cross-compile alpha setup (created using
27 crossdev) is noticed as a "secret package" - I presume that is on
28 purpose?
29
30 In all, very nicely done!
31
32 Regards,
33 Tobias
34 --
35 printk (KERN_DEBUG "Somebody wants the port\n");
36 linux-2.6.6/drivers/parport/parport_pc.c

Replies