From 90c2c41fdd7bd925f0a45830ac30af443d799d12 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 15 Dec 2023 11:50:45 +0200 Subject: [PATCH] Update for slackware repositories --- configs/repositories.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/repositories.toml b/configs/repositories.toml index 87ffaae5..f5e7e329 100644 --- a/configs/repositories.toml +++ b/configs/repositories.toml @@ -54,6 +54,7 @@ PONCE_REPO_TAG = "_SBo" # Default repo TAG. PONCE_REPO_PATCH_TAG = "" # Patch the TAG. # Official repository for Slackware x86_64 15.0 stable. +# Recommended using a mirror from /etc/slackpkg/mirrors file. # For Slackware x86_64 -current: # ["https://slackware.uk/slackware/slackware64-current/"] SLACK_REPO = false @@ -66,6 +67,7 @@ SLACK_REPO_CHANGELOG = "ChangeLog.txt" 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: # ["https://slackware.uk/slackware/slackware64-current/", "extra/"] SLACK_EXTRA_REPO = false @@ -78,6 +80,9 @@ SLACK_EXTRA_REPO_CHANGELOG = "ChangeLog.txt" SLACK_EXTRA_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: +# ["https://slackware.uk/slackware/slackware64-current/", "patches/"] SLACK_PATCHES_REPO = false SLACK_PATCHES_REPO_NAME = "slack_patches" SLACK_PATCHES_REPO_LOCAL = [""]