summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* revert r8256 (plans changed)Marius Mauch2007-10-236-32/+29
* move base classes for package sets into a separate moduleMarius Mauch2007-10-237-163/+168
* just pass the SetConfig instance instead of only the settings and trees attri...Marius Mauch2007-10-236-29/+32
* Optimize PROFILE_ONLY_VARIABLES handling.Zac Medico2007-10-231-6/+6
* make PROFILE_ONLY_VARIABLES incrementalMarius Mauch2007-10-231-1/+1
* protect variables specified in PROFILE_ONLY_VARIABLES from being set by the userMarius Mauch2007-10-231-1/+13
* add quickie logger functionAlec Warner2007-10-231-0/+10
* Don't show the "checking files for package collisions" messageZac Medico2007-10-231-2/+3
* Fix config.setinst() to return early when the givenZac Medico2007-10-231-0/+3
* Remove a redundant self.treeVirtuals deepcopy from theZac Medico2007-10-231-2/+1
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
* Fix NewsManager.getUnreadItems() so that it works properlyZac Medico2007-10-211-13/+16
* Bug #196427 - Prevent various news related tracebacksZac Medico2007-10-212-3/+11
* ignore "permission denied" errors when changing perms of news skipfile that h...Marius Mauch2007-10-211-1/+10
* Allow the depgraph to add old-style virtual providers butZac Medico2007-10-201-4/+12
* Refactor _merge_logentries() to make it a little more efficient.Zac Medico2007-10-191-7/+6
* Use a list to buffer strings in _combine_logentries() and doZac Medico2007-10-191-5/+5
* Prevent _combine_logentries() from generating redundantZac Medico2007-10-191-1/+4
* Fix broken call to renamed _combine_logentries().Zac Medico2007-10-191-1/+1
* Don't show each character of the log message on a newZac Medico2007-10-191-0/+2
* Pass the whole cpv to elog instead of just ${PF}.Zac Medico2007-10-191-1/+1
* The ERROR color code is currently undefined, so make eerrorZac Medico2007-10-191-1/+1
* Use the python version of eerrorMarius Mauch2007-10-191-6/+3
* Handle EnvironmentError instead of OSError since open()Zac Medico2007-10-181-4/+8
* Bug #195375 - Make dblink.treewalk() read inforoot/SLOT sinceZac Medico2007-10-181-1/+17
* Adjust quote usage in collision-protect eerrorZac Medico2007-10-181-3/+3
* Fix collision-protect so that it properly cancels theZac Medico2007-10-181-23/+27
* Fix the normalize_needed regex to properly match //Zac Medico2007-10-171-1/+1
* Bug #196043 - Unify the ouput handling for file collisionsZac Medico2007-10-171-53/+55
* Add missing "to" to fix grammer.Zac Medico2007-10-171-1/+2
* Bug #196043 - Update the file collision ewarn noticeZac Medico2007-10-171-9/+15
* Optimize dblink.isowner() to use fewer stat calls byZac Medico2007-10-171-15/+38
* Only re.compile() the normalize_needed pattern onceZac Medico2007-10-161-2/+4
* In dblink.getcontents(), use a regular expression to detectZac Medico2007-10-161-2/+12
* Move clean_world() into WorldSetMarius Mauch2007-10-161-0/+25
* use skipfile rather than timestamp to ignore processed filesMarius Mauch2007-10-161-36/+25
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-161-11/+15
* Add debug mode to display the libraries that cause the package to be includedMarius Mauch2007-10-161-2/+11
* remove unused tmpfs variableMarius Mauch2007-10-151-8/+0
* Add a note to clarify os.walk() behavior with respectZac Medico2007-10-141-0/+3
* Remove the checks for files in symlinked directoriesZac Medico2007-10-141-13/+2
* In some cases, openpty can be slow when it fails. Therefore,Zac Medico2007-10-131-7/+16
* Remove unused import.Zac Medico2007-10-131-1/+0
* In the file collision eerror output, don't colorize theZac Medico2007-10-131-2/+2
* Handle the PortageException that can be raised fromZac Medico2007-10-131-1/+6
* Make the file collision eerror message less verboseZac Medico2007-10-131-9/+11
* Remove a chdir() call that's no longer needed for theZac Medico2007-10-131-10/+0
* Use os.listdir() instead of portage.listdir() in dblink.mergeme().Zac Medico2007-10-131-1/+1
* In dblink.treewalk(), use os.walk() instead of portage.listdir()Zac Medico2007-10-131-13/+15
* Remove a redundant call to elog_process().Zac Medico2007-10-121-2/+0