set the default for nohash to False

This commit is contained in:
Dennis Gilmore 2012-02-09 14:44:37 -06:00
parent 45964282af
commit 7ab8ee1443

View File

@ -44,4 +44,5 @@ class Config(SafeConfigParser):
self.set('pungi', 'debuginfo', "True")
self.set('pungi', 'alldeps', "True")
self.set('pungi', 'isfinal', "False")
self.set('pungi', 'nohash', "False")