mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Update configs
This commit is contained in:
parent
aa64a14016
commit
5b64e98775
1 changed files with 14 additions and 12 deletions
|
@ -32,17 +32,6 @@
|
|||
# The sbo repository tag.
|
||||
SBO_REPO_TAG = "_SBo"
|
||||
|
||||
# Set the PONCE_REPO_URL if you are going to use 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
|
||||
# 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_URL = "https://cgit.ponce.cc/slackbuilds/plain"
|
||||
PONCE_REPO_URL = ""
|
||||
|
||||
# Slackware command for install packages, instead, you can use 'installpkg'.
|
||||
INSTALLPKG = "upgradepkg --install-new"
|
||||
|
||||
|
@ -83,4 +72,17 @@
|
|||
# Choose ascii printable characters.
|
||||
# If true, it uses the extended characters, otherwise the basic ones.
|
||||
# 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
|
||||
# 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_URL = "https://cgit.ponce.cc/slackbuilds/plain"
|
||||
PONCE_REPO_URL = ""
|
Loading…
Reference in a new issue