parent | nav_order |
---|---|
Contributing |
2 |
{: .no_toc }
- TOC {:toc}
.
ββ src
βββ app rpm-ostree CLI application
βββ daemon rpm-ostree daemon providing D-Bus API
βββ lib Public library: contains APIs for exploring rpmdb in OSTrees
βββ libpriv Private API shared between app and daemon
.
ββ rust Contains rust libraries that rpm-ostree usesβ
.
βββ ci Contains scripts to install build dependencies and run tests locally
βββ .cci.jenkinsfile Configuration to run CoreOS Jenkins CI
.
βββ tests Contains tests
.
βββ docs Contains documentation for this repository
βββ HACKING.md Contains hacking information for developers
βββ man Contains man page for rpm-ostree
These files are used when doing raw build instructions. You can find more info here:
.
βββ Makefile-daemon.am
βββ Makefile-decls.am
βββ Makefile-lib-defines.am
βββ Makefile-lib.am
βββ Makefile-libpriv.am
βββ Makefile-libdnf.am
βββ Makefile-man.am
βββ Makefile-tests.am
βββ Makefile.am
βββ Makefile-rpm-ostree.am
βββ configure.ac
βββ autogen.sh