| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust the EbuildNestedDie pattern so that it only matches when ( is surroundedv2.2_rc18 | Zac Medico | 2008-12-20 | 1 | -1/+1 |
* | Simplify the InheritAutotools pattern by using \b to match word boundaries. | Zac Medico | 2008-12-20 | 1 | -2/+2 |
* | Bug #251591 - Adjust the InheritAutotools pattern to treat more things simila... | Zac Medico | 2008-12-20 | 1 | -2/+2 |
* | Bug #251616 - Inside _check_build_log(), remove unnecessary .* patterns from ... | Zac Medico | 2008-12-19 | 1 | -3/+3 |
* | Fix DependencyArg.__str__() to ensure that str type is always returned. | Zac Medico | 2008-12-19 | 1 | -1/+1 |
* | Inside display_preserved_libs(), filter out consumers that belong to the | Zac Medico | 2008-12-17 | 1 | -4/+5 |
* | Inside display_preserved_libs(), filter out any consumers that belong to the | Zac Medico | 2008-12-15 | 1 | -1/+7 |
* | Bug #250902 - Inside dblink._find_unused_preserved_libs(), show a warning | Zac Medico | 2008-12-14 | 1 | -1/+8 |
* | Bug #250902 - Inside dblink._find_libs_to_preserve(), prevent symlinks from | Zac Medico | 2008-12-14 | 1 | -1/+16 |
* | Detect problems with arguments and return non-zero when appropriate. | Zac Medico | 2008-12-12 | 1 | -1/+13 |
* | Update comment about resume opts stored as dict starting with 2.1.6_rc1. | Zac Medico | 2008-12-12 | 1 | -1/+1 |
* | Add a new FEATURES=test-fail-continue value which causes ebuild execution | Zac Medico | 2008-12-12 | 3 | -0/+15 |
* | Fix --pretend logic in Binpkg some more. | Zac Medico | 2008-12-12 | 1 | -2/+2 |
* | Fix --getbinpkg to behave as expected with --pretend and --fetchonly. | Zac Medico | 2008-12-12 | 1 | -6/+20 |
* | Fix breakage in stale metadata logic inside binarytree._poplulate(). | Zac Medico | 2008-12-12 | 1 | -3/+4 |
* | Fix incorrect usage of trap (only remove on signal at a time). | Zac Medico | 2008-12-12 | 1 | -1/+2 |
* | When using the old binhost protocol, comparison with the remote | Zac Medico | 2008-12-12 | 1 | -10/+6 |
* | Fix old-style binhost code binarytree.digestCheck() will use local digests when | Zac Medico | 2008-12-12 | 1 | -4/+9 |
* | Fix --getbinpkgonly behavior so that binaries from the remote server are | Zac Medico | 2008-12-12 | 3 | -10/+50 |
* | Don't warn about missing repo_name for $PORTDIR when it happens to be empty. | Zac Medico | 2008-12-11 | 1 | -0/+6 |
* | Add --sync support for `git pull`, and also add a failsafe to prevent rsync | Zac Medico | 2008-12-11 | 1 | -0/+27 |
* | Remove stray part about 'link level dependency awareness' in the 2.1.6 section | Zac Medico | 2008-12-11 | 1 | -3/+0 |
* | Fix exit code to return non-zero when an error occurs. Thanks to Christoph | Zac Medico | 2008-12-11 | 1 | -2/+6 |
* | Make BinpkgFetcher synchronize the local timestamp of the downloaded file | Zac Medico | 2008-12-11 | 1 | -0/+24 |
* | Remove ManifestEntry.__cmp__() since it's not needed and py3k won't use it. | Zac Medico | 2008-12-10 | 1 | -4/+0 |
* | For py3k compat, remove Atom.__cmp__() and use str.__lt__() instead. | Zac Medico | 2008-12-10 | 1 | -10/+2 |
* | Make Binpkg clean the build dir immediately after locking it. This ensures | Zac Medico | 2008-12-10 | 1 | -0/+6 |
* | Make BinpkgVerifier rename files that fail verification, similar to how | Zac Medico | 2008-12-10 | 1 | -0/+6 |
* | Make the Binpkg class handle fetch logging similar to how EbuildBuild does, | Zac Medico | 2008-12-10 | 1 | -20/+18 |
* | Verify binary packages even when not in "strict" mode (normal distfiles are | Zac Medico | 2008-12-10 | 1 | -2/+1 |
* | Create a BinpkgPrefetcher composite task to handle fetch, verification, | Zac Medico | 2008-12-10 | 1 | -3/+36 |
* | When the Binpkg class has fetched a package in --fetchonly mode, wait until | Zac Medico | 2008-12-10 | 1 | -5/+7 |
* | urlparse.urljoin() only works correctly with recognized protocols and | Zac Medico | 2008-12-10 | 1 | -1/+4 |
* | When processing output from the "depend" phase, use the number of lines as | Zac Medico | 2008-12-10 | 2 | -5/+20 |
* | When attempting to close fd 9 at the end of the depend phase, use exec so that | Zac Medico | 2008-12-10 | 1 | -1/+1 |
* | Bug #250148 - Prevent ebuild.sh subprocess from inheriting file descriptor | Zac Medico | 2008-12-10 | 1 | -9/+19 |
* | In digestgen(), don't call fetch for files that already exist but have | Zac Medico | 2008-12-09 | 1 | -3/+3 |
* | Simplify the code from bug #250166. | Zac Medico | 2008-12-09 | 1 | -28/+15 |
* | Bug #250166 - To avoid accidental regeneration of digests with the incorrect | Zac Medico | 2008-12-09 | 1 | -1/+22 |
* | When in --debug mode, make the depgraph call self.digraph.debug_print() to | Zac Medico | 2008-12-09 | 2 | -5/+13 |
* | For py3k compat, avoid using list.sort(cmp). | Zac Medico | 2008-12-09 | 1 | -7/+11 |
* | For py3k compat, remove Package.__cmp__() and related cmp() function call. | Zac Medico | 2008-12-09 | 1 | -8/+1 |
* | Fix deprecated_profile_check() to account for PORTAGE_CONFIGROOT. Thanks to | Zac Medico | 2008-12-08 | 2 | -4/+9 |
* | Avoid TypeError in BlockerCache.__iter__() that's triggered with | Zac Medico | 2008-12-08 | 1 | -0/+3 |
* | Bug #250212 - Add a new 'upstream.workaround' qa category, and use it for | Zac Medico | 2008-12-08 | 4 | -3/+9 |
* | Bug #249586 - Use writemsg() to send output to stderr instead of stdout. | Zac Medico | 2008-12-07 | 1 | -10/+15 |
* | If pkg_nofetch needs to be spawned inside fetch() and it happens that | Zac Medico | 2008-12-07 | 1 | -0/+29 |
* | Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman for | Zac Medico | 2008-12-06 | 1 | -0/+10 |
* | Validate $ROOT inside the --resume merge list in order to avoid a pottential | Zac Medico | 2008-12-06 | 1 | -0/+12 |
* | Make fixpackages use a new "#" symbol for /var/db updates (previously '*'v2.2_rc17 | Zac Medico | 2008-12-05 | 1 | -2/+11 |