summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix commentMarius Mauch2007-10-211-1/+1
* ignore "permission denied" errors when changing perms of news skipfile that h...Marius Mauch2007-10-211-1/+10
* restore proper call logicMarius Mauch2007-10-211-1/+3
* Remove uneeded "arg" and "addme" parameters where possible.Zac Medico2007-10-211-7/+4
* Use a "depth" parameter to track depth of recursion relativeZac Medico2007-10-211-25/+23
* Split the "arg" parameter out of depgraph.select_dep() soZac Medico2007-10-211-25/+26
* Make depgraph.xcreate() use the filtered repo to determineZac Medico2007-10-211-13/+13
* Raise an InvalidDependString exception if necessary whenZac Medico2007-10-211-41/+24
* Rename variable for consistency.Zac Medico2007-10-211-2/+2
* Split the atom selection logic out of depgraph.select_dep().Zac Medico2007-10-211-39/+41
* Split the package selection logic out of depgraph.select_dep().Zac Medico2007-10-201-173/+181
* Split the masked packages display out of depgraph.select_dep().Zac Medico2007-10-201-91/+95
* Use a simple Package class to bundle package dataZac Medico2007-10-201-22/+37
* Allow the depgraph to add old-style virtual providers butZac Medico2007-10-202-4/+28
* Remove the config.setinst() call from depgraph.select_dep()Zac Medico2007-10-201-28/+0
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-191-5/+15
* 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
* Bug #196427 - Don't display news notifications when in --pretend mode.Zac Medico2007-10-191-1/+1
* 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
* Use EmergeConfig instead of portage.config in RootConfigMarius Mauch2007-10-161-17/+12
* Move clean_world() into WorldSetMarius Mauch2007-10-162-35/+33
* use skipfile rather than timestamp to ignore processed filesMarius Mauch2007-10-161-36/+25
* Also use EmergeConfig() in MergeTaskMarius Mauch2007-10-161-15/+16
* fix typoMarius Mauch2007-10-161-1/+1
* Replace getlist() with PackageSet.getAtoms()Marius Mauch2007-10-161-33/+2
* subclass portage.config to include a setconfig instance to avoid adding one m...Marius Mauch2007-10-162-26/+40
* Add debug mode to display the libraries that cause the package to be includedMarius Mauch2007-10-161-2/+11
* Move the emerge module to _emerge to make it privateZac Medico2007-10-162-3/+3
* 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