summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-241-21/+23
* Drop privileges in the "depend" phase regardless of FEATURES and RESTRICT sin...Zac Medico2007-07-231-10/+12
* 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
* 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
* 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
* For bug #184604, make env-update write $ in front of quoted values when appro...Zac Medico2007-07-101-2/+6
* For bug #184806, account for the fact the metadata is not cached for slot_col...Zac Medico2007-07-101-2/+2
* Remove the repo_name warning in the portdbapi constructor since we don't want...Zac Medico2007-07-091-3/+4
* Make dblink invalidate the vardbapi caches for each merge and unmerge. Don't...Zac Medico2007-07-081-6/+22
* For bug #184566, enable the emerge --info action to run an option pkg_info() ...Zac Medico2007-07-081-2/+2
* When depgraph updates preferences for old-style virtuals, also update them in...Zac Medico2007-07-061-7/+14
* Merge portdbapi.getRepositories() from trunk.Zac Medico2007-07-051-0/+29
* backport r7087 and r7093 to ease the upgrade to 2.2 wrt verbose pretend displayMarius Mauch2007-07-051-0/+13
* Fix typo. (trunk r6989)Zac Medico2007-06-291-1/+1
* For bug #183431, catch a ParseError caused by a corrupt profile and dump an e...Zac Medico2007-06-281-1/+8
* Send the ebuild die message through eerror and make sure that elog_process() ...Zac Medico2007-06-271-29/+27
* Add one more size == 0 check to digestgen(). (trunk r7040:7042)Zac Medico2007-06-261-0/+3
* Add sanity checks in fetch() and digestgen() to automatically detect and hand...Zac Medico2007-06-261-2/+26
* Don't use urljoin() in binarytree.gettbz2() since it doesn't work correctly w...Zac Medico2007-06-251-2/+3
* Allow emerge --fetchonly to continue downloading other packages after a downl...Zac Medico2007-06-251-1/+2
* Fix resume logic in binarytree.gettbz2(). (trunk r7017:7019)Zac Medico2007-06-251-4/+4
* For bug #175891, support ${FETCHCOMMAND}_${PROTOCOL} in binarytree.gettbz2()....Zac Medico2007-06-251-3/+12
* Fix binarytree.isremote() to be consistent with binarytree.gettbz2() logic wr...Zac Medico2007-06-241-6/+12
* get ACCEPT_KEYWORDS from the env in gvisible() to properly handle negated val...Zac Medico2007-06-241-0/+8
* - s/!owned/replaced/ in merge output to clarify it (trunk r6975)Zac Medico2007-06-241-25/+27
* For bug #182964, replace os.rename() with portage.movefile() in cases where t...Zac Medico2007-06-241-5/+13
* Revert r6968 since shutil.move() is broken internally.Zac Medico2007-06-231-7/+7
* For bug #182964, replace os.rename() with shutil.move() in order to handle EX...Zac Medico2007-06-231-7/+7
* - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955)Zac Medico2007-06-221-1/+1
* Clean up the profile masking code. (trunk r6292)Zac Medico2007-06-221-9/+5
* config class mapping interface cleanups from trunk r6916, r6919, and r6920.Zac Medico2007-06-221-26/+23
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-221-3/+3
* Remove lots of unnecessary list generation via dict.keys(). (trunk r6911)Zac Medico2007-06-221-13/+22
* Print filename when displaying package.mask comments (trunk r5974)Zac Medico2007-06-221-22/+26
* Allow per-module filtering based on loglevels in addition to the global PORTA...Zac Medico2007-06-211-21/+47
* fix grammar in error output (trunk r6285)Zac Medico2007-06-211-1/+1
* In dblink._security_check(), use os.path.realpath to make sure that the same ...Zac Medico2007-06-211-2/+8