turn artifact spot check back on - sonatype resolved their problem

Change-Id: I266bc4d4e49cb278b2ae41beed63f957c7fd0222
This commit is contained in:
Ray Milkey 2017-08-29 13:57:13 -07:00
parent d047bd2a99
commit f4eefc4479

View File

@ -49,7 +49,8 @@ def checkArtifact(localPath, remoteUrl):
sha1 = repoResponse.headers['x-checksum-sha1']
if sha1 != expectedSha1:
print 'SHA1 hash is wrong expected ' + expectedSha1 + ' but found ' + sha1
print 'SHA1 hash is wrong for ' + remoteUrl + ' expected ' + \
expectedSha1 + ' but found ' + sha1
sys.exit(1)
def checkArtifactsForComponent(version, name, component, buildRoot, repoRoot):