README.rst 1.1 KB

12345678910111213141516171819202122232425
  1. ===================
  2. The Kernel dist-git
  3. ===================
  4. The kernel is maintained in a `source tree`_ rather than directly in dist-git.
  5. The specfile is maintained as a `template`_ in the source tree along with a set
  6. of build scripts to generate configurations, (S)RPMs, and to populate the
  7. dist-git repository.
  8. The `documentation`_ for the source tree covers how to contribute and maintain
  9. the tree.
  10. If you're looking for the downstream patch set it's available in the source
  11. tree with "git log master..ark-patches" or
  12. `online`_.
  13. Each release in dist-git is tagged in the source repository so you can easily
  14. check out the source tree for a build. The tags are in the format
  15. name-version-release, but note release doesn't contain the dist tag since the
  16. source can be built in different build roots (Fedora, CentOS, etc.)
  17. .. _source tree: https://gitlab.com/cki-project/kernel-ark.git
  18. .. _template: https://gitlab.com/cki-project/kernel-ark/-/blob/os-build/redhat/kernel.spec.template
  19. .. _documentation: https://gitlab.com/cki-project/kernel-ark/-/wikis/home
  20. .. _online: https://gitlab.com/cki-project/kernel-ark/-/commits/ark-patches