Simon de Vlieger
|
ea6085fae6
|
osbuild: run isort on all files
|
2022-09-12 13:32:51 +02:00 |
|
Simon de Vlieger
|
3703328751
|
osbuild: explicit encodings for open()
Provides explicit encodings for all calls to `open()`, this is a newer
pylint warning but also just makes sense to do.
|
2022-09-09 15:33:29 +02:00 |
|
Christian Kellner
|
3010d247ea
|
util/osrelease: add default os-release paths
Add a new `DEFAULT_PATHS` constant, a list of all well known paths
where `os-release` can be found, as per os-release(5).
|
2020-10-21 11:13:28 +02:00 |
|
David Rheinsberg
|
4493d057a2
|
osbuild: move osrelease parser into ./util
Reduce the clutter in our pipeline implementation and move the
os-release parser into ./osbuild/util/.
|
2020-04-28 15:39:00 +02:00 |
|