From 7a8da284d607b3a9ad84ef1e996b7046f64d7e80 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Tue, 13 Apr 2021 08:51:37 +0000 Subject: [PATCH] Add README.rst Resolves: bz#1948979 --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..d022637 --- /dev/null +++ b/README.rst @@ -0,0 +1,18 @@ +=================== +hyperv-daemons development +=================== + +hyperv-daemons is maintained in a `source tree`_ rather than directly in dist-git +using packit service that provides way to develope using regular source code +structure and provides way to generate SRPM and build using koji service. + +Developers deliver all changes to sourc-git using merge request. Only maintainers +will be pushing changes sent to source-git to dist-git. + +Each release in dist-git is tagged in the source repository so you can easily +check out the source tree for a build. The tags are in the format +name-version-release, but note release doesn't contain the dist tag since the +source can be built in different build roots (Fedora, CentOS, etc.) + +.. _source tree: https://gitlab.com/redhat/centos-stream/src/hyperv-daemons +