Detect the host dynamically from os-release(5) instead of relying on the `org.osbuild.host` symlink. It is awkward to install a symlink that tells osbuild which distro is is running on, when there is a standard way to detect this. This makes it easier to run osbuild from sources and removes the need to include every host in the spec file. The latter became hard to do, because there's no obvious way to distinguish RHEL minor releases.
15 lines
133 B
Text
15 lines
133 B
Text
*.tar.gz
|
|
*.egg-info
|
|
__pycache__
|
|
|
|
/*.rpm
|
|
/.osbuild
|
|
/.osbuild-test
|
|
/output
|
|
/output-test
|
|
|
|
/test/.vagrant
|
|
|
|
/.vscode
|
|
/.idea
|
|
/.gdb_history
|