fix: update repository URLs in repos.toml for core and extra packages
This commit is contained in:
@@ -10,7 +10,7 @@ prefer_binary = true
|
||||
|
||||
[source.vertex]
|
||||
# Source repository used for spec lookup and source-build planning.
|
||||
url = "https://gitlab.com/vertex-linux/packages.git"
|
||||
url = "https://git.sfg545.dev/SFG545/packages.git"
|
||||
enabled = true
|
||||
priority = 50
|
||||
|
||||
@@ -20,25 +20,25 @@ subdirs = ["core", "extra"]
|
||||
# Example:
|
||||
# branch = "main"
|
||||
|
||||
[binary.core]
|
||||
[binary.core-x86_64-v3]
|
||||
# Binary repository for core packages.
|
||||
url = "https://repo.sfgos.net/core"
|
||||
url = "https://repo.sfg545.dev/core-x86_64-v3"
|
||||
enabled = true
|
||||
priority = 10
|
||||
repo_db = "repo.db.zst"
|
||||
|
||||
[binary.core.arch.x86_64]
|
||||
[binary.core-x86_64-v3.arch.x86_64]
|
||||
# Enable this repo for x86_64 systems.
|
||||
enabled = true
|
||||
|
||||
[binary.extra]
|
||||
[binary.extra-x86_64-v3]
|
||||
# Secondary binary repository for additional packages.
|
||||
url = "https://repo.sfgos.net/extra"
|
||||
url = "https://repo.sfg545.dev/extra-x86_64-v3"
|
||||
enabled = true
|
||||
priority = 20
|
||||
repo_db = "repo.db.zst"
|
||||
|
||||
[binary.extra.arch.x86_64]
|
||||
[binary.extra-x86_64-v3.arch.x86_64]
|
||||
enabled = true
|
||||
|
||||
# Additional examples:
|
||||
|
||||
Reference in New Issue
Block a user