From 5a57bf1696f80c14b6a75550136eba0232a00273 Mon Sep 17 00:00:00 2001 From: Mustafa Gezen Date: Tue, 4 May 2021 13:49:58 +0000 Subject: [PATCH] Fix path translation to /mnt/koji --- images-cloud.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/images-cloud.conf b/images-cloud.conf index 539d4db..90f3e5b 100644 --- a/images-cloud.conf +++ b/images-cloud.conf @@ -104,6 +104,5 @@ image_build = { } translate_paths = [ - ("/mnt/koji", "https://koji.mbox.rocky.org/pkgs"), - ("/compose", "http://172.22.0.123/compose"), + ("/mnt/koji", "https://koji.rockylinux.org/kojifiles"), ]