fix: update repository URLs in repos.toml for core and extra packages

This commit is contained in:
2026-07-09 18:08:03 -05:00
parent 279a7e0521
commit fef0261b50
+7 -7
View File
@@ -10,7 +10,7 @@ prefer_binary = true
[source.vertex] [source.vertex]
# Source repository used for spec lookup and source-build planning. # 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 enabled = true
priority = 50 priority = 50
@@ -20,25 +20,25 @@ subdirs = ["core", "extra"]
# Example: # Example:
# branch = "main" # branch = "main"
[binary.core] [binary.core-x86_64-v3]
# Binary repository for core packages. # Binary repository for core packages.
url = "https://repo.sfgos.net/core" url = "https://repo.sfg545.dev/core-x86_64-v3"
enabled = true enabled = true
priority = 10 priority = 10
repo_db = "repo.db.zst" 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. # Enable this repo for x86_64 systems.
enabled = true enabled = true
[binary.extra] [binary.extra-x86_64-v3]
# Secondary binary repository for additional packages. # Secondary binary repository for additional packages.
url = "https://repo.sfgos.net/extra" url = "https://repo.sfg545.dev/extra-x86_64-v3"
enabled = true enabled = true
priority = 20 priority = 20
repo_db = "repo.db.zst" repo_db = "repo.db.zst"
[binary.extra.arch.x86_64] [binary.extra-x86_64-v3.arch.x86_64]
enabled = true enabled = true
# Additional examples: # Additional examples: