Updated for salix mirrors

This commit is contained in:
Dimitris Zlatanidis 2024-04-10 19:16:22 +03:00
parent a653ea6364
commit be9743ac47

View file

@ -1,6 +1,6 @@
# This is the general repositories configuration file of slpkg: # This is the general repositories configuration file of slpkg:
# /etc/slpkg/repositories.toml # /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. # 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. # Official repository for Slackware x86_64 15.0 stable.
# Recommended using a mirror from /etc/slackpkg/mirrors file. # Recommended using a mirror from /etc/slackpkg/mirrors file.
# For Slackware x86_64 -current: # Slackware x86_64 -current:
# ["https://slackware.uk/slackware/slackware64-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 = false
SLACK_REPO_NAME = "slack" SLACK_REPO_NAME = "slack"
SLACK_REPO_LOCAL = [""] SLACK_REPO_LOCAL = [""]
@ -73,8 +75,10 @@ SLACK_REPO_TAG = ""
# Official repository for Slackware patches x86_64 15.0 stable. # Official repository for Slackware patches x86_64 15.0 stable.
# Recommended using a mirror from /etc/slackpkg/mirrors file. # 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/"] # ["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 = false
SLACK_EXTRA_REPO_NAME = "slack_extra" SLACK_EXTRA_REPO_NAME = "slack_extra"
SLACK_EXTRA_REPO_LOCAL = [""] SLACK_EXTRA_REPO_LOCAL = [""]
@ -88,6 +92,8 @@ SLACK_EXTRA_REPO_TAG = ""
# Recommended using a mirror from /etc/slackpkg/mirrors file. # Recommended using a mirror from /etc/slackpkg/mirrors file.
# For Slackware patches x86_64 -current: # For Slackware patches x86_64 -current:
# ["https://slackware.uk/slackware/slackware64-current/", "patches/"] # ["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 = false
SLACK_PATCHES_REPO_NAME = "slack_patches" SLACK_PATCHES_REPO_NAME = "slack_patches"
SLACK_PATCHES_REPO_LOCAL = [""] SLACK_PATCHES_REPO_LOCAL = [""]