Updated for ponce

This commit is contained in:
Dimitris Zlatanidis 2023-02-28 22:56:57 +02:00
parent 92f7aecf5a
commit 3b1d238dd4

View file

@ -74,17 +74,17 @@
# Default is true. [true/false]. # Default is true. [true/false].
ASCII_CHARACTERS = true ASCII_CHARACTERS = true
# Set the PONCE_REPO_URL if you are going to use ponce repository for # Set the 'PONCE_REPO = true' to switch with the ponce repository.
# Slackware -current version. Do not unset SBO_REPO_URL and SBO_TXT. # Do not unset SBO_REPO_URL and SBO_TXT.
###################################################################################### #########################################################################
# This is not going to fully support this repository, since it does not provide # # This is not going to fully support this repository, since it does not #
# its own SLACKBUILDS.TXT file. The only difference is that scripts are used from # # provide its own SLACKBUILDS.TXT file. The only difference is that #
# this repository and not from SBo. You should also BLACKLIST any packages contained # # scripts are used from ponce repository and not from SBo repository. #
# in Slackware current version, like 'python-zipp' and 'python-importlib_metadata'. # # Slpkg is still going to use SLACKBUILDS.TXT and ChangeLog.txt from #
# Slpkg it still going to use SLACKBUILDS.TXT and ChangeLog.txt from SBo repository. # # SBo repository and compare these with the Slackware -current #
# For blacklisted files, edit the /etc/slpkg/blacklist.toml file. # # ChangeLog.txt file for auto-add blacklisted packages that do not #
###################################################################################### # include in the ponce repository. #
# PONCE_REPO = true #########################################################################
PONCE_REPO = false PONCE_REPO = false
PONCE_REPO_URL = "https://cgit.ponce.cc/slackbuilds/plain" PONCE_REPO_URL = "https://cgit.ponce.cc/slackbuilds/plain"
SLACK_CURRENT_MIRROR = "https://mirrors.slackware.com/slackware/slackware64-current" SLACK_CURRENT_MIRROR = "https://mirrors.slackware.com/slackware/slackware64-current"