mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
check_whence.py: LC_ALL=C sort -u the filelist
Sort the file list, so it's easier to manage. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
8a507494f3
commit
1dbbc8fb82
1 changed files with 7 additions and 7 deletions
|
|
@ -73,23 +73,23 @@ def main():
|
|||
whence_links = list(zip(*links_list))[0]
|
||||
known_files = set(name for name in whence_list if not name.endswith("/")) | set(
|
||||
[
|
||||
".gitignore",
|
||||
".codespell.cfg",
|
||||
".gitignore",
|
||||
".gitlab-ci.yml",
|
||||
".pre-commit-config.yaml",
|
||||
"Dockerfile",
|
||||
"Makefile",
|
||||
"README.md",
|
||||
"WHENCE",
|
||||
"build_packages.py",
|
||||
"check_whence.py",
|
||||
"configure",
|
||||
"Makefile",
|
||||
"README.md",
|
||||
"copy-firmware.sh",
|
||||
"WHENCE",
|
||||
"Dockerfile",
|
||||
"contrib/process_linux_firmware.py",
|
||||
"contrib/templates/debian.changelog",
|
||||
"contrib/templates/debian.control",
|
||||
"contrib/templates/debian.copyright",
|
||||
"contrib/templates/rpm.spec",
|
||||
"contrib/process_linux_firmware.py",
|
||||
"copy-firmware.sh",
|
||||
]
|
||||
)
|
||||
known_prefixes = set(name for name in whence_list if name.endswith("/"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue