From Fedora Project Wiki
m (1 revision(s)) |
m (Mattdm moved page Projects/MockTodo to Subprojects/MockTodo) |
||
(No difference)
|
Latest revision as of 19:18, 28 April 2015
Mock Todo/idea list
- remove the comps.xml dependence
- make it use a package for the list of deps
- make it use a flat file of pkgs-per-profile (minimal, base, build)
- cache packages/installed environments
- mock 'chroot' command to switch into the environment
- fix find-files bug - see [1]
- Add a config_opts['default_macros'] which contains base mock macros like _topdir and _rpmfilename, which a specific mock .cfg can append to it's own config_opts['macros'] . 'macros' defined by a .cfg file currently _replace_ those in mock.py completely.