From 1ab0f8323f9b55f29776551ce057438d78ad5aa1 Mon Sep 17 00:00:00 2001 From: Artem Grinev Date: Thu, 23 May 2024 16:25:49 +0400 Subject: [PATCH] build: synchronize from Manjaro repos - sync address changed to repo.manjaro.org - all repos now present --- configs/box.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/box.yml b/configs/box.yml index 79116a09..f14a93cf 100644 --- a/configs/box.yml +++ b/configs/box.yml @@ -2,18 +2,18 @@ branches: [unstable, testing, stable] (alpm.sync): sync-branches: [unstable] repositories: - [core]: + [core, extra, multilib]: architecture: x86_64 (alpm.sync): - repo-url: "cloudflaremirrors.com" - repo-structure-template: "/archlinux/{repository}/os/{architecture}" + repo-url: "repo.manjaro.org" + repo-structure-template: "/repo/{branch}/{repository}/{architecture}" (box.pool): template: "/{location}/" - [core]: + [core, extra]: architecture: aarch64 (alpm.sync): - repo-url: "de3.mirror.archlinuxarm.org" - repo-structure-template: "/{architecture}/{repository}" + repo-url: "repo.manjaro.org" + repo-structure-template: "/repo/arm-{branch}/{repository}/{architecture}" (box.pool): template: "/{location}-arm/"