Skip to content

Commit

Permalink
build: synchronize from Manjaro repos
Browse files Browse the repository at this point in the history
- sync address changed to repo.manjaro.org
- all repos now present
  • Loading branch information
LordTermor authored May 23, 2024
1 parent e1b2e0b commit 1ab0f83
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configs/box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 1ab0f83

Please sign in to comment.