Use "platform" module instead of os.uname, or -- even worse -- a system
authorZac Medico <zmedico@gentoo.org>
Wed, 4 Jun 2008 03:47:56 +0000 (03:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 4 Jun 2008 03:47:56 +0000 (03:47 -0000)
commitcc04625c811f511c3fcba7eeaab2f246968b9fc3
tree6ee368f480faae404d822cb539d3781257ef6cc5
parentc842854cdb99e16af33378d7bbb2318c1997d381
Use "platform" module instead of os.uname, or -- even worse -- a system
call to uname.  Change repoman's identification string not to use
"processor" on Linux (where it is huge), Interix (where it doesn't
exist) and AIX/HP-UX (where it prints "unknown"), but "machine" instead.
(branches/prefix r10554)

svn path=/main/trunk/; revision=10574
bin/repoman
pym/portage/__init__.py
pym/portage/data.py