Updated for customs repos

This commit is contained in:
Dimitris Zlatanidis 2024-04-15 17:05:16 +03:00
parent 851a1ff65c
commit ff1179ce28

View file

@ -1,6 +1,6 @@
# This is the general repositories configuration file of slpkg:
# /etc/slpkg/repositories.toml
# Updated: 15/04/2024, Version: 5.0.5
# Updated: 15/04/2024, Version: 5.0.6
# Set 'true' or 'false' to enable or disable the repository you want.
@ -9,19 +9,18 @@
# if it is necessary. The mirror or every part of the mirror
# should end with a slash '/'.
# Template to define a binary custom repository. [NAME], ENABLE,
# MIRROR and TAG options are required as a minimum. MIRROR should
# include ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5 files.
# If the files PACKAGES.TXT and CHECKSUMS.md5 are located in
# a different branch with the ChangeLog.txt file, it should be
# set a variable BRANCH.
# Template to define a binary custom repository.
# At least are required [NAME], ENABLE, MIRROR and TAG options.
# The MIRROR should include the files ChangeLog.txt, PACKAGES.TXT,
# and CHECKSUMS.md5. If the file ChangeLog.txt is located in
# a different branch, it should be set a variable CHANGELOG.
# Example:
# [NAME]
# ENABLE = true
# MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/"
# CHANGELOG = "extra"
# TAG = ""
# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/"
# TAG = "alien"
# This is the DEFAULT REPOSITORY.
# You can change it with one that you see below.