Commit e678005f authored by Shrikrishna Khare's avatar Shrikrishna Khare Committed by Facebook GitHub Bot

Fix OpenNSA 6.5.19 hash as Brcm modified the tarball

Summary:
Koray reported issue with OpenNSA while using build VM and observed that we
don't hit the issue on devserver thanks to downloading the lfs cached file.

The root cause:

Broadcom added License notice and uploaded new 6.5.19 with same name.
This changed the hash though - causing fbcode builder to complain.
Fix it by adjusting the hash.

See the first line in the recursive diff of before vs. after: P134467317

(the broken symlinks is an unrelated existing issue, which we have reported to
Broadcom).

Reviewed By: bkoray

Differential Revision: D22280971

fbshipit-source-id: 781079df426f83901509225156cf77a3966d3301
parent 0c27031c
......@@ -3,7 +3,7 @@ name = OpenNSA
[download]
url = https://docs.broadcom.com/docs-and-downloads/csg/opennsa-6.5.19.tgz
sha256 = 7f3f97f53afc2299bb68f34c695c8984f5cdcf9fd416225b070d348a89ea1884
sha256 = 80c3a26f688dd7fc08880fdbbad9ac3424b435697b0ccb889487f55f2bc425c4
[build]
builder = nop
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment