| Commit message (Expand) | Author | Age | Files | Lines |
* | At the end of dyn_clean(), also remove the $CATEGORY directory if possible.v2.2_rc12 | Zac Medico | 2008-10-09 | 1 | -2/+2 |
* | Remove redundant os.close(master_fd) call inside SpawnProcess._start() since | Zac Medico | 2008-10-09 | 1 | -1/+0 |
* | Fix code from previous commit so it properly checks $eapi to verify that | Zac Medico | 2008-10-09 | 1 | -1/+2 |
* | Bug #240684 - Fix _ebuild_arg_to_phase() to handle the src_prepare phase | Zac Medico | 2008-10-09 | 1 | -0/+3 |
* | In EbuildFetcher._set_returncode(), don't clean up PORTAGE_BUILDDIR if | Zac Medico | 2008-10-09 | 1 | -1/+3 |
* | Don't show the repo display when the merge list is empty. | Zac Medico | 2008-10-08 | 1 | -1/+1 |
* | Fix apparent breakage from r11593 (slot dep support): | Zac Medico | 2008-10-08 | 1 | -6/+22 |
* | In EbuildBuild._fetch_exit(), clean up the fetch log if fetch was successful. | Zac Medico | 2008-10-08 | 1 | -0/+7 |
* | Use separate temp directories in order to avoid potential name collisions. | Zac Medico | 2008-10-08 | 1 | -7/+8 |
* | Since EbuildBuild no longer directs it's EbuildFetcher instance's output | Zac Medico | 2008-10-08 | 1 | -9/+2 |
* | Before returning config instances from Scheduler._allocate_config(), call the | Zac Medico | 2008-10-08 | 1 | -0/+4 |
* | Generate elog messages for failed fetches. This restores some functionality | Zac Medico | 2008-10-07 | 1 | -22/+26 |
* | Instead of using inheritance, reference the ConfigParser part of SetConfig as | Zac Medico | 2008-10-07 | 1 | -24/+30 |
* | Make "qawarnings" a normal set since the missingvars code might modify it. | Zac Medico | 2008-10-07 | 1 | -1/+1 |
* | Change the "qawarnings" variable from a list to a set. | Zac Medico | 2008-10-07 | 1 | -3/+3 |
* | Make HOMEPAGE.missing fatal again since, in cases when homepages are no longer | Zac Medico | 2008-10-07 | 1 | -1/+0 |
* | When EbuildBuild encounters a failed fetch, propagee the log path so that | Zac Medico | 2008-10-07 | 1 | -0/+2 |
* | Make EbuildFetcher clean up the build dir after failures in fetchonly mode | Zac Medico | 2008-10-07 | 1 | -1/+1 |
* | Make EbuildFetcher direct fetch output to the normal build log. By keeping the | Zac Medico | 2008-10-07 | 1 | -10/+19 |
* | Fix EbuildFetcher._wait_hook() so it can be called more than once without | Zac Medico | 2008-10-07 | 1 | -10/+11 |
* | Bug #234301 - Add support to EbuildFetcher to collect elog messages that | Zac Medico | 2008-10-07 | 2 | -15/+45 |
* | In fetch(), never call the pkg_nofetch phase when in "listonly" mode. | Zac Medico | 2008-10-06 | 1 | -3/+1 |
* | In doebuild(), don't create build dirs when "listonly" fetch mode. | Zac Medico | 2008-10-06 | 1 | -1/+2 |
* | In order to avoid "waiting for lock" messages | Zac Medico | 2008-10-06 | 1 | -1/+4 |
* | Fix KeyError raised from display_preserved_libs() when the realpath is used | Zac Medico | 2008-10-06 | 1 | -2/+4 |
* | Bug #240022 - Avoid duplicate output for the same library (due to symlinks) | Zac Medico | 2008-10-05 | 1 | -1/+11 |
* | Make HOMEPAGE.missing a warning since some packages become homeless even | Zac Medico | 2008-10-05 | 1 | -0/+1 |
* | Avoid raising a KeyError from display_preserved_libs() in cases when no | Zac Medico | 2008-10-05 | 1 | -3/+4 |
* | In dyn_clean, cd to $PORTAGE_BUILDDIR/.. before attempting to remove it since | Zac Medico | 2008-10-05 | 1 | -3/+4 |
* | Bug #239529 - When doins is called on a symlink to a directory, preserve the | Zac Medico | 2008-10-05 | 1 | -5/+17 |
* | * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"` | Zac Medico | 2008-10-05 | 2 | -3/+5 |
* | Only update the confmem file when something has changed. | Zac Medico | 2008-10-05 | 1 | -3/+5 |
* | Fix PreservedLibsRegistry.store() so that it only rewrites the data file when | Zac Medico | 2008-10-05 | 1 | -2/+3 |
* | Redirect pushd and popd output to /dev/null when appropriate. | Zac Medico | 2008-10-05 | 1 | -3/+3 |
* | Add missing quotes on pushd argument from previous commit. | Zac Medico | 2008-10-05 | 1 | -1/+1 |
* | Bug #239529 - Fix 'doins' to work with symlinks to directories, like it did | Zac Medico | 2008-10-05 | 1 | -3/+11 |
* | A cpv can be returned from dbapi.match() as an old-style virtual match even | Zac Medico | 2008-10-05 | 1 | -6/+25 |
* | Handle AttributeError in case os.getloadavg does not exist, like when python | Zac Medico | 2008-10-04 | 1 | -2/+2 |
* | Fix depgraph._add_pkg() to ensure that the existing package in the graph | Zac Medico | 2008-10-04 | 1 | -1/+10 |
* | Make depgraph._add_pkg() take a Dependency instance. This provides access to | Zac Medico | 2008-10-04 | 1 | -14/+21 |
* | Fix `svn status` output parsing for compatibility with subversion-1.6. Thanks | Zac Medico | 2008-10-02 | 1 | -5/+5 |
* | Remove pointless copying of the owners dict inside display_preserved_libs(). | Zac Medico | 2008-10-02 | 1 | -3/+1 |
* | Implement a new "changelog.ebuildadded" check which causes repoman to bail | Zac Medico | 2008-10-02 | 2 | -16/+44 |
* | In JobStatusDisplay._update(), set _displayed = True when ruturning early due | Zac Medico | 2008-10-02 | 1 | -0/+1 |
* | Optimize display_preserved_libs() by using a single getFileOwnerMap() to look | Zac Medico | 2008-10-02 | 1 | -3/+17 |
* | Fix broken logic in Scheduler._main_loop() which would allow the main loop to | Zac Medico | 2008-10-02 | 1 | -1/+1 |
* | Call elog_process before calling the "clean" phase for --buildpkgonly mode. | Zac Medico | 2008-10-02 | 1 | -0/+1 |
* | When parsing PORTAGE_ELOG_SYSTEM, stack values in a dict so that things like | Zac Medico | 2008-10-02 | 1 | -5/+15 |
* | Bug #239272 - Handle InvalidAtom exception inside | Zac Medico | 2008-10-01 | 1 | -4/+10 |
* | Generate an eqawarn message if econf is called from src_compile and | Zac Medico | 2008-10-01 | 1 | -0/+4 |