summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Reformat collision-protect output so that the list of file collisions is show...Zac Medico2007-08-301-2/+7
* Bug #190406 - Filter the myheaders list so that it doesn't include binary blo...Zac Medico2007-08-271-1/+18
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-08-251-0/+3
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-08-241-10/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-241-15/+9
* Fix another typo.Zac Medico2007-08-241-1/+1
* Fix a typo.Zac Medico2007-08-241-1/+1
* Add * and ~* to the list of valid values for ACCEPT_KEYWORDS.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.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 packages.Zac Medico2007-08-221-3/+3
* Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled.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-11/+22
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Just use os.listdir() since portage.listdir() is unnecessary.Zac Medico2007-08-211-4/+6
* Fix ACCEPT_KEYWORDS validation so that ** is valid.Zac Medico2007-08-191-1/+3
* Add some floating point vercmp cases.Zac Medico2007-08-151-1/+4
* 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
* Fix from ferringbAlec Warner2007-08-051-1/+1
* Remove the depend phase from the doebuild actionmap since it's never used.Zac Medico2007-08-041-2/+0
* Make droppriv for the depend phase conditional on userpriv in FEATURES.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
* s/portage.eclass_cache/eclass_cache/ since eclass_cache is actually a local v...Zac Medico2007-08-031-2/+2
* 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().Zac Medico2007-08-021-1/+1
* Handle the ENOENT error if the world file doesn't exist.Zac Medico2007-07-311-1/+7
* As a workaround for bug #185305, make quickpkg break hardlinks during creatio...Zac Medico2007-07-301-0/+3
* 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.Zac Medico2007-07-301-0/+1
* For bug #187016, and env.d to the default USE_ORDER.Zac Medico2007-07-291-1/+1
* Change "output" import to portage.output.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.Zac Medico2007-07-281-3/+10
* When the fetch phase fails inside doebuild(), create an eerror log since the ...Zac Medico2007-07-281-0/+14
* Handle 2 more cases where elog_process() needs to be called:Zac Medico2007-07-281-0/+16
* When setting the size of the pty for logging, check if stdout isatty rather t...Zac Medico2007-07-261-2/+1
* For bug #186386, pass stdin directly to spawned processes (even when their ou...Zac Medico2007-07-252-55/+5
* Set O_NONBLOCK just for read calls (uses fewer fcntl calls).Zac Medico2007-07-251-16/+5
* CACHE_PATH starts with / and therefore isn't compatible with os.path.join().Zac Medico2007-07-251-1/+1
* Use blocking mode for writes since we'd rather block than trigger a EWOULDBLO...Zac Medico2007-07-251-6/+22
* Use the hardcoded variables from portage.const rather than strings that are a...Alec Warner2007-07-251-11/+11
* Use a select loop for moving input and ouput when logging is enabled in porta...Zac Medico2007-07-251-29/+44
* Add droppriv keyword for the depend phase (last one).Zac Medico2007-07-241-1/+1
* Add droppriv keyword for the depend phase.Zac Medico2007-07-241-1/+1
* Add FEATURES=fakeroot support which causes install and package phases to run ...Zac Medico2007-07-234-22/+44