summaryrefslogtreecommitdiff
path: root/systemd/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Store id128-constants.h in the repositoryZbigniew Jędrzejewski-Szmek2016-09-211-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 everythingZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
|
* python: build html docs using sphinxZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
| | | | | | | Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ...
* python: add systemd.id128 moduleZbigniew Jędrzejewski-Szmek2015-07-051-0/+1
uuid.UUIDs are utilized to hold UUID values.