From 85c4f4ec3221123f66447acff60415e9a2cbf083 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Thu, 9 Jan 2025 14:00:22 -0500 Subject: 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. --- man5/sbotools.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man5') 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 -- cgit v1.2.3