summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-3/+2
* Make the file collision eerror message less verboseZac Medico2007-10-131-9/+11
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+21
* Remove a redundant call to elog_process(). (trunk r8091)Zac Medico2007-10-121-1/+0
* s:this package wants:this package will: (trunk r8089)Zac Medico2007-10-121-1/+1
* Bug #195527 - Unconditionally detect file collisions and logZac Medico2007-10-121-4/+37
* Make portdbapi.aux_get() cache more often. (trunk r8011)Zac Medico2007-10-121-0/+2
* Properly exclude old-style virtuals from theZac Medico2007-10-121-2/+4
* Remove a redundant os.access() call in portdbapi.aux_get()Zac Medico2007-10-121-3/+3
* Optimize away a match_from_list() call insideZac Medico2007-10-121-4/+15
* Strip the - prefix from EAPI in getmaskingstatus()Zac Medico2007-10-051-0/+2
* Include the package name in all exceptions raised fromZac Medico2007-10-051-3/+5
* Make portdbapi.getfetchlist() bail out if the EAPIZac Medico2007-10-051-1/+8
* Add EAPI masking support for binary packages. (trunk r7913)Zac Medico2007-10-051-1/+1
* When the metadata cache contains a negative EAPI, it meansZac Medico2007-10-051-1/+6
* Bump EAPI from 0 to 1 and fix eapi_is_supported() so thatZac Medico2007-10-051-1/+7
* Reimplement portdbapi.visible() so that is works withoutZac Medico2007-10-051-44/+50
* Document interaction between config.setinst() andZac Medico2007-10-051-0/+7
* Bug #194081 - Add EBUSY to the list of ignored errnos for unlinkZac Medico2007-09-281-4/+8
* Avoid useless and ugly atexit tracebacks that are triggered whenZac Medico2007-09-271-0/+3
* Ignore ENOTDIR from unmerge unlink calls. (trunk r7856)Zac Medico2007-09-271-1/+1
* Set non-blocking mode on the pty master file descriptor whileZac Medico2007-09-261-16/+14
* Bug #192341 - When the chflags command does not exit successfully,Zac Medico2007-09-261-4/+13
* Bug #192341 - Eliminate the dependency on py-freebsd by implementingZac Medico2007-09-261-3/+16
* Bugs #168772 and #193695 - During unmerge, only ignore specificZac Medico2007-09-261-19/+64
* Flush stderr and stdout if their file descriptors are in fd_pipesZac Medico2007-09-261-4/+13
* Mask binary packages if their CHOST does not match the oneZac Medico2007-09-261-1/+1
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-2/+1
* For bug #190268, filter SANDBOX_* from the calling environment so that theyZac Medico2007-09-071-1/+2
* Reformat collision-protect output so that the list of file collisions isZac Medico2007-09-061-2/+7
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-09-061-0/+3
* Add * and ~* to the list of valid values for ACCEPT_KEYWORDS. (trunk r7688)Zac Medico2007-08-231-1/+1
* Bug #189791 - Define EBUILD_PHASE=unpack during the nofetch phase since other...Zac Medico2007-08-231-0/+1
* In config.regenerate(), skip loading /etc/profile.env if it's mtime hasn't ch...Zac Medico2007-08-231-6/+13
* Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled. (t...Zac Medico2007-08-221-1/+2
* Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647)Zac Medico2007-08-191-1/+3
* For bug #188559, invalidate dblink._contents_inodes as necessary to prevent F...Zac Medico2007-08-121-0/+6
* Optimize config.setcpv() so that it doesn't call regenerate() unnecessarily w...Zac Medico2007-08-111-1/+12
* Remove the depend phase from the doebuild actionmap since it's never used. (t...Zac Medico2007-08-041-2/+0
* Make droppriv for the depend phase conditional on userpriv in FEATURES. (trun...Zac Medico2007-08-031-2/+4
* In portage.spawn() logging, put the read end of the pipe in O_NONBLOCK mode j...Zac Medico2007-08-031-15/+11
* For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)Zac Medico2007-08-021-1/+1
* For bug #186960, try to create a directory for $ROOT if it doesn't exist. (tr...Zac Medico2007-07-301-0/+1
* For bug #187016, and env.d to the default USE_ORDER. (trunk r7426:7428)Zac Medico2007-07-291-1/+1
* For pty logging, handle the EAGAIN error that is thrown from fcntl when the s...Zac Medico2007-07-291-2/+10
* For bug #186876, fall back it os.pipe() if pty.openpty() fails. (trunk r7422)Zac Medico2007-07-281-3/+10
* When the fetch phase fails inside doebuild(), create an eerror log since the ...v2.1.3Zac Medico2007-07-281-0/+13
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+14
* When setting the size of the pty for logging, check if stdout isatty rather t...Zac Medico2007-07-261-2/+1
* Merge the portage.spawn() implementation with pty logging from trunk:Zac Medico2007-07-251-31/+73