set the default for nohash to False
This commit is contained in:
parent
45964282af
commit
7ab8ee1443
@ -44,4 +44,5 @@ class Config(SafeConfigParser):
|
|||||||
self.set('pungi', 'debuginfo', "True")
|
self.set('pungi', 'debuginfo', "True")
|
||||||
self.set('pungi', 'alldeps', "True")
|
self.set('pungi', 'alldeps', "True")
|
||||||
self.set('pungi', 'isfinal', "False")
|
self.set('pungi', 'isfinal', "False")
|
||||||
|
self.set('pungi', 'nohash', "False")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user