aboutsummaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-01-09 14:00:22 -0500
committerSlack Coder <slackcoder@server.ky>2025-01-10 13:16:56 -0500
commit85c4f4ec3221123f66447acff60415e9a2cbf083 (patch)
treed6a8349929c18f555075d5e97eefd0acaee9c971 /man5
parent5cda2ca28fef1d91918b0e34be40e1ad7f4aee26 (diff)
downloadsbotools2-85c4f4ec3221123f66447acff60415e9a2cbf083.tar.xz
Fix and use Docker for testing
Document testing and provide a docker file for others to use. Also fix some breaking tests for 15.0.
Diffstat (limited to 'man5')
-rw-r--r--man5/sbotools.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index b99a82e..a01a817 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -45,7 +45,7 @@ If set to a version specification, use the SBo repository for that version inste
.P
REPO=(FALSE|url)
.RS
-If set to a url, use that repository instead of the SlackBuilds.org repository for your SLACKWARE_VERSION. Setting this will make the SLACKWARE_VERSION setting redundant. URLs need to either lead to a git repository or an rsync repository. The repository needs to be laid out like the SlackBuilds.org one with a couple of broad categories at the root and under those are subdirectories for each package.
+If set to a url, use that repository instead of the SlackBuilds.org repository for your SLACKWARE_VERSION. Setting this will make the SLACKWARE_VERSION setting redundant. URLs need to either lead to a git repository or an rsync repository. The repository needs to be laid out like the SlackBuilds.org one with a couple of broad categories at the root and under those are subdirectories for each package. When using a local git repository, be sure to tell git it is safe with 'git config --system --add safe.directory URL'.
.RE
.SH SEE ALSO
.P