diff options
| author | Mario Limonciello <mario.limonciello@amd.com> | 2023-09-18 16:15:35 -0500 |
|---|---|---|
| committer | Mario Limonciello <mario.limonciello@amd.com> | 2023-10-02 14:19:30 -0500 |
| commit | cef80743ca63491ff5a07976e45ef9be2fcc41f7 (patch) | |
| tree | 904578a134bdaccb35b8ed6e1191f6d6aab6fd59 /check_whence.py | |
| parent | 8b855f3797e6b1d207b7a2b8dae0e9913f907e5b (diff) | |
Add new Makefile target to build a deb and rpm package
The package would put all files into /lib/firmware/updates to avoid
conflicting with distro packages.
The package is also intentionally named to avoid conflicts with
distro packages.
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Diffstat (limited to 'check_whence.py')
| -rwxr-xr-x | check_whence.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/check_whence.py b/check_whence.py index 7e0a04f9..d824b3ef 100755 --- a/check_whence.py +++ b/check_whence.py @@ -76,6 +76,7 @@ def main(): ".codespell.cfg", ".gitlab-ci.yml", ".pre-commit-config.yaml", + "build_packages.py", "check_whence.py", "configure", "Makefile", @@ -83,6 +84,10 @@ def main(): "copy-firmware.sh", "WHENCE", "Dockerfile", + "contrib/templates/debian.changelog", + "contrib/templates/debian.control", + "contrib/templates/debian.copyright", + "contrib/templates/rpm.spec", ] ) known_prefixes = set(name for name in whence_list if name.endswith("/")) |
