git ssb

0+

Monero Pub / gitian.sigs



Commit da8b0d5119db738a92acc0a12e611fabdcc51f2a

Merge pull request #114 into master

TheCharlatan committed on 12/14/2020, 12:57:46 PM
Parent: bc2768510db42cfceb9867f8f571118ec32c2bb5
Parent: d22ead567e7d125255bb271144323be19bc13024

Files changed

verify-merge.pychanged
verify-merge.pyView
@@ -185,8 +185,10 @@
185185 break
186186 # The OSX SDK may change from time to time:
187187 if 'sdk' in assert_file_contents[i]:
188188 continue
189+ if assert_file_contents[i].strip() == '\'':
190+ continue
189191 if assert_file_contents[i] != first_file_contents[i]:
190192 sys.stderr.write('ERROR: Found conflicting contents on line: ' + str(i) + ' of file ')
191193 sys.stderr.write(assert_file['path'] + ':\n' + assert_file_contents[i])
192194 sys.stderr.write(first_file + ':\n' + first_file_contents[i])

Built with git-ssb-web