mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated for the comments
This commit is contained in:
parent
6dd89d4ed5
commit
f2ea4a7ee6
1 changed files with 6 additions and 6 deletions
|
@ -8,17 +8,17 @@
|
||||||
# as the example bellow:
|
# as the example bellow:
|
||||||
# ALIEN_REPO_LOCAL = ["file:///path/to/alien/repository/" ,"15.0/", "x86_64/"]
|
# ALIEN_REPO_LOCAL = ["file:///path/to/alien/repository/" ,"15.0/", "x86_64/"]
|
||||||
# A binary local repository will must contain the files:
|
# A binary local repository will must contain the files:
|
||||||
# ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5
|
# ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5
|
||||||
# A SlackBuilds repository will must contain the files:
|
# A SlackBuilds repository will must contain the files:
|
||||||
# SLACKBUILDS.TXT and ChangeLog.txt
|
# SLACKBUILDS.TXT and ChangeLog.txt
|
||||||
# After the mirror changed, you should update the database, run:
|
# After the mirror changed, you should update the database, run:
|
||||||
# slpkg update
|
# slpkg update
|
||||||
|
|
||||||
# DO NOT CHANGE THE PATTERN OF THE MIRRORS, CHANGE ONLY WHAT YOU WANT.
|
# DO NOT CHANGE THE PATTERN OF THE MIRRORS, CHANGE ONLY WHAT YOU WANT.
|
||||||
# Example: ["https://slackware.nl/people/alien/sbrepos/", "15.0/", "x86_64/"]
|
# For alien and Slackware -current users should be:
|
||||||
# For Slackware -current users should be:
|
# ["https://slackware.nl/people/alien/sbrepos/", "current/", "x86_64/"]
|
||||||
# ["https://slackware.nl/people/alien/sbrepos/", "current/", "x86_64/"]
|
# and NOT:
|
||||||
# and NOT: ["https://slackware.nl/people/alien/sbrepos/current/x86_64/"]
|
# ["https://slackware.nl/people/alien/sbrepos/current/x86_64/"]
|
||||||
|
|
||||||
# Note: Before using a repository, make sure you have read about it.
|
# Note: Before using a repository, make sure you have read about it.
|
||||||
# Some repositories are for -current only. Change the mirror
|
# Some repositories are for -current only. Change the mirror
|
||||||
|
|
Loading…
Reference in a new issue