From b428ddfa8a5e75e573d568efa61ab4aa8ef9814f Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Mon, 13 Jan 2025 12:03:10 +0300 Subject: [PATCH 1/5] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_build_tag-docker.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/koji_build_tag-docker.json b/files/koji_build_tag-docker.json index aecea14..f08db1a 100644 --- a/files/koji_build_tag-docker.json +++ b/files/koji_build_tag-docker.json @@ -5,5 +5,7 @@ "inferit-9_5-extras-build:x86_64": {"docker_image_name": "msvsphere95-systemd-tests:9.5", "os_name": "MSVSphere 9.5 (x86_64)"}, "inferit-9_5-extras-build:aarch64": {"docker_image_name": "msvsphere95-systemd-tests:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"}, "inferit-9_5-*:x86_64": {"docker_image_name": "msvsphere95-systemd-tests:9.5", "os_name": "MSVSphere 9.5 (x86_64)"}, - "inferit-9_5-*:aarch64": {"docker_image_name": "msvsphere95-systemd-tests-aarch64:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"} + "inferit-9_5-*:aarch64": {"docker_image_name": "msvsphere95-systemd-tests-aarch64:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"}, + "inferit-10_0-*:x86_64": {"docker_image_name": "msvsphere100-systemd-tests:10.0", "os_name": "MSVSphere 10.0 (x86_64)"}, + "inferit-10_0-*:aarch64": {"docker_image_name": "msvsphere100-systemd-tests-aarch64:10.0-arm64", "os_name": "MSVSphere 10.0 (aarch64)"} } -- 2.36.5 From 50916052a394904a09cfd5546f829b141218704b Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 23 Jan 2025 09:16:33 +0300 Subject: [PATCH 2/5] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_repos_mapping.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/koji_repos_mapping.json b/files/koji_repos_mapping.json index a0dd869..211e15d 100644 --- a/files/koji_repos_mapping.json +++ b/files/koji_repos_mapping.json @@ -1,4 +1,6 @@ { "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 + "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/"}, + "inferit-10_0-bootstrap-build": {"repo_name": "koji-inferit-10_0-bootstrap-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-bootstrap-build/latest/x86_64/"}, + "inferit-10_0-extras-build": {"repo_name": "koji-inferit-10_0-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-extras-build/latest/x86_64/"} +} -- 2.36.5 From e8952a94594e6452af69babb61ea7e59c02779ce Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 23 Jan 2025 09:17:38 +0300 Subject: [PATCH 3/5] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_repos_mapping.json | 1 + 1 file changed, 1 insertion(+) diff --git a/files/koji_repos_mapping.json b/files/koji_repos_mapping.json index 211e15d..40004b4 100644 --- a/files/koji_repos_mapping.json +++ b/files/koji_repos_mapping.json @@ -4,3 +4,4 @@ "inferit-10_0-bootstrap-build": {"repo_name": "koji-inferit-10_0-bootstrap-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-bootstrap-build/latest/x86_64/"}, "inferit-10_0-extras-build": {"repo_name": "koji-inferit-10_0-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-extras-build/latest/x86_64/"} } + -- 2.36.5 From 708345b9d0cb32973e7eed27128960b82f338006 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 23 Jan 2025 09:43:31 +0300 Subject: [PATCH 4/5] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_repos_mapping.json | 1 - 1 file changed, 1 deletion(-) diff --git a/files/koji_repos_mapping.json b/files/koji_repos_mapping.json index 40004b4..211e15d 100644 --- a/files/koji_repos_mapping.json +++ b/files/koji_repos_mapping.json @@ -4,4 +4,3 @@ "inferit-10_0-bootstrap-build": {"repo_name": "koji-inferit-10_0-bootstrap-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-bootstrap-build/latest/x86_64/"}, "inferit-10_0-extras-build": {"repo_name": "koji-inferit-10_0-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-extras-build/latest/x86_64/"} } - -- 2.36.5 From af234c48aaa192f95393fdefb0bd1d196cac4573 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Thu, 23 Jan 2025 09:49:59 +0300 Subject: [PATCH 5/5] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= 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 211e15d..48f715e 100644 --- a/files/koji_repos_mapping.json +++ b/files/koji_repos_mapping.json @@ -1,6 +1,6 @@ { "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/"}, - "inferit-10_0-bootstrap-build": {"repo_name": "koji-inferit-10_0-bootstrap-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-bootstrap-build/latest/x86_64/"}, - "inferit-10_0-extras-build": {"repo_name": "koji-inferit-10_0-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-extras-build/latest/x86_64/"} + "inferit-10_0-bootstrap": {"repo_name": "koji-inferit-10_0-bootstrap-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-bootstrap-build/latest/x86_64/"}, + "inferit-10_0-extras": {"repo_name": "koji-inferit-10_0-extras-build", "repo_url": "https://koji.inferitos.ru/kojifiles/repos/inferit-10_0-extras-build/latest/x86_64/"} } -- 2.36.5