mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated for customs repos
This commit is contained in:
parent
851a1ff65c
commit
ff1179ce28
1 changed files with 9 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue