Bug 789101

Summary: ConfigParser.NoOptionError: No option 'nohash' in section: 'pungi'
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: pungiAssignee: David Cantrell <dcantrell>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-10 18:56:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description John Reiser 2012-02-09 20:10:06 UTC
Description of problem: Composing a DVD of f17-branched fails with Python traceback and message:
ConfigParser.NoOptionError: No option 'nohash' in section: 'pungi'



Version-Release number of selected component (if applicable):
pungi-2.9-3.fc17.noarch
yum-3.4.3-18.fc17.noarch
lorax-17.3-1.fc17.x86_64


How reproducible: every time (twice so far)


Steps to Reproduce:
1./usr/bin/pungi -c fedora-install-fedora-17.ks \
	--destdir=$DESTDIR --name Fedora --ver $VERSION --nosource
2.
3.
  
Actual results: abort with traceback:
Pungi:INFO: Download list: [[download *.rpm packages completed successfully]]
Traceback (most recent call last):
  File "/usr/bin/pungi", line 226, in <module>
    main()
  File "/usr/bin/pungi", line 113, in main
    mypungi.downloadPackages()
  File "/usr/lib/python2.7/site-packages/pypungi/__init__.py", line 693, in downloadPackages
    self.config.get('pungi', 'product_path')))
  File "/usr/lib/python2.7/site-packages/pypungi/__init__.py", line 671, in _downloadPackageList
    nohash = self.config.get('pungi', 'nohash')
  File "/usr/lib64/python2.7/ConfigParser.py", line 610, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'nohash' in section: 'pungi'


Expected results: successful compose


Additional info:

Comment 1 Dennis Gilmore 2012-02-10 18:56:32 UTC
it was fixed in pungi-2.10-1