summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #205318 - Handle errno.ENOTDIR thrown from the lstat callZac Medico2008-01-111-1/+1
* Add a new "ebuild.autotools" check for when ebuilds callZac Medico2008-01-111-4/+18
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-112-11/+18
* Bug #203316 - Fix isvalidatom() to properly detect invalid operatorsZac Medico2008-01-111-1/+1
* Bug #204425 - Remove --delete-after from the default PORTAGE_RSYNC_OPTS.Zac Medico2008-01-111-1/+0
* Bug #162542 - When dropping privileges for FEATURES=userpriv,Zac Medico2008-01-101-1/+12
* When spawing the "depend" phase, use file descriptors from sys.std*Zac Medico2008-01-081-1/+5
* Bug #204753 - Add "distfiles" and "packages" to the list ofZac Medico2008-01-071-2/+2
* Bug #204651 - Make repoman respect NOCOLOR=true.Zac Medico2008-01-061-1/+2
* Bug #204020 - Make grabfile() properly raise PermissionDenied whenZac Medico2008-01-021-1/+3
* When searching for "test" in IUSE, account for IUSE defaults.Zac Medico2007-12-311-1/+1
* Fix config.setcpv() to properly call config.regenerate() in casesZac Medico2007-12-311-1/+8
* As suggested by grobian, treat Darwin just like USERLAND=gnuZac Medico2007-12-291-3/+1
* Fix broken Darwin USERLAND detection.Zac Medico2007-12-291-1/+3
* Add PKGDIR to the config.environ() whitelist so that people'sZac Medico2007-12-291-2/+1
* Make the global counter file correspond toZac Medico2007-12-291-24/+37
* Remove redundant USERLAND sanity check code from doebuild() sinceZac Medico2007-12-291-4/+1
* Add back support for silent definition of the dummy lchown()Zac Medico2007-12-291-0/+4
* Simplify the userland detection code in portage.data and addZac Medico2007-12-291-10/+5
* Remove redundant lchown() compatibility code since theZac Medico2007-12-291-6/+0
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-1/+1
* Move XARGS initialization from portage.data to isolated-functions.sh.Zac Medico2007-12-291-3/+0
* Add support for showing binary package file sizes in emergeZac Medico2007-12-291-6/+14
* * Initialize dbapi._categories = None so that we can compareZac Medico2007-12-294-8/+8
* Make doebuild() check XARGS together with ARCH and USERLAND.Zac Medico2007-12-291-2/+2
* Make the ARCH and USERLAND sanity check use the autodetected USERLANDZac Medico2007-12-291-1/+5
* Bug #121584 - Make the automatic USERLAND detection code recognizeZac Medico2007-12-291-1/+3
* Make key_expand() use dbapi.categories.Zac Medico2007-12-281-1/+1
* Make dep_expand() stop relying on having a categories list:Zac Medico2007-12-284-6/+30
* Just ignore it when the global counter file does not matchZac Medico2007-12-281-5/+0
* In action_regen(), use writemsg() to send error messages toZac Medico2007-12-281-7/+6
* Show the EBUILD_FORCE_TEST "Forcing test" messageZac Medico2007-12-281-3/+6
* Fixes for logic related to FEATURES=test to USE=test mapping:Zac Medico2007-12-281-11/+25
* In getconfig(), pass the infile attribute into the shlexZac Medico2007-12-251-1/+4
* Fix "Initializing counter" message to show the correct value.Zac Medico2007-12-251-1/+1
* Bug #203090 - Do not trust the global counterZac Medico2007-12-251-12/+36
* - small UI cleanups. *should* not cause problems with lack of missing newlines.Ned Ludd2007-12-252-9/+10
* Add support for --usepkg and --usepkgonly options together withZac Medico2007-12-211-4/+5
* Make vardbapi cache DESCRIPTION and HOMEPAGE in order to optimizeZac Medico2007-12-211-1/+2
* Implement binary package visibility filtering for emerge --search.Zac Medico2007-12-211-14/+56
* Don't show "Size of files: 0 kB" in emerge --search output for installedZac Medico2007-12-211-0/+7
* Implement emerge --search support for installed packages, so itZac Medico2007-12-211-13/+33
* Make the "test" flag that's enabled by FEATURES=test intoZac Medico2007-12-211-0/+2
* Fix xmatch "match-all" typo.Zac Medico2007-12-211-1/+1
* In portage.process.spawn(), make the default fd_pipes value getZac Medico2007-12-211-1/+5
* In portage.spawn(), make the default fd_pipes value get fileZac Medico2007-12-211-1/+5
* Tweak profile validation and warning logic a bit.Zac Medico2007-12-212-5/+5
* Fix references to dbapi._category_re.Zac Medico2007-12-211-2/+2
* Use regex category validation in binarytree.populate().Zac Medico2007-12-211-2/+2
* Use a regex to validate package directory names in portdbapi.cp_list()Zac Medico2007-12-212-1/+5