[entropy.db] EntropyRepositoryBase.checksum() make "strings" the default
This commit is contained in:
@@ -4628,7 +4628,7 @@ class EntropyRepository(EntropyRepositoryBase):
|
||||
return exists
|
||||
|
||||
def checksum(self, do_order = False, strict = True,
|
||||
strings = False, include_signatures = False):
|
||||
strings = True, include_signatures = False):
|
||||
"""
|
||||
Reimplemented from EntropyRepositoryBase.
|
||||
"""
|
||||
|
||||
@@ -3321,7 +3321,7 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore, object)
|
||||
raise NotImplementedError()
|
||||
|
||||
def checksum(self, do_order = False, strict = True,
|
||||
strings = False, include_signatures = False):
|
||||
strings = True, include_signatures = False):
|
||||
"""
|
||||
Get Repository metadata checksum, useful for integrity verification.
|
||||
Note: result is cached in EntropyRepository.live_cache (dict).
|
||||
|
||||
Reference in New Issue
Block a user