From 5df2e86d60ba910c02efd8f1e1cd22bac728b084 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Fri, 16 Aug 2024 11:37:10 +0300 Subject: [PATCH 1/3] =?UTF-8?q?INF-1388:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-?= =?UTF-8?q?=D0=B4=D0=B6=D0=BE=D0=B1=D1=83=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2=20=D1=81=20=D0=BA=D0=BE=D0=B6=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_repos_mapping.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 files/koji_repos_mapping.json diff --git a/files/koji_repos_mapping.json b/files/koji_repos_mapping.json new file mode 100644 index 0000000..5c47f21 --- /dev/null +++ b/files/koji_repos_mapping.json @@ -0,0 +1,4 @@ +{ + "inferit-9_4-extras": {"repo_name": "inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"}, + "inferit-9_4-extras-build": {"repo_name": "inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"} +} \ No newline at end of file -- 2.36.5 From 8942b57480d8eaef86b7ce58777b58d15c625e35 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Fri, 16 Aug 2024 17:11:41 +0300 Subject: [PATCH 2/3] =?UTF-8?q?INF-1388:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-?= =?UTF-8?q?=D0=B4=D0=B6=D0=BE=D0=B1=D1=83=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2=20=D1=81=20=D0=BA=D0=BE=D0=B6=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_repos_mapping.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/koji_repos_mapping.json b/files/koji_repos_mapping.json index 5c47f21..a0dd869 100644 --- a/files/koji_repos_mapping.json +++ b/files/koji_repos_mapping.json @@ -1,4 +1,4 @@ { - "inferit-9_4-extras": {"repo_name": "inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"}, - "inferit-9_4-extras-build": {"repo_name": "inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"} + "inferit-9_4-extras": {"repo_name": "koji-inferit-9_4-extras", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"}, + "inferit-9_4-extras-build": {"repo_name": "koji-inferit-9_4-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-9_4-extras-build/latest/x86_64/"} } \ No newline at end of file -- 2.36.5 From ac5cd5015bbb68b52728bc3c217141a81712b2dd Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Mon, 19 Aug 2024 10:43:20 +0300 Subject: [PATCH 3/3] =?UTF-8?q?INF-1388:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-?= =?UTF-8?q?=D0=B4=D0=B6=D0=BE=D0=B1=D1=83=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE?= =?UTF-8?q?=D0=B6=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BF=D0=BE=D0=B4=D0=BA?= =?UTF-8?q?=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BE=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=BD=D0=B8=D1=82=D0=B5=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2=20=D1=81=20=D0=BA=D0=BE=D0=B6=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_modular_tag-docker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/koji_modular_tag-docker.json b/files/koji_modular_tag-docker.json index abdb206..3291214 100644 --- a/files/koji_modular_tag-docker.json +++ b/files/koji_modular_tag-docker.json @@ -1,5 +1,5 @@ { - "80900": {"docker_image_name": "msvsphere89-systemd-tests", "os_name": "MSVSphere 8.9"}, + "80900": {"docker_image_name": "msvsphere810-systemd-tests", "os_name": "MSVSphere 8.10"}, "81000": {"docker_image_name": "msvsphere810-systemd-tests", "os_name": "MSVSphere 8.10"}, "90400": {"docker_image_name": "msvsphere94-systemd-tests", "os_name": "MSVSphere 9.4"} } -- 2.36.5