| Commit message (Expand) | Author | Age | Files | Lines |
* | Include the package name in all exceptions raised from | Zac Medico | 2007-10-05 | 1 | -3/+5 |
* | Make portdbapi.getfetchlist() bail out if the EAPI | Zac Medico | 2007-10-05 | 1 | -1/+8 |
* | Add EAPI masking support for binary packages. (trunk r7913) | Zac Medico | 2007-10-05 | 1 | -1/+1 |
* | Fix UnsupportedAPIException.__str__() to strip the leading negative | Zac Medico | 2007-10-05 | 1 | -1/+5 |
* | When the metadata cache contains a negative EAPI, it means | Zac Medico | 2007-10-05 | 1 | -1/+6 |
* | Bump EAPI from 0 to 1 and fix eapi_is_supported() so that | Zac Medico | 2007-10-05 | 2 | -2/+8 |
* | Reimplement portdbapi.visible() so that is works without | Zac Medico | 2007-10-05 | 1 | -44/+50 |
* | Document interaction between config.setinst() and | Zac Medico | 2007-10-05 | 1 | -0/+7 |
* | Bug #194081 - Add EBUSY to the list of ignored errnos for unlink | Zac Medico | 2007-09-28 | 1 | -4/+8 |
* | Move prelink tempfile cleanup to the finally block and | Zac Medico | 2007-09-27 | 1 | -6/+2 |
* | Avoid useless and ugly atexit tracebacks that are triggered when | Zac Medico | 2007-09-27 | 1 | -0/+3 |
* | Simplify update_eclasses() a little. (trunk r7861) | Zac Medico | 2007-09-27 | 1 | -8/+5 |
* | Ignore ENOTDIR from unmerge unlink calls. (trunk r7856) | Zac Medico | 2007-09-27 | 1 | -1/+1 |
* | Set non-blocking mode on the pty master file descriptor while | Zac Medico | 2007-09-26 | 1 | -16/+14 |
* | Bug #192341 - When the chflags command does not exit successfully, | Zac Medico | 2007-09-26 | 1 | -4/+13 |
* | Bug #192341 - Eliminate the dependency on py-freebsd by implementing | Zac Medico | 2007-09-26 | 1 | -3/+16 |
* | Bugs #168772 and #193695 - During unmerge, only ignore specific | Zac Medico | 2007-09-26 | 1 | -19/+64 |
* | Bug #74615 - Quote all file paths inside dispatch-conf shell | Zac Medico | 2007-09-26 | 1 | -4/+4 |
* | Bug #190179 - Use `prelink --verify filename` to write the | Zac Medico | 2007-09-26 | 1 | -5/+9 |
* | Flush stderr and stdout if their file descriptors are in fd_pipes | Zac Medico | 2007-09-26 | 1 | -4/+13 |
* | Mask binary packages if their CHOST does not match the one | Zac Medico | 2007-09-26 | 1 | -1/+1 |
* | Use ensure_dirs() and apply_permissions() to avoid redundant | Zac Medico | 2007-09-26 | 2 | -8/+5 |
* | Bug #192346 - The emerge --help shows a -i option that | Zac Medico | 2007-09-26 | 1 | -1/+1 |
* | Bug #192195 - In dir_get_list(), append a trailing / to the address | Zac Medico | 2007-09-26 | 1 | -0/+4 |
* | Catch errno.ENOTDIR instead of using os.path.isdir(). (trunk r7770) | Zac Medico | 2007-09-26 | 1 | -2/+3 |
* | Bug #192298 - Handle PermissionDenied error in | Zac Medico | 2007-09-26 | 1 | -2/+15 |
* | Bug #190268 - Avoid unwanted sandbox violations in src_test(). | Zac Medico | 2007-09-08 | 1 | -2/+1 |
* | For bug #190268, filter SANDBOX_* from the calling environment so that they | Zac Medico | 2007-09-07 | 1 | -1/+2 |
* | Reformat collision-protect output so that the list of file collisions is | Zac Medico | 2007-09-06 | 1 | -2/+7 |
* | Bug #190406 - Filter the myheaders list so that it doesn't include binary | Zac Medico | 2007-09-06 | 1 | -1/+18 |
* | Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat. | Zac Medico | 2007-09-06 | 1 | -0/+3 |
* | Don't cache results from match_from_list() since *dbapi.match() caches do the... | Zac Medico | 2007-09-06 | 1 | -10/+1 |
* | Add * and ~* to the list of valid values for ACCEPT_KEYWORDS. (trunk r7688) | Zac Medico | 2007-08-23 | 1 | -1/+1 |
* | Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since other... | Zac Medico | 2007-08-23 | 1 | -0/+1 |
* | In config.regenerate(), skip loading /etc/profile.env if it's mtime hasn't ch... | Zac Medico | 2007-08-23 | 1 | -6/+13 |
* | Use INFORM to colorize the package name. (trunk r7674) | Zac Medico | 2007-08-22 | 1 | -2/+3 |
* | Prevent output from being flushed to the console too frequently in dir_get_me... | Zac Medico | 2007-08-22 | 1 | -10/+30 |
* | Fix update_dbentry() to process version components properly before passing th... | Zac Medico | 2007-08-22 | 1 | -2/+7 |
* | Make best() return early when it's only given one package. (trunk r7664) | Zac Medico | 2007-08-22 | 1 | -3/+3 |
* | Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled. (t... | Zac Medico | 2007-08-22 | 1 | -1/+2 |
* | Send cache hit/miss status updates to stdout instead of stderr and add some m... | Zac Medico | 2007-08-22 | 1 | -10/+22 |
* | Show cache miss/hit counts all on one line, using \r to return to the beginni... | Zac Medico | 2007-08-22 | 1 | -3/+9 |
* | Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647) | Zac Medico | 2007-08-19 | 1 | -1/+3 |
* | For bug #188449, since python floats have limited range, we multiply both flo... | Zac Medico | 2007-08-15 | 1 | -2/+11 |
* | For bug #188559, invalidate dblink._contents_inodes as necessary to prevent F... | Zac Medico | 2007-08-12 | 1 | -0/+6 |
* | Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily w... | Zac Medico | 2007-08-11 | 1 | -1/+12 |
* | Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar... | Zac Medico | 2007-08-06 | 1 | -1/+1 |
* | Remove the depend phase from the doebuild actionmap since it's never used. (t... | Zac Medico | 2007-08-04 | 1 | -2/+0 |
* | Make droppriv for the depend phase conditional on userpriv in FEATURES. (trun... | Zac Medico | 2007-08-03 | 1 | -2/+4 |
* | In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode j... | Zac Medico | 2007-08-03 | 1 | -15/+11 |