- hard set product_path to 'Packages'

This commit is contained in:
Jesse Keating 2007-08-24 09:41:06 -04:00 committed by Jesse Keating
parent c8beac9215
commit e1d532cfc0
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
- Remove a lot of configurable items and hard set them
- Move some items to cli flags only (part of moving to pykickstart)
- make "product_name" "name" instead. KISS
- hard set product_path to 'Packages'
* Thu Aug 23 2007 Jesse Keating <jkeating@redhat.com>
- Add a source config for the Fedora spin

2
pungi
View File

@ -66,7 +66,7 @@ def main():
config.set('default', 'discs', opts.discs)
# set some other defaults
config.set('default', 'product_path', config.get('default', 'name'))
config.set('default', 'product_path', 'Packages')
config.set('default', 'iso_basename', config.get('default', 'name'))