diff options
author | Slack Coder <slackcoder@server.ky> | 2025-02-19 16:29:54 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-20 14:40:07 -0500 |
commit | 3fb953bbf0f299efb21b08ce2a4212a89681c781 (patch) | |
tree | 236afd39fea91ab38af6dc05fede726c2e47f39e /man1/sboconfig.1 | |
parent | dd7924889b4c956da53935e78f2d2cdeb58eb103 (diff) | |
download | sbotools2-3fb953bbf0f299efb21b08ce2a4212a89681c781.tar.xz |
Make fallback download URL configurable
Diffstat (limited to 'man1/sboconfig.1')
-rw-r--r-- | man1/sboconfig.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index e8c9a35..ef32cd2 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -35,6 +35,11 @@ NOCLEAN: If TRUE, then DO NOT clean working directories after building the slack DISTCLEAN: 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 +-f|--fallback-archive (FALSE|url) +.RS +FALLBACK_ARCHIVE: If set to a url, use that url as a fallback to attempt downloading from when the original URL fails. +.RE +.P -j|--jobs (FALSE|#) .RS JOBS: 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. |