From 009b596bbf5a1c9e8afabb0b791346e144a29d06 Mon Sep 17 00:00:00 2001 From: jskoven <95276114+jskoven@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:54:32 +0100 Subject: [PATCH 1/3] Fix URLs for group c in repositories.py Updated URLs for group c to point to the correct server. --- repositories.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repositories.py b/repositories.py index 3ee44b1..f337dcc 100644 --- a/repositories.py +++ b/repositories.py @@ -17,8 +17,8 @@ "group c", "group c", ["https://github.com/jskoven/Devops2026_jklo_jakst_aing_asjo_mbln"], - "http(s):///", - "http(s):///", + "http://161.35.68.148:5001/", + "http://161.35.68.148:5001/", ], [ "group d", From b83d8cb664d12fda1e11878c40b11dde82f43e46 Mon Sep 17 00:00:00 2001 From: Patrick N <49490990+PatNei@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:07:56 +0100 Subject: [PATCH 2/3] Apply suggestion from @PatNei --- repositories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.py b/repositories.py index f337dcc..bc15130 100644 --- a/repositories.py +++ b/repositories.py @@ -17,7 +17,7 @@ "group c", "group c", ["https://github.com/jskoven/Devops2026_jklo_jakst_aing_asjo_mbln"], - "http://161.35.68.148:5001/", + "http://161.35.68.148:5001", "http://161.35.68.148:5001/", ], [ From c50312f77aa4f791903f161ee9bc897c2a8e7499 Mon Sep 17 00:00:00 2001 From: Patrick N <49490990+PatNei@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:08:20 +0100 Subject: [PATCH 3/3] Apply suggestion from @PatNei --- repositories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repositories.py b/repositories.py index bc15130..175cc2e 100644 --- a/repositories.py +++ b/repositories.py @@ -18,7 +18,7 @@ "group c", ["https://github.com/jskoven/Devops2026_jklo_jakst_aing_asjo_mbln"], "http://161.35.68.148:5001", - "http://161.35.68.148:5001/", + "http://161.35.68.148:5001", ], [ "group d",