summaryrefslogtreecommitdiff
path: root/test/sys-script.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17431 from msekletar/udev-link-update-raceZbigniew Jędrzejewski-Szmek2020-11-101-0/+7
|\ | | | | udev: make algorithm that selects highest priority devlink less susceptible to race conditions
| * test/sys-script.py: add missing DEVNAME entries to ueventsMartin Wilck2020-11-021-0/+7
| |
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
| | | | | | Let's use a proper unicode copyright symbol where we can, it's prettier. This important patch is very important.
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-14/+0
| | | | | | | | | | Files which are installed as-is (any .service and other unit files, .conf files, .policy files, etc), are left as is. My assumption is that SPDX identifiers are not yet that well known, so it's better to retain the extended header to avoid any doubt. I also kept any copyright lines. We can probably remove them, but it'd nice to obtain explicit acks from all involved authors before doing that.
* Add SPDX license headers to python scriptsZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|
* sys-script: remove output directory if it existsZbigniew Jędrzejewski-Szmek2017-09-291-0/+3
| | | | | meson will occasionally call us even though the output directory exists. Let's just nuke and recreate in that case.
* create-sys-script: adapt to separate build dir, modernize, add more checksZbigniew Jędrzejewski-Szmek2017-09-291-1/+0
| | | | | | | | | The script wasn't apparently used since the switch to meson, because it required the sys subdirectory to be present in the same subdirectory where the output script is located. Let's use f-strings to make the whole thing more readable. Add some extra checks.
* more portable python shebangs (#5816)Jörg Thalheim2017-04-301-1/+1
| | | | | This is useful on systems like NixOS, where python3 is not in /usr/bin/python3 as well as for people using alternative ways to install python such as virtualenv/pyenv.
* test: create sys-script.py scriptDan Streetman2017-02-101-0/+16861
The script contains the contents of all sys/ test files, and creates all dirs/links/files when run. This replaces the sys.tar.xz tarball that contained sys/, so changes to sys files only require a simple commit in git, instead of checking in an entire new tarball for each sys/ change.