mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: No hash on a package is an error
This commit is contained in:
parent
9e57632bef
commit
547335431b
@ -132,9 +132,7 @@ def _hash_check(file_, absfile, macros, remove = True):
|
|||||||
if hasher is not None:
|
if hasher is not None:
|
||||||
del hasher
|
del hasher
|
||||||
else:
|
else:
|
||||||
if version.released():
|
|
||||||
raise error.general('%s: no hash found in released RSB' % (file_))
|
raise error.general('%s: no hash found in released RSB' % (file_))
|
||||||
log.warning('%s: no hash found' % (file_))
|
|
||||||
return not failed
|
return not failed
|
||||||
|
|
||||||
def _local_path(source, pathkey, config):
|
def _local_path(source, pathkey, config):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user