mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for ponce
This commit is contained in:
parent
92f7aecf5a
commit
3b1d238dd4
1 changed files with 11 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue