Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-24 22:25:44 +03:00
parent 14638199a3
commit 6f47c0c422
2 changed files with 26 additions and 32 deletions

View file

@ -1,35 +1,30 @@
################# REPOSITORIES CONFIGURATION FILE ######################
# This is the general repositories configuration file of slpkg: #
# /etc/slpkg/repositories.toml #
# 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 with the ponce repository. #
# Set 'true' to the binaries repositories you want to enable. #
# Default is the 'sbo' Slackbuilds.org repository. #
########################################################################
# This is the general repositories configuration file of slpkg:
# /etc/slpkg/repositories.toml
# Date: 24/04/2023, Version: 4.8.1
########################################################################
# If you are going to use a local repository, set the mirror: #
# Example: ["file:///path/to/alien/repository/" ,"15.0/", "x86_64/"] #
# #
# A binary local repository will must contain the files: #
# ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5 #
# A SlackBuilds repository will must contain the files: #
# SLACKBUILDS.TXT and ChangeLog.txt #
# Note: ponce repository needs the 'gen_sbo_txt.sh' tool from #
# the 'slpkg/tools/' folder, if the SLACKBUILDS.TXT missing. #
# #
# After the mirror changed, you should update the database: #
# slpkg update or apply the option --bin-repo=<repo_name> for #
# binaries repositories. #
########################################################################
# 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 with the ponce repository.
# Set 'true' to the binaries repositories you want to enable.
# Default is the 'sbo' Slackbuilds.org repository.
########################################################################
# Note: Before using a repository, make sure you have read about it. #
# Some repositories are for -current only. Change the mirror if #
# it is necessary. The mirror should end with a slash '/'. #
########################################################################
# If you are going to use a local repository, set the mirror:
# Example: ["file:///path/to/alien/repository/" ,"15.0/", "x86_64/"]
# A binary local repository will must contain the files:
# ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5
# A SlackBuilds repository will must contain the files:
# SLACKBUILDS.TXT and ChangeLog.txt
# Note: ponce repository needs the 'gen_sbo_txt.sh' tool from
# the 'slpkg/tools/' folder, if the SLACKBUILDS.TXT missing.
# After the mirror changed, you should update the database:
# slpkg update or apply the option --bin-repo=<repo_name> for
# binaries repositories.
# Note: Before using a repository, make sure you have read about it.
# Some repositories are for -current only. Change the mirror if
# it is necessary. The mirror should end with a slash '/'.
[REPOSITORIES]

View file

@ -1,7 +1,6 @@
# Date: 24/04/2023
# Version: 4.8.1
# This is the general configuration file of slpkg:
# /etc/slpkg/slpkg.toml
# Date: 24/04/2023, Version: 4.8.1
[CONFIGS]