Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-30 | more portable python shebangs (#5816) | Jörg Thalheim | |
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. | |||
2017-02-10 | test: create sys-script.py script | Dan Streetman | |
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. |