fix: correct naming conventions for binary repositories in repos.toml
This commit is contained in:
@@ -20,25 +20,25 @@ subdirs = ["core", "extra"]
|
|||||||
# Example:
|
# Example:
|
||||||
# branch = "main"
|
# branch = "main"
|
||||||
|
|
||||||
[binary.core-x86_64-v3]
|
[binary.core-x86-64-v3]
|
||||||
# Binary repository for core packages.
|
# Binary repository for core packages.
|
||||||
url = "https://repo.sfg545.dev/core-x86_64-v3"
|
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-x86_64-v3.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-x86_64-v3]
|
[binary.extra-x86-64-v3]
|
||||||
# Secondary binary repository for additional packages.
|
# Secondary binary repository for additional packages.
|
||||||
url = "https://repo.sfg545.dev/extra-x86_64-v3"
|
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-x86_64-v3.arch.x86_64]
|
[binary.extra-x86-64-v3.arch.x86_64]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
# Additional examples:
|
# Additional examples:
|
||||||
|
|||||||
Reference in New Issue
Block a user