Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-01 17:07:19 +03:00
parent e97cc468a6
commit a14ca11394

View file

@ -1,8 +1,12 @@
# REPOSITORIES CONFIGURATION FILE.
# This is the configuration of repositories file.
# Set 'true' to 'PONCE_REPO' to switch slackbuild repository.
# Set 'true' to the repository you want to enable.
# Default is the 'sbo' repository.
################# REPOSITORIES CONFIGURATION FILE ######################
# This is the configuration of repositories file. #
# The philosophy behind this is to have two repositories for #
# Slackbuilds one for the Slackware stable and one for the -current #
# and many binaries for all versions. #
# Set 'true' to 'PONCE_REPO' to switch Slackbuild repository. #
# Set 'true' to the repository you want to enable. #
# Default is the 'sbo' repository. #
########################################################################
########################################################################
# Note: Before using the repository, make sure you have read about it. #
@ -12,7 +16,7 @@
[REPOSITORIES]
# Repository for Slackware x86_64 15.0 stable.
# Repository for Slackware 15.0 stable.
SBO_REPO_NAME = "sbo"
SBO_REPO_MIRROR = "https://slackbuilds.org/slackbuilds/15.0/"
SBO_REPO_SLACKBUILDS = "SLACKBUILDS.TXT"
@ -20,7 +24,7 @@
SBO_REPO_TAR_SUFFIX = ".tar.gz"
SBO_REPO_TAG = "_SBo"
# Repository for Slackware x86_64 -current.
# Repository for Slackware -current.
PONCE_REPO = false
PONCE_REPO_NAME = "ponce"
PONCE_REPO_MIRROR = "https://cgit.ponce.cc/slackbuilds/plain/"