mirror of
https://github.com/monero-project/gitian.sigs.git
synced 2024-11-16 10:37:35 +00:00
Merge pull request #114 into master
This commit is contained in:
commit
da8b0d5119
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ def verify_checksums(assert_files):
|
|||
# The OSX SDK may change from time to time:
|
||||
if 'sdk' in assert_file_contents[i]:
|
||||
continue
|
||||
if assert_file_contents[i].strip() == '\'':
|
||||
continue
|
||||
if assert_file_contents[i] != first_file_contents[i]:
|
||||
sys.stderr.write('ERROR: Found conflicting contents on line: ' + str(i) + ' of file ')
|
||||
sys.stderr.write(assert_file['path'] + ':\n' + assert_file_contents[i])
|
||||
|
|
Loading…
Reference in a new issue