Bug 789101 - ConfigParser.NoOptionError: No option 'nohash' in section: 'pungi'
Summary: ConfigParser.NoOptionError: No option 'nohash' in section: 'pungi'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pungi
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-09 20:10 UTC by John Reiser
Modified: 2013-01-10 06:44 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-10 18:56:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.