mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-04 11:51:43 +02:00
turn artifact spot check back on - sonatype resolved their problem
Change-Id: I266bc4d4e49cb278b2ae41beed63f957c7fd0222
This commit is contained in:
parent
d047bd2a99
commit
f4eefc4479
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user