mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for salix mirrors
This commit is contained in:
parent
a653ea6364
commit
be9743ac47
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# This is the general repositories configuration file of slpkg:
|
||||
# /etc/slpkg/repositories.toml
|
||||
# Updated: 08/04/2024, Version: 5.0.5
|
||||
# Updated: 10/04/2024, Version: 5.0.5
|
||||
|
||||
# Set 'true' to the variable {NAME}_REPO to enable a repository.
|
||||
|
||||
|
@ -60,8 +60,10 @@ PONCE_REPO_TAR_SUFFIX = ".tar.gz"
|
|||
|
||||
# Official repository for Slackware x86_64 15.0 stable.
|
||||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware x86_64 -current:
|
||||
# Slackware x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/"]
|
||||
# SalixOs x86_64 15.0 stable:
|
||||
# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/"]
|
||||
SLACK_REPO = false
|
||||
SLACK_REPO_NAME = "slack"
|
||||
SLACK_REPO_LOCAL = [""]
|
||||
|
@ -73,8 +75,10 @@ SLACK_REPO_TAG = ""
|
|||
|
||||
# Official repository for Slackware patches x86_64 15.0 stable.
|
||||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware patches x86_64 -current:
|
||||
# Slackware patches x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/", "extra/"]
|
||||
# SalixOs x86_64 15.0 stable:
|
||||
# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/", "extra/"]
|
||||
SLACK_EXTRA_REPO = false
|
||||
SLACK_EXTRA_REPO_NAME = "slack_extra"
|
||||
SLACK_EXTRA_REPO_LOCAL = [""]
|
||||
|
@ -88,6 +92,8 @@ SLACK_EXTRA_REPO_TAG = ""
|
|||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware patches x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/", "patches/"]
|
||||
# SalixOs x86_64 15.0 stable:
|
||||
# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/", "patches/"]
|
||||
SLACK_PATCHES_REPO = false
|
||||
SLACK_PATCHES_REPO_NAME = "slack_patches"
|
||||
SLACK_PATCHES_REPO_LOCAL = [""]
|
||||
|
|
Loading…
Reference in a new issue