From 932e03e652b5c16c963e9982ae835b7cf1939a6e Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Fri, 15 May 2020 14:54:15 +0200 Subject: [PATCH] doc: links to copr builds Fixes: https://pagure.io/koji/issue/2247 --- docs/source/writing_koji_code.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 5911fdda..0987f9d0 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -658,6 +658,19 @@ Unit tests are run automatically for any commit in master branch. We use Fedora's jenkins instance for that. Details are given here: :doc:`Unit tests in Fedora's Jenkins `. +Further testing +=============== + +Currently we automatically build two versions of rpms in Fedora's `Copr +`__. First one is simple "master" branch and +is available `here `__. +These RPMs are early release candidates before we tag each final release. Second +one lives `here +`__ and contains +the "master" branch with all the in-progress pull requests that have +"testing-ready" flag. Both repos are built once per four hours if there are new +changes in pagure. + Code Style ==========