mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +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:
|
# This is the general repositories configuration file of slpkg:
|
||||||
# /etc/slpkg/repositories.toml
|
# /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.
|
# 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
|
# if it is necessary. The mirror or every part of the mirror
|
||||||
# should end with a slash '/'.
|
# should end with a slash '/'.
|
||||||
|
|
||||||
# Template to define a binary custom repository. [NAME], ENABLE,
|
# Template to define a binary custom repository.
|
||||||
# MIRROR and TAG options are required as a minimum. MIRROR should
|
# At least are required [NAME], ENABLE, MIRROR and TAG options.
|
||||||
# include ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5 files.
|
# The MIRROR should include the files ChangeLog.txt, PACKAGES.TXT,
|
||||||
# If the files PACKAGES.TXT and CHECKSUMS.md5 are located in
|
# and CHECKSUMS.md5. If the file ChangeLog.txt is located in
|
||||||
# a different branch with the ChangeLog.txt file, it should be
|
# a different branch, it should be set a variable CHANGELOG.
|
||||||
# set a variable BRANCH.
|
|
||||||
|
|
||||||
# Example:
|
# Example:
|
||||||
# [NAME]
|
# [NAME]
|
||||||
# ENABLE = true
|
# ENABLE = true
|
||||||
# MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/"
|
# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/"
|
||||||
# CHANGELOG = "extra"
|
# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/"
|
||||||
# TAG = ""
|
# TAG = "alien"
|
||||||
|
|
||||||
# This is the DEFAULT REPOSITORY.
|
# This is the DEFAULT REPOSITORY.
|
||||||
# You can change it with one that you see below.
|
# You can change it with one that you see below.
|
||||||
|
|
Loading…
Reference in a new issue