[Piuparts-devel] sort-issues-by-rdep prep
Dave Steele
dsteele at gmail.com
Sun Apr 7 19:55:01 UTC 2013
On Sun, Apr 7, 2013 at 2:59 PM, Andreas Beckmann <anbe at debian.org> wrote:
> On 2013-04-07 20:34, Dave Steele wrote:
>> ...two independent product suites to test and maintain ...
piupartslib.conf.Config.__init__( self, self.section,
{
- "sections": "sid",
- "master-directory": "/var/lib/piuparts/master/",
- "known-problem-directory":
"/usr/share/piuparts/known_problems",
- "output-directory": "/var/lib/piuparts/htdocs/",
+ "sections": "report",
+ "output-directory": "html",
+ "master-directory": ".",
+ "known-problem-directory": None,
+ "proxy": None,
}, "" )
This breaks stock unnecessarily. 'known-problem-directory' isn't
defined in the default piuparts.conf, and it isn't used elsewhere.
Sounds like defaults should come from the called config module.
More information about the Piuparts-devel
mailing list