aboutsummaryrefslogtreecommitdiff
path: root/man5
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-02-19 16:29:54 -0500
committerSlack Coder <slackcoder@server.ky>2025-02-20 14:40:07 -0500
commit3fb953bbf0f299efb21b08ce2a4212a89681c781 (patch)
tree236afd39fea91ab38af6dc05fede726c2e47f39e /man5
parentdd7924889b4c956da53935e78f2d2cdeb58eb103 (diff)
downloadsbotools2-3fb953bbf0f299efb21b08ce2a4212a89681c781.tar.xz
Make fallback download URL configurable
Diffstat (limited to 'man5')
-rw-r--r--man5/sbotools.conf.55
1 files changed, 5 insertions, 0 deletions
diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5
index 44765cb..d76c11a 100644
--- a/man5/sbotools.conf.5
+++ b/man5/sbotools.conf.5
@@ -13,6 +13,11 @@ DISTCLEAN=(FALSE|TRUE)
If TRUE, then DO remove the source code after building the slackbuild. 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
+FALLBACK_ARCHIVE=(FALSE|url)
+.RS
+If set to a url, use that url as a fallback to attempt downloading from when the original URL fails.
+.RE
+.P
JOBS=(FALSE|#)
.RS
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.