Add a config item for debuginfo
We need this as a config object so that we can use it later when making repodata.
This commit is contained in:
parent
874853e78b
commit
3cc980b49d
1 changed files with 1 additions and 0 deletions
|
|
@ -42,4 +42,5 @@ class Config(SafeConfigParser):
|
|||
self.set('default', 'bugurl', 'http://bugzilla.redhat.com')
|
||||
self.set('default', 'discs', '1')
|
||||
self.set('default', 'cdsize', '650.0')
|
||||
self.set('default', 'debuginfo', "True")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue