Implements full path for hash checks of binaries 65/47365/1
authorlhinds <lhinds@redhat.com>
Thu, 16 Nov 2017 17:03:43 +0000 (17:03 +0000)
committerlhinds <lhinds@redhat.com>
Thu, 16 Nov 2017 17:03:43 +0000 (17:03 +0000)
commit21eba438574c13ecd49119ab9a7df882e517f566
treea924ff83757897f24525b66467fd49efadacb590
parent8365245c9dc2f8e2ff2adf8aa84162e420747132
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 <lhinds@redhat.com>
31 files changed:
anteater/src/get_lists.py
anteater/src/patch_scan.py
anteater/src/project_scan.py
exceptions/armband.yaml
exceptions/barometer.yaml
exceptions/calipso.yaml
exceptions/compass4nfv.yaml
exceptions/conductor.yaml
exceptions/copper.yaml
exceptions/doctor.yaml
exceptions/dovetail.yaml
exceptions/dpacc.yaml
exceptions/enfv.yaml
exceptions/escalator.yaml
exceptions/fds.yaml
exceptions/fuel.yaml
exceptions/functest.yaml
exceptions/infra.yaml
exceptions/ipv6.yaml
exceptions/joid.yaml
exceptions/kvmfornfv.yaml
exceptions/lsoapi.yaml
exceptions/models.yaml
exceptions/moon.yaml
exceptions/netready.yaml
exceptions/octopus.yaml
exceptions/pharos.yaml
exceptions/releng.yaml
exceptions/sandbox.yaml
exceptions/yardstick.yaml
utils/generate-sha256.py