From 3b1d238dd4529b9cb7d2d822656561d45fd436f9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 28 Feb 2023 22:56:57 +0200 Subject: [PATCH] Updated for ponce --- configs/slpkg.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 464dd682..559892ad 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -74,17 +74,17 @@ # Default is true. [true/false]. ASCII_CHARACTERS = true - # Set the PONCE_REPO_URL if you are going to use ponce repository for - # Slackware -current version. Do not unset SBO_REPO_URL and SBO_TXT. - ###################################################################################### - # This is not going to fully support this repository, since it does not provide # - # its own SLACKBUILDS.TXT file. The only difference is that scripts are used from # - # this repository and not from SBo. You should also BLACKLIST any packages contained # - # in Slackware current version, like 'python-zipp' and 'python-importlib_metadata'. # - # Slpkg it still going to use SLACKBUILDS.TXT and ChangeLog.txt from SBo repository. # - # For blacklisted files, edit the /etc/slpkg/blacklist.toml file. # - ###################################################################################### - # PONCE_REPO = true + # Set the 'PONCE_REPO = true' to switch with the ponce repository. + # Do not unset SBO_REPO_URL and SBO_TXT. + ######################################################################### + # This is not going to fully support this repository, since it does not # + # provide its own SLACKBUILDS.TXT file. The only difference is that # + # scripts are used from ponce repository and not from SBo repository. # + # Slpkg is still going to use SLACKBUILDS.TXT and ChangeLog.txt from # + # SBo repository and compare these with the Slackware -current # + # ChangeLog.txt file for auto-add blacklisted packages that do not # + # include in the ponce repository. # + ######################################################################### PONCE_REPO = false PONCE_REPO_URL = "https://cgit.ponce.cc/slackbuilds/plain" SLACK_CURRENT_MIRROR = "https://mirrors.slackware.com/slackware/slackware64-current"