summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/dbapi
Commit message (Collapse)AuthorAgeFilesLines
* test_portdb_cache: use python -WiZac Medico2012-11-271-2/+2
|
* portdbapi: DeprecationWarning for 'pms' cacheZac Medico2012-11-271-3/+5
|
* egencache: enable md5-dict format by defaultZac Medico2012-11-271-4/+4
| | | | | | | | | | WARNING: Portage versions prior to portage-2.1.11.14 will NOT recognize the 'md5-dict' format unless it is explicitly listed in metadata/layout.conf (refer to portage(5) for example usage). WARNING: For backward compatibility, the obsolete 'pms' cache format will still be generated by default if the metadata/cache/ directory exists in the repository.
* ResolverPlayground: support targetrootZac Medico2012-09-251-15/+0
| | | | | | | In order to support targetroot, ResolverPlayground always writes make.conf, since create_trees does not propagate all of the necessary settings via the env parameter (because the env settings often need to be isolated from eachother, especially for cross-compilation).
* Detect md5-cache when no cache-formats specified.Zac Medico2012-09-071-0/+15
| | | | | | | Auto-detect cache-formats from the corresponding directories when cache-formats is not specifed in layout.conf, and prefer md5-dict if available. After this behavior is deployed in stable portage, the default egencache format can be changed to md5-dict.
* Test portdbapi/egencache cache-formats behavior.Zac Medico2012-09-071-0/+178
|
* fakedbapi: use _pkg_str moreZac Medico2012-06-221-2/+5
|
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-1/+1
|
* config: make eprefix constructor parameter publicZac Medico2011-12-091-1/+1
|
* test_fakedbapi: define PORTDIR, test missing IUSEZac Medico2011-06-101-2/+11
|
* test_fakedbapi: use tempdir for config pathsZac Medico2011-06-101-6/+13
|
* Add tests for fakedbapi.Zac Medico2011-06-103-0/+44