sbotest is a reverse dependency build tester based on the sbotools library.
This sbotools companion script is written with script maintainers in mind: Easily build and test scripts with their reverse dependencies in a single command. Maintain an archive for built dependencies and keep it up-to-date with sbotest --archive-rebuild.
sbotest is configured separately from sbotools. See the contents of /etc/sbotest, or run sbotest config and sbotest hints to set options from the command line.
See the man page for more information about options and settings!
- tools: Add a script to make a submission-ready archive.
- Compatibility bump
- Account for the new IDLE_BUILD setting; add --idle-build
- Thanks to shamefulCake1 for the sbotools request
- bin/test: Correct the valid package types
- Compatibility bump
- Account for the new NICENESS setting; add --niceness
- Thanks to shamefulCake1 for the sbotools request
- Show version and build number in the results summary where appropriate
- bin/test: Add a --force option to rebuild up-to-date packages with full repo and archive rebuilds
- bin/test: Add a --series option to test everything in a series
- bin/test: More efficient queue score calculation
- bin/test: Faster reusable package detection for dry runs
- Compatibility bump
- Document the manual download directory and symlink
- Document the new SBO_HOME default of /var/lib/sbotest, etc.
- Account for the NO_SOCHECK setting; replace --so-check with --no-socheck
- Account for the new NONET setting
- Compatibility bump
A SlackBuild is available at SlackBuilds.org.
To use a development version:
- Use sbotools-git-slackbuild to upgrade sbotools to version
20260809_92a0b0eat the oldest. - Clone the sbotest repository.
- Run
./tools/source_to_slackbuild.shfrom the root of the local repository. - Run the SlackBuild in
slackbuild/sbotest.
Issues and requests are welcome; if running post-release sbotest, please indicate the most recent commit with the output of:
git log | head -n 1
Jacob Pipkin, Luke Williams and Andreas Guldstrand are the original authors of sbotools.
B. Watson is the author and maintainer of sbo-maintainer-tools.
sbotest was designed and intended to be run in a build-testing environment, such as a virtual machine or a Docker image. Using sbotest on a general-purpose Slackware installation is unsupported and unadvisable.