summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* When binarytree.populate() finds missing metadata, specify which keysZac Medico2007-11-241-4/+16
* Sort hashes for predictable output from Manifest._createManifestEntries().Zac Medico2007-11-231-0/+1
* When filtering the backupenv in create_trees(), be moreZac Medico2007-11-231-1/+15
* Generate an eerror elog message when an ebuild prerm orZac Medico2007-11-211-0/+18
* Fix an AttributeError for config.backupenv.Zac Medico2007-11-211-5/+5
* When ROOT != "/" we only want overrides from the callingZac Medico2007-11-211-0/+7
* Disable logging and ${T}/environment saving during theZac Medico2007-11-211-1/+1
* Fix PROFILE_ONLY_VARIABLES handling in the config constructorZac Medico2007-11-211-5/+4
* Bug #198398 - Enable Manifest generation when there are no hashZac Medico2007-11-212-5/+17
* Clean up vardbapi.counter_tick_core() and replace shell codeZac Medico2007-11-211-50/+30
* Set IMAGE for minimal backward compatibility withZac Medico2007-11-211-2/+0
* Bug #199311 - Make dblink.getcontents() show the path of theZac Medico2007-11-211-11/+10
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-201-0/+7
* Bug #198491 - Disable termios.OPOST post-processing of output onZac Medico2007-11-201-0/+7
* make.globals should not be relative to config_rootZac Medico2007-11-201-1/+3
* Tweak EOutput.term_columns calculation for TERM="dumb" soZac Medico2007-11-201-1/+1
* Don't do:Zac Medico2007-11-201-2/+3
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-201-3/+0
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-201-1/+1
* Synchronize vardbapi._aux_cache_keys with trunk. It's importantZac Medico2007-11-181-3/+6
* Make exception strings more informative. (trunk r8426)Zac Medico2007-11-041-2/+5
* Fix indentation typo.Zac Medico2007-11-041-4/+3
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-29/+31
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Bug #197797 - Do not actively clear o+rx permission bitsZac Medico2007-11-031-4/+2
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+58
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-30/+30
* Revert to backward compatible masking behavior with respectZac Medico2007-11-031-16/+9
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Remove redundant code from previous commit. (trunk r8392)Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* Synchronize getmaskingreason() and getmaskingstatus() withZac Medico2007-11-031-40/+42
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Return early from config._getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-021-2/+5
* Optimize repoman visibility checks to access as littleZac Medico2007-11-021-7/+64
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-11-021-15/+59
* Factor the KEYWORDS masking logic out of portdbapi.visible()Zac Medico2007-11-021-102/+156
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-11-021-23/+48
* If the title string is too big then xtermTitle() canZac Medico2007-11-021-0/+5
* protect variables specified in PROFILE_ONLY_VARIABLES fromZac Medico2007-11-022-2/+14
* Don't show the "checking files for package collisions" messagev2.1.3.16Zac 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 #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-221-5/+15
* In depgraph.create(), don't ignore direct circular dependenciesZac Medico2007-10-221-4/+12