summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-04-302-8/+63
* Bug #263370 - In create_message(), use email.header.Header to wrap theZac Medico2009-04-301-1/+4
* When in --quiet mode, still show a message for failures inZac Medico2009-04-301-1/+1
* In MetadataRegen._metadata_exit(), notify the consumer of failures (in thisZac Medico2009-04-301-7/+10
* Add a "consumer" keyword parameter to the MetadataRegen constructor whichZac Medico2009-04-302-8/+27
* Add support in MetadataRegen for cleansing stale cache when only a subsetZac Medico2009-04-302-10/+28
* Add a cp_iter keyword argument to the MetadataRegen constructor, which can beZac Medico2009-04-301-15/+32
* Fix --newuse code to compare installed package USE to the USE that a binaryZac Medico2009-04-301-1/+1
* Bug #264291 - Fix inappropriate build dir creation for emerge --fetchonly.Zac Medico2009-04-302-3/+7
* Implement _use_dep.__repr__(). Thanks to Douglass Anderson for the suggestion.Zac Medico2009-04-301-0/+3
* Update dep_getusedeps() docstring. Thanks to Douglass AndersonZac Medico2009-04-301-2/+2
* Fix bug in old-style virtuals code from previous commit. (trunk r13249)Zac Medico2009-04-301-1/+1
* Inside depgraph.validate_blockers(), prevent false positives in PROVIDEZac Medico2009-04-301-5/+14
* Document --root and --config-root. (trunk r13247)Zac Medico2009-04-301-0/+12
* Add a --root option that sets $ROOT (complements the --config-root option).Zac Medico2009-04-301-1/+7
* Add support for --rdeps-only and --root-deps options which are useful inZac Medico2009-04-302-1/+28
* Bug #243220 - Show messages in emerge.log when old versions are uninstalledZac Medico2009-04-302-6/+37
* Don't show the package counter for "Uninstalling" messages. (trunk r13240)Zac Medico2009-04-301-3/+6
* Add (x of y ) package counter in the "Installing" message, similar to theZac Medico2009-04-301-1/+5
* Make the argument hash in config.setcpv() a little stronger. (trunk r13232)v2.1.6.11Zac Medico2009-03-271-5/+7
* Fix typo in comment. (trunk r13230)Zac Medico2009-03-271-1/+1
* In config.setcpv(), make sure the current args are really identical to theZac Medico2009-03-271-2/+7
* Inside config.setcpv(), don't clear out self.configdict['pkg'] entirelyZac Medico2009-03-271-4/+11
* In portdbapi.findname2(), move some of the path joining out of the loop.Zac Medico2009-03-271-3/+6
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-271-5/+23
* In config.regenerate(), always synchronize self.features with self['FEATURES'].Zac Medico2009-03-271-4/+6
* In config.setcpv(), clear out self.configdict["pkg"] to make sure that noZac Medico2009-03-271-0/+1
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-272-9/+5
* Add test case for consecutive hyphens. (trunk r13186)Zac Medico2009-03-271-0/+3
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-272-6/+4
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-271-0/+6
* Update code for removing noauto from FEATURES since config.features is aZac Medico2009-03-271-3/+2
* Remove redundant EAPI assingment inside doebuild_environment(). (trunk r13176)Zac Medico2009-03-271-1/+1
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-274-17/+103
* If a package is masked by EAPI then don't show any other masking reasons.Zac Medico2009-03-271-3/+9
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-274-13/+82
* When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()v2.1.6.10Zac Medico2009-03-233-5/+5
* Fix misc typos in comments. (trunk r13168)Zac Medico2009-03-232-2/+2
* Replace xrange() usage with normal iteration and enumerate() whereZac Medico2009-03-231-14/+15
* Inside spawn(), avoid redundant os.access() and stat() calls on commonlyZac Medico2009-03-231-1/+2
* Inside config.environ(), skip stat call on $T/environment for phases suchZac Medico2009-03-231-5/+6
* Remove pointless usage of xrange(). Thanks to Douglass AndersonZac Medico2009-03-231-2/+2
* Add a temporary workaround for bug #263081 (partially reverts r12757).Zac Medico2009-03-231-0/+12
* Fix argument validation to allow file paths. Thanks to Arfrever for reporting.Zac Medico2009-03-231-0/+7
* Normalize try/except indentation for compatibility with 2to3. (trunkZac Medico2009-03-235-25/+50
* Make sure mysettings.setcpv() always gets called when necessary insideZac Medico2009-03-231-7/+9
* Add docstrings for the fd_pipes and returnpid parameters of doebuild().Zac Medico2009-03-231-0/+7
* Make config.features a set instead of a list. (trunk r13134)Zac Medico2009-03-231-5/+4
* Validate argument atoms earlier for build actions. (trunk r13126)v2.1.6.9Zac Medico2009-03-171-0/+12
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-172-11/+1