From 932e03e652b5c16c963e9982ae835b7cf1939a6e Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: May 18 2020 07:26:52 +0000 Subject: doc: links to copr builds Fixes: https://pagure.io/koji/issue/2247 --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 5911fdd..0987f9d 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 ==========