Set the default disc size to 695 which is more appropriate given today's media

and the splittree bug that was just fixed.
This commit is contained in:
Jesse Keating 2008-11-04 15:30:45 -08:00
parent 14771fb5ef
commit 056cf18c10
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@ class Config(SafeConfigParser):
self.set('default', 'flavor', '')
self.set('default', 'destdir', os.getcwd())
self.set('default', 'bugurl', 'https://bugzilla.redhat.com')
self.set('default', 'cdsize', '650.0')
self.set('default', 'cdsize', '695.0')
self.set('default', 'debuginfo', "True")