From 39db92c68bbdcd6c31c8714b7687d094979de883 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 18 Apr 2023 20:33:10 +0300 Subject: [PATCH] Updated for comments --- configs/repositories.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/configs/repositories.toml b/configs/repositories.toml index e6c6d249..6afea8f2 100644 --- a/configs/repositories.toml +++ b/configs/repositories.toml @@ -8,10 +8,16 @@ ######################################################################## ######################################################################## -# If you are going to use a local repository, set the mirror, like: # -# file:///path/to/repository/ # -# The local repository will must contain the files: # -# ChangeLog.txt, PACKAGES.TXT, CHECKSUMS.md5 # +# 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 # +# # +# After the mirror changed, you should update the database: # +# slpkg update --bin-repo= # ######################################################################## ########################################################################