| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate redundant "notadded" error filtering. | Zac Medico | 2007-12-21 | 1 | -7/+1 |
* | Fix xmatch "match-all" typo. | Zac Medico | 2007-12-21 | 1 | -1/+1 |
* | In portage.process.spawn(), make the default fd_pipes value get | Zac Medico | 2007-12-21 | 1 | -1/+5 |
* | In portage.spawn(), make the default fd_pipes value get file | Zac Medico | 2007-12-21 | 1 | -1/+5 |
* | Tweak profile validation and warning logic a bit. | Zac Medico | 2007-12-21 | 2 | -5/+5 |
* | Fix references to dbapi._category_re. | Zac Medico | 2007-12-21 | 1 | -2/+2 |
* | Use regex category validation in binarytree.populate(). | Zac Medico | 2007-12-21 | 1 | -2/+2 |
* | Use a regex to validate package directory names in portdbapi.cp_list() | Zac Medico | 2007-12-21 | 2 | -1/+5 |
* | Add "metadata" and "licenses" to _non_category_dirs. | Zac Medico | 2007-12-21 | 1 | -2/+3 |
* | Slightly improved the masked package check inside dep_zapdeps(). | Zac Medico | 2007-12-21 | 1 | -9/+9 |
* | Fix a reference to an undefined "mykey" variable. | Zac Medico | 2007-12-21 | 1 | -1/+1 |
* | Bug #202566 - Move the 'global portage' statement to avoid | Zac Medico | 2007-12-21 | 1 | -1/+2 |
* | Hardcode #!/bin/bash for consistency with other scripts. | Zac Medico | 2007-12-20 | 1 | -1/+1 |
* | Fix a typo in the _non_category_dirs regex. | Zac Medico | 2007-12-20 | 1 | -1/+1 |
* | Filter out some non-category directories in portdbapi.cp_all(). | Zac Medico | 2007-12-20 | 1 | -3/+5 |
* | For simplicity and consistency, always use a regular expression | Zac Medico | 2007-12-20 | 2 | -21/+11 |
* | Fix portdbapi.cp_list() so that it can cope with a | Zac Medico | 2007-12-20 | 3 | -2/+5 |
* | Make dep_zapdeps() fall back to installed packages in it's | Zac Medico | 2007-12-20 | 1 | -1/+2 |
* | Fix binarytree._update_pkgindex_header() so that it can cope | Zac Medico | 2007-12-20 | 1 | -4/+6 |
* | Make vartree.cpv_all() stop relying on having a categories | Zac Medico | 2007-12-20 | 1 | -2/+14 |
* | Enable emerge search actions for binary packages when there is | Zac Medico | 2007-12-20 | 1 | -19/+89 |
* | Fix a type: eclasses -> eclass. | Zac Medico | 2007-12-20 | 1 | -1/+1 |
* | Pass a valid phase into eerror so that it works. | Zac Medico | 2007-12-20 | 1 | -1/+1 |
* | Make binarytree.populate() stop relying on having a categories | Zac Medico | 2007-12-20 | 1 | -4/+2 |
* | Convert messages about missing portage tree to debug level | Zac Medico | 2007-12-20 | 1 | -2/+4 |
* | Make some adjustments so that it's possible to install binary | Zac Medico | 2007-12-20 | 4 | -16/+32 |
* | Bug #202748 - When merging a binary package, only clean up | Zac Medico | 2007-12-20 | 1 | -1/+4 |
* | Whitespace only: remove extra indentation. | Zac Medico | 2007-12-20 | 1 | -38/+37 |
* | Always add ARCH to USE without relying on it being listed | Zac Medico | 2007-12-20 | 1 | -0/+2 |
* | Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables for | Zac Medico | 2007-12-19 | 1 | -1/+2 |
* | Keep filtered USE in the PORTAGE_USE variable to keep | Zac Medico | 2007-12-19 | 1 | -6/+6 |
* | Trigger a config.regenerate() call inside setcpv() when the | Zac Medico | 2007-12-19 | 1 | -1/+7 |
* | Store filtered USE for config.environ() calls in a special | Zac Medico | 2007-12-18 | 1 | -3/+14 |
* | Fix USE filtering code so that it doesn't rely on config.setcpv() | Zac Medico | 2007-12-18 | 1 | -2/+4 |
* | Make special build and bootstrap flags into implicit members | Zac Medico | 2007-12-18 | 1 | -0/+5 |
* | Display the merge list with blockers any time that there are | Zac Medico | 2007-12-18 | 1 | -4/+7 |
* | Only enable the PORTAGE_IUSE check during build time phases | Zac Medico | 2007-12-18 | 1 | -1/+6 |
* | Include masked flags in PORTAGE_IUSE to avoid more false positives | Zac Medico | 2007-12-18 | 1 | -3/+4 |
* | Create a PORTAGE_IUSE variable containing an egrep pattern | Zac Medico | 2007-12-18 | 2 | -12/+19 |
* | Bug #176467 - Filter out USE flags that aren't part of IUSE. | Zac Medico | 2007-12-18 | 1 | -5/+35 |
* | Fix typo: %% -> ##. | Zac Medico | 2007-12-18 | 1 | -1/+1 |
* | Generalize the sed -> gsed wrapper script so that it's | Zac Medico | 2007-12-18 | 1 | -10/+12 |
* | Fix setconfig.getSets() api breakage. | Zac Medico | 2007-12-17 | 1 | -1/+1 |
* | In "QA Notice: Precompiled python" messages, use sed to strip the | Zac Medico | 2007-12-15 | 1 | -1/+2 |
* | Move the reusable ConsoleStyleFile and StyleWriter classes into | Zac Medico | 2007-12-15 | 2 | -52/+53 |
* | Fix punctuation and spelling. Thanks to Arfrever Frehtes Taifersar | Zac Medico | 2007-12-15 | 2 | -8/+8 |
* | Split out a format_qa_output() function to eliminate duplicate code. | Zac Medico | 2007-12-15 | 1 | -59/+57 |
* | Instead of all modes, only in commit mode save an extra copy of QA | Zac Medico | 2007-12-15 | 1 | -1/+3 |
* | Replace hardcoded green, yellow, and red with GOOD, WARN, and BAD. | Zac Medico | 2007-12-15 | 1 | -3/+3 |
* | Save QA output so that it can be conveniently displayed | Zac Medico | 2007-12-15 | 1 | -13/+99 |