diff options
Diffstat (limited to 'man5/sbotools.conf.5')
-rw-r--r-- | man5/sbotools.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5 index a01a817..becb122 100644 --- a/man5/sbotools.conf.5 +++ b/man5/sbotools.conf.5 @@ -18,6 +18,11 @@ JOBS=(FALSE|#) If numeric (2,5,10, etc), then that number will be fed to the "-j" argument to make when a SlackBuild which invokes "make" is run. This only makes sense on multicore systems, where one might set the JOBS to the number of available cores, or half that number, etc. .RE .P +GPG_KEy=(FALSE|KEY_ID) +.RS +GPG_KEy: Use GPG to verify the slackbuilds.org tree on download using this GPG key. The default is configured to slackbuild.org's key 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6'. You may want to disable if you are using Slackware current. Set to FALSE to disable. +.RE +.P NOCLEAN=(FALSE|TRUE) .RS If TRUE, then DO NOT clean working directories after building the slackbuild. These are the directories where the source is unpacked and compiled, and where the package is put together in, which are under /tmp/SBo (or $TMP). By default, these directories are removed after building a slackbuild. 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). |