Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store id128-constants.h in the repository | Zbigniew Jędrzejewski-Szmek | 2016-09-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Instead of generating the list of message ids anew during every build, the file is generated manually and committed into the repository. Also, the list of defines is stored in id128-defines.h, also kept in the repository. Both files should only grow. This should make build easier. But it also fixes a problem with systemd, which occasionally drops message definitions. We will keep them forever, so it should be safe to rely on the presence of message definitions which systemd does not use anymore. Fixes #23. | ||||
* | build-sys: update setup.py to build everything | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+1 |
| | |||||
* | python: build html docs using sphinx | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+1 |
| | | | | | | | Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ... | ||||
* | python: add systemd.id128 module | Zbigniew Jędrzejewski-Szmek | 2015-07-05 | 1 | -0/+1 |
uuid.UUIDs are utilized to hold UUID values. |