summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Bug #190406 - Filter the myheaders list so that it doesn't include binaryZac Medico2007-09-061-1/+18
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-09-061-0/+3
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-09-061-10/+1
* 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
* Use INFORM to colorize the package name. (trunk r7674)Zac Medico2007-08-221-2/+3
* Prevent output from being flushed to the console too frequently in dir_get_me...Zac Medico2007-08-221-10/+30
* Fix update_dbentry() to process version components properly before passing th...Zac Medico2007-08-221-2/+7
* Make best() return early when it's only given one package. (trunk r7664)Zac Medico2007-08-221-3/+3
* Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled. (t...Zac Medico2007-08-221-1/+2
* Send cache hit/miss status updates to stdout instead of stderr and add some m...Zac Medico2007-08-221-10/+22
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Fix ACCEPT_KEYWORDS validation so that ** is valid. (trunk r7647)Zac Medico2007-08-191-1/+3
* For bug #188449, since python floats have limited range, we multiply both flo...Zac Medico2007-08-151-2/+11
* 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
* Update emerge --help and --info docs. Thanks to Arfrever Frehtes Taifersar Ar...Zac Medico2007-08-061-1/+1
* 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 #187518, handle EISDIR thrown from mkdir when the directory already e...Zac Medico2007-08-021-1/+1
* For bug #187480, fix writemsg args in portdbapi.gvisible(). (trunk r7541)Zac Medico2007-08-021-1/+1
* Make finalize() accept a parameter once again since older versions of portage...Zac Medico2007-07-302-2/+8
* For bug #186960, try to create a directory for $ROOT if it doesn't exist. (tr...Zac Medico2007-07-301-0/+1
* For bug #137483, move the `emerge --help config` docs to the emerge man page....Zac Medico2007-07-301-44/+0
* 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-252-31/+82
* Add droppriv keyword for the depend phase (last one). (trunk r7387)Zac Medico2007-07-241-1/+1
* Add droppriv keyword for the depend phase. (trunk r7385)Zac Medico2007-07-241-1/+1
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-243-22/+44
* Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin...Zac Medico2007-07-231-10/+12
* Document --depclean and --prune enhancements. (trunk r7345)Zac Medico2007-07-221-9/+19
* For bug #185930, direct all FETCHCOMMAND output to stdout. (trunk r7330)Zac Medico2007-07-211-0/+8
* When digest verification of a distfile fails, rename instead of unlinking it ...Zac Medico2007-07-211-5/+18
* If the fetcher reported success and the file is too small, don't attempt to r...Zac Medico2007-07-201-2/+10
* Update --prune docs for bug #151653. (trunk r7315)Zac Medico2007-07-201-1/+1
* Merge --depclean and --prune enhancements from trunk r7304:7310.Zac Medico2007-07-201-4/+1
* For bug #185389, create a symlink when quickpkg injects a new package.Zac Medico2007-07-151-1/+2
* Merge the new repo display code from trunk r7257:7260.Zac Medico2007-07-141-1/+1
* Save the repo name along with the other metadata inside dyn_compile() so that...Zac Medico2007-07-131-13/+10
* Add "reset" to the list of attributes in color.map.5 and add define NORMAL li...Zac Medico2007-07-121-1/+2
* Fix typo. (trunk r7228)Zac Medico2007-07-111-1/+1
* For bug #184679, handle ENOTDIR by finding the non-directory parent and testi...Zac Medico2007-07-111-4/+29
* For bug #184843, allow USE_EXPAND variables to pass through if none of their ...Zac Medico2007-07-101-22/+37