sbotools.conf
NAME
DESCRIPTION
SEE ALSO
AUTHORS
MAINTAINER
NAME
sbotools.conf - configuration file for sbotools commands
DESCRIPTION
/etc/sbotools/sbotools.conf contains KEY=VALUE configuration parameters, and is read by all sbotools commands.
The current configuration keys are as follows:
CLASSIC=(FALSE|TRUE)
If TRUE, automatically enable RSYNC_DEFAULT and BUILD_IGNORE (overriding the contents of this file). Build increment and out-of-tree SlackBuild checks by sbocheck(1) are disabled, and previously-used build options will not be displayed. This provides a more traditional sbotools look and feel for those who want it.
DISTCLEAN=(FALSE|TRUE)
If TRUE, then remove the package and source archives after building. Source archives are otherwise retained in /usr/sbo/distfiles (with SBO_HOME=/usr/sbo) by default. If PKG_DIR is set, package archives will be saved there regardless of DISTCLEAN.
JOBS=(FALSE|#)
If numerical, pass to the -j argument when a SlackBuild invoking make is run.
NOCLEAN=(FALSE|TRUE)
If TRUE, do not clean working directories after building. These are the build and package-(sbo) directories under /tmp/SBo (or $TMP).
GIT_BRANCH=(FALSE|branch_name)
If FALSE, use the default git branch for the Slackware version, if any. If branch_name, attempt to change branches to branch_name when using sbosnap(1) or sbocheck(1) with an upstream git repository.
BUILD_IGNORE=(FALSE|TRUE)
If TRUE, do not perform upgrades unless the version number differs. By default, upgrades also occur when the build number differs.
PKG_DIR=(FALSE|/path)
If set to a path, packages will be stored there after installation. This overrides the DISTCLEAN setting for saved packages.
SBO_HOME=(/usr/sbo|/path)
If set to a path, this is where the slackbuilds.org tree will be stored. The default setting is /usr/sbo. The tree must be re-downloaded with sbosnap fetch if the SBO_HOME setting changes.
LOCAL_OVERRIDES=(FALSE|/path)
If set to a path, any directory name under that path matching a SlackBuild name will be used in preference to the in-tree version. This will work even if the SlackBuild is out-of-tree. README, slack-desc, an info file and a SlackBuild must all be present.
SLACKWARE_VERSION=(FALSE|#.#)
If set to a version number, use the slackbuilds.org repository for that version of Slackware rather than the one specified in /etc/slackware-version.
REPO=(FALSE|url)
If set to a git or rsync URL, use that repository instead of the sbotools default for your SLACKWARE_VERSION. The default repositories are under rsync://slackbuilds.org/slackbuilds if RSYNC_DEFAULT is TRUE and https://gitlab.com/SlackBuilds.org otherwise. The repository must be laid out in the same manner as one found at https://git.slackbuilds.org/slackbuilds such that SlackBuild directories are under the category directories.
RSYNC_DEFAULT=(FALSE|TRUE)
If set to TRUE, use rsync default mirrors except for Slackware -current.
SEE ALSO
sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboremove(1), sbosnap(1), sboupgrade(1)
AUTHORS
Jacob Pipkin <j (at) dawnrazor (dot) net>
Luke Williams <xocel (at) iquidus (dot) org>
Andreas Guldstrand <andreas (dot) guldstrand (at) gmail (dot) com>
MAINTAINER
K. Eugene Carlson <kvngncrlsn (at) gmail (dot) com>