| Commit message (Expand) | Author | Age | Files | Lines |
* | Inside depgraph._add_pkg(), handle the case where multiple different | Zac Medico | 2008-11-15 | 1 | -0/+14 |
* | Check the return value from depgraph._add_pkg() when adding library consumers | Zac Medico | 2008-11-15 | 1 | -2/+5 |
* | Bug #246821 - Avoid TypeError from binarytree.isremote() by returning early | Zac Medico | 2008-11-15 | 1 | -1/+1 |
* | Make depgraph.display_problems() send unsatisfied dependency ouput to stdout, | Zac Medico | 2008-11-15 | 1 | -4/+6 |
* | Bug #246853 - Redirect all ouput from depgraph.display_problems() to stderr. | Zac Medico | 2008-11-15 | 1 | -0/+22 |
* | Bug #236207 - Replace some hardcoded colors with color codes, and use | Zac Medico | 2008-11-15 | 1 | -23/+33 |
* | Bug #173284 - Update config update counting code in chk_updated_cfg_files() | Zac Medico | 2008-11-15 | 1 | -3/+3 |
* | Remove stray print statement from previous commit. | Zac Medico | 2008-11-15 | 1 | -1/+0 |
* | Bug #173284 - Do not traverse hidden directories such as .svn or .git when | Zac Medico | 2008-11-15 | 1 | -2/+3 |
* | Bug #173284 - Do not traverse hidden directories such as .svn or .git when | Zac Medico | 2008-11-15 | 1 | -3/+5 |
* | Bug #236714 - Handle PortagePackageException raised from Manifest.create(). | Zac Medico | 2008-11-15 | 2 | -1/+8 |
* | Make digestgen() handle PermissionDenied internally by returning failure, so | Zac Medico | 2008-11-15 | 1 | -1/+5 |
* | Bug #236683 - Fix PermissionDenied handling to report the exception type. | Zac Medico | 2008-11-15 | 2 | -2/+5 |
* | Bug #243022 - Inside dblink.mergeme(), when merging a directory and a symlink | Zac Medico | 2008-11-15 | 1 | -1/+2 |
* | Bug #216190 - Make dblink.treewalk() bail out rather than install a package | Zac Medico | 2008-11-15 | 1 | -2/+23 |
* | Fix new* and do* ebuild helpers to generate consistent error messages for | Zac Medico | 2008-11-15 | 19 | -6/+82 |
* | Make the EbuildQuote check filter out matches that appear to be an argument | Zac Medico | 2008-11-14 | 1 | -2/+14 |
* | Exempt live ebuilds from KEYWORDS.missing and KEYWORDS.dropped warnings. | Zac Medico | 2008-11-14 | 1 | -2/+5 |
* | In dyn_package(), use the 'assert' macro (from isolated-functions.sh) die if | Zac Medico | 2008-11-14 | 1 | -2/+2 |
* | Add a --changelog-rev option that truncates the ChangeLog at a specific | Zac Medico | 2008-11-14 | 1 | -2/+14 |
* | * git support for repoman | Zac Medico | 2008-11-14 | 1 | -1/+1 |
* | Use a table to condense the docs for the default_* phase functions. | Zac Medico | 2008-11-14 | 1 | -23/+22 |
* | Bug #244485 - Document the !!atom blocker syntax. | Zac Medico | 2008-11-14 | 1 | -0/+6 |
* | Add newlines so that first lines of tables display properly with man2html. | Zac Medico | 2008-11-14 | 1 | -0/+2 |
* | Note that USE dependencies appear on the right hand side of SLOT dependencies. | Zac Medico | 2008-11-14 | 1 | -0/+4 |
* | Bug #244485 - Document USE dependencies. | Zac Medico | 2008-11-14 | 1 | -0/+33 |
* | Having a leading ./ prefix on file paths can trigger a bug in | Zac Medico | 2008-11-14 | 1 | -0/+5 |
* | Bug #244485 - Document SRC_URI arrows for output file customization. | Zac Medico | 2008-11-13 | 1 | -0/+4 |
* | Rename the "FUNCTIONS" section to "PHASE FUNCTIONS". | Zac Medico | 2008-11-13 | 1 | -1/+1 |
* | Bug #244485 - Document the default phase function helpers. | Zac Medico | 2008-11-13 | 1 | -0/+29 |
* | Bug #244485 - Document src_prepare() and src_configure() phase functions. | Zac Medico | 2008-11-13 | 1 | -1/+15 |
* | Bug #244485 - Document the doman enhancement from bug #222439. | Zac Medico | 2008-11-13 | 1 | -0/+6 |
* | Use apply_secpass_permissions() to avoid OperationNotPermitted errors when | Zac Medico | 2008-11-13 | 1 | -3/+3 |
* | Use grabfile() instead of grablines(), to ignore empty lines. | Zac Medico | 2008-11-13 | 1 | -4/+4 |
* | Add quote from GLEP 42 about permission bits. | Zac Medico | 2008-11-13 | 1 | -0/+4 |
* | Misc fixes and cleanups in NewsManager. | Zac Medico | 2008-11-13 | 1 | -68/+71 |
* | Return early from NewsManager.updateItems() if the news path listdir call | Zac Medico | 2008-11-13 | 1 | -6/+4 |
* | Always return early from NewsManager.updateItems() if self.unread_path can't | Zac Medico | 2008-11-13 | 1 | -10/+12 |
* | Use a simpler approach instead of implementing NewsItem.__getattr__(). | Zac Medico | 2008-11-12 | 1 | -5/+3 |
* | * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and use | Zac Medico | 2008-11-12 | 1 | -5/+33 |
* | Sort the return value from cpv_all() inside vardbapi._counter_hash() instead | Zac Medico | 2008-11-12 | 1 | -2/+4 |
* | Inside NewsManager.updateItems(), use a mutable set for skiplist and sort the | Zac Medico | 2008-11-12 | 1 | -3/+4 |
* | Instead of raising a TypeError from the NewsItem constructor, check the path | Zac Medico | 2008-11-12 | 1 | -6/+4 |
* | Use a frozenset to optimize skiplist containment checks inside | Zac Medico | 2008-11-12 | 1 | -1/+1 |
* | Bug #246451 - Inside SecuritySet._reduce(), use portdbapi.xmatch("match-all") | Zac Medico | 2008-11-12 | 1 | -1/+1 |
* | Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14 | Zac Medico | 2008-11-11 | 3 | -0/+26 |
* | Allow --keep-going to continue in some cases when a runtime dependency has | Zac Medico | 2008-11-11 | 1 | -2/+9 |
* | Simplify code for cloning config instances inside Scheduler.merge(). | Zac Medico | 2008-11-11 | 1 | -1/+1 |
* | Make FindPortdir() fall back to have_profile_dir() checks if it can't match | Zac Medico | 2008-11-11 | 1 | -6/+20 |
* | Derive the changelog_path variable from the new checkdir_relative variable. | Zac Medico | 2008-11-11 | 1 | -6/+1 |