mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Updated for comments
This commit is contained in:
parent
e97cc468a6
commit
a14ca11394
1 changed files with 11 additions and 7 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue