]> git.proxmox.com Git - mirror_linux-firmware.git/commit
check_whence.py: skip some validation if git ls-files fails
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 18 Oct 2024 12:58:01 +0000 (13:58 +0100)
committerMario Limonciello <superm1@gmail.com>
Fri, 18 Oct 2024 15:08:24 +0000 (15:08 +0000)
commit2f0464118f404b8adc4e245a4903c9a1385e00b0
treeeee8b270915ffde6ddde80d95e23d72264561cf3
parent1f83bd21e40bdaeb59a291ef5b59f5584f647899
check_whence.py: skip some validation if git ls-files fails

Recently we started running check_whence.py to validate WHENCE before
installing files with copy-firmware.sh. It did not consider the fact
that people may be using the distribution tarball, which lacks the
relevant git metadata.

Throw a warning and skip the relevant validation.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
check_whence.py