Use the https url to bugzilla, otherwise people think they need to re-log in.

This commit is contained in:
Jesse Keating 2008-10-31 13:09:27 -08:00
parent d77a180f29
commit 4d01eb4785
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Config(SafeConfigParser):
self.set('default', 'version', time.strftime('%Y%m%d', time.localtime()))
self.set('default', 'flavor', '')
self.set('default', 'destdir', os.getcwd())
self.set('default', 'bugurl', 'http://bugzilla.redhat.com')
self.set('default', 'bugurl', 'https://bugzilla.redhat.com')
self.set('default', 'cdsize', '650.0')
self.set('default', 'debuginfo', "True")