From b2892dbc2ee65df169b89cab368c273d8a4acb3b Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Oct 27 2020 09:45:14 +0000 Subject: [PATCH 1/2] doc: python support matrix Fixes: https://pagure.io/koji/issue/356 --- diff --git a/docs/source/index.rst b/docs/source/index.rst index d98229f..965ab83 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -49,6 +49,7 @@ Contents content_generator_metadata configuring_jenkins utils + supported_platforms HowTos ====== diff --git a/docs/source/supported_platforms.rst b/docs/source/supported_platforms.rst new file mode 100644 index 0000000..af8be78 --- /dev/null +++ b/docs/source/supported_platforms.rst @@ -0,0 +1,13 @@ +Supported Platforms +=================== + +We're now supporting Linux systems which have at least python 2.7 for +builders and 3.6 for other components. These versions are minimal (so, +everywhere where is 2.7 support it means 2.7+ *and* 3.0+. Currently it +involves all active Fedoras and RHEL/CentOS 7+. + ++-----------+-----+-----+---------+-------+-----+-----+ +| Component | Hub | Web | Builder | Utils | Lib | CLI | ++===========+=====+=====+=========+=======+=====+=====+ +| Python | 3.6 | 3.6 | 2.7 | 3.6 | 2.7 | 2.7 | ++-----------+-----+-----+---------+-------+-----+-----+ diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index d580518..8db9b45 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -14,6 +14,11 @@ to Koji should leave this page knowing where to begin and have enough understanding of Koji's architecture to be able to estimate how much work is still ahead of them. +Koji is written to support a variety of platforms and python versions, +with some portions of Koji supported over a larger set than others. +When making changes, please be considerate of those +:doc:`supported_platforms`. + Task Flow ========= @@ -689,6 +694,9 @@ You will need to install the packages below to run the check. Release process =============== +Supported OS +------------ + Merging PRs ----------- From 7022641a8c52c996722df19f675fdf9b4b6605b4 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Oct 29 2020 07:59:02 +0000 Subject: [PATCH 2/2] remove empty section --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 8db9b45..3bf3295 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -694,9 +694,6 @@ You will need to install the packages below to run the check. Release process =============== -Supported OS ------------- - Merging PRs -----------