aboutsummaryrefslogtreecommitdiff
path: root/man5/sbotools.conf.5
diff options
context:
space:
mode:
authorJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-08 00:44:49 -0500
committerJacob Pipkin <d4wnr4z0r@yahoo.com>2012-05-08 00:44:49 -0500
commitb7afd023a8e5ff86f751196984ba87dcb9d451cd (patch)
tree0e6add668d896be591972c4e7fb2a02b31488770 /man5/sbotools.conf.5
downloadsbotools-b7afd023a8e5ff86f751196984ba87dcb9d451cd.tar.xz
initial repo add
Diffstat (limited to 'man5/sbotools.conf.5')
-rw-r--r--man5/sbotools.conf.535
1 files changed, 35 insertions, 0 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
new file mode 100644
index 0000000..2aebade
--- /dev/null
+++ b/man5/sbotools.conf.5
@@ -0,0 +1,35 @@
+.TH sbotools.conf 5 "Pungenday, the 45th day of Discord in the YOLD 3178" "sbotools 0.1 fnord" dawnrazor.net
+.SH NAME
+.P
+sbotools.conf - configuration file for sbotools commands.
+.SH DESCRIPTION
+.P
+This file, location at /etc/sbotools/sbotools.conf, contains key=value configuration parameters, and is read by all of the sbotools commands.
+.P
+The current configuration keys are as follows:
+.P
+NOCLEAN=(TRUE|FALSE)
+.RS
+If TRUE, then DO NOT clean working directories after building the SBo. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo. By default, these directories are removed after building an SBo. Setting this option to TRUE causes the working directories to not be cleaned by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+.RE
+.P
+DISTCLEAN=(TRUE|FALSE)
+.RS
+If TRUE, then DO remove the source code after building the SBo. By default, the source code is not removed, and lives under $SBO_HOME/distfiles, which, by default, is /usr/sbo/distfiles. Setting this option to TRUE causes the source code to be removed by default. This can be overridden when running sboupgrade(1)/sboinstall(1).
+.RE
+.P
+PKG_DIR=(/path|FALSE)
+.RS
+If set to a path, packages will be stored at the given location after building and installing. By default, packages are left where they are deposited by SlackBuilds, which is typically (probably always) /tmp. If PKG_DIR is FALSE and DISTCLEAN is TRUE (either in sbotools.conf(5) or at sboupgrade/sboinstall runtime), the package will be deleted. If this option is set to a path in the filesystem, the package will be stored in that directory, regardless of any DISTCLEAN option.
+.RE
+.P
+SBO_HOME=(/path|/usr/sbo)
+.RS
+If set to a path, this is where the slackbuilds.org tree will live; by default, /usr/sbo will be used. If the tree should live elsewhere, this option can be set to the path where the tree should live. Note that if you set this option after fetching the tree to a different location (such as the default), you will need to fetch the tree again.
+.RE
+.SH SEE ALSO
+.P
+sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1)
+.SH AUTHOR
+.P
+Jacob Pipkin <j@dawnrazor.net>