- hard set product_path to 'Packages'
This commit is contained in:
parent
c8beac9215
commit
e1d532cfc0
@ -2,6 +2,7 @@
|
|||||||
- Remove a lot of configurable items and hard set them
|
- Remove a lot of configurable items and hard set them
|
||||||
- Move some items to cli flags only (part of moving to pykickstart)
|
- Move some items to cli flags only (part of moving to pykickstart)
|
||||||
- make "product_name" "name" instead. KISS
|
- make "product_name" "name" instead. KISS
|
||||||
|
- hard set product_path to 'Packages'
|
||||||
|
|
||||||
* Thu Aug 23 2007 Jesse Keating <jkeating@redhat.com>
|
* Thu Aug 23 2007 Jesse Keating <jkeating@redhat.com>
|
||||||
- Add a source config for the Fedora spin
|
- Add a source config for the Fedora spin
|
||||||
|
2
pungi
2
pungi
@ -66,7 +66,7 @@ def main():
|
|||||||
config.set('default', 'discs', opts.discs)
|
config.set('default', 'discs', opts.discs)
|
||||||
|
|
||||||
# set some other defaults
|
# 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'))
|
config.set('default', 'iso_basename', config.get('default', 'name'))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user