summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless information from --info outputMarius Mauch2007-08-251-20/+0
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-08-241-10/+1
* Call config.regenerate() after config.reload() so that the incrementals are r...Zac Medico2007-08-241-0/+1
* Use a config.reload() method to explicitly reload /etc/profile.env when setti...Zac Medico2007-08-242-16/+10
* 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
* Make depgraph.select_dep() node reuse work when in --usepkgonly mode.Zac Medico2007-08-231-54/+55
* 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
* Make depgraph.create() avoid metadata lookups for binary packages and ebuilds...Zac Medico2007-08-231-2/+11
* Fix a typo from r7663.Zac Medico2007-08-231-1/+1
* 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
* Skip --newuse checks for nodes that have already been added to the graph as "...Zac Medico2007-08-221-0/+4
* Make depgraph.select_dep() reuse cached metadata from nodes that have already...Zac Medico2007-08-221-6/+25
* 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
* Pass complete package metadata from depgraph.select_dep() into create() in or...Zac Medico2007-08-221-40/+37
* Bug #188703 - Don't adjust permissions in ${T} unless userpriv is enabled.Zac Medico2007-08-221-1/+2
* Make --info detect more /etc/*-release files as suggested by grobian.Zac Medico2007-08-221-10/+18
* 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
* Try harder to figure out what OS we are runningAlec Warner2007-08-211-5/+12
* 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
* For bug #189219, use pkgcmp() to sort versions in selected/protected/omitted ...Zac Medico2007-08-171-5/+7
* Fix existing_node logic inside depgraph.create().Zac Medico2007-08-161-20/+15
* Combine 2 locations in depgraph.create() where nodes are added to the digraph...Zac Medico2007-08-161-19/+14
* Always assign higher priority to dependencies on packages that are being rebu...Zac Medico2007-08-161-11/+13
* 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 #188782, dependencies on packages specified as arguments are given hi...Zac Medico2007-08-151-24/+39
* Make sure to skip info dir files with the .old extension.Zac Medico2007-08-141-1/+2
* For bug #188782, keep "nomerge" nodes in the graph during the merge order cal...Zac Medico2007-08-141-4/+2
* For bug #33585, leave the old info dir file in place if there is nothing to g...Zac Medico2007-08-121-9/+35
* 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
* Fix from ferringbAlec Warner2007-08-051-1/+1
* For bug #187806, use mkstemp to create tmpservertimestampfile (instead of usi...Zac Medico2007-08-051-4/+4
* Use == for comparison of portage_node since digraph.clone() makes a deepcopy ...Zac Medico2007-08-041-1/+1
* Make sure that portage always has all of it's RDEPENDs installed first.Zac Medico2007-08-041-0/+7
* Make config updates get counted correctly for bug #187741.Zac Medico2007-08-041-1/+4
* 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