From 21eba438574c13ecd49119ab9a7df882e517f566 Mon Sep 17 00:00:00 2001 From: lhinds Date: Thu, 16 Nov 2017 17:03:43 +0000 Subject: Implements full path for hash checks of binaries Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds --- exceptions/joid.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exceptions/joid.yaml') diff --git a/exceptions/joid.yaml b/exceptions/joid.yaml index 0532ba4..82502fd 100644 --- a/exceptions/joid.yaml +++ b/exceptions/joid.yaml @@ -6,7 +6,8 @@ # of escaping YAML delimiters too (such as `:`) using double quotes "". binaries: - binary_ignore: [nullvalue] + labconfig/nokia/pod1/diagram.png: + - 2090c13235fed3e76cd48a435e60fd88a961512a6c559b960e5fff034236a2d6 file_audits: file_names: [nullvalue] -- cgit 1.2.3-korg