mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-13 20:01:13 +01:00
after discussions on IRC, I decided to change sbopkg.conf.sample back to simply a listing of variables without the option to pass environmental variables. I think exporting variables or some such complicates matters for this tool and it is really not needed. Also edited sbopkg.8 man page to remove references to environmental variables.
This commit is contained in:
parent
d8563bce1c
commit
6eef7054d2
2 changed files with 20 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
RSYNCMIRROR=${RSYNCMIRROR:-slackbuilds.org::slackbuilds}
|
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
||||||
SLACKVER=${SLACKVER:-12.0}
|
SLACKVER=12.0
|
||||||
LOCALREPO=${LOCALREPO:-/home/sbo}
|
LOCALREPO=/home/sbo
|
||||||
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
SRCDIR=/var/cache/sbopkg
|
||||||
TMP=${TMP:-/tmp}
|
TMP=/tmp
|
||||||
KEEPLOG=${KEEPLOG:-YES}
|
KEEPLOG=YES
|
||||||
|
|
|
@ -23,16 +23,19 @@ Sbopkg can be run from the command line by simply invoking "sbopkg."
|
||||||
Doing so will launch the dialog-based interface, and the menus
|
Doing so will launch the dialog-based interface, and the menus
|
||||||
provided should be fairly explanatory. The main menu allows the user
|
provided should be fairly explanatory. The main menu allows the user
|
||||||
to rsync with the SlackBuilds.org repository, view the SlackBuilds.org
|
to rsync with the SlackBuilds.org repository, view the SlackBuilds.org
|
||||||
Changelog, display the contents of the local cache directory, and
|
Changelog, display the contents of the local cache directory, display
|
||||||
browse the local copy of the SBo repository. Once the browse function
|
the permanent build log, and browse the local copy of the SBo
|
||||||
is chosen, the user can select the category of software to view.
|
repository. Once the browse function is chosen, the user can select
|
||||||
After choosing a category, the user can then view the various software
|
the category of software to view. After choosing a category, the user
|
||||||
packages available in the local SBo repository. Selecting a package
|
can then view the various software packages available in the local SBo
|
||||||
will display another menu allowing the user to view the package's
|
repository. Selecting a package will display another menu allowing
|
||||||
README, SlackBuild, .info, or slack-desc file. Additionally, if
|
the user to view the package's README, SlackBuild, .info, or
|
||||||
sbopkg is run with root privileges, then the user can choose to build
|
slack-desc file. The user can also edit the SlackBuild and the edited
|
||||||
a package as well. If KEEPLOG is set to YES in the sbopkg.conf file
|
SlackBuild will remain after doig an rsync. Additionally, if sbopkg
|
||||||
then a permanent log of the build process is saved in
|
is run with root privileges, then the user can choose to build a
|
||||||
|
package as well using either the original SlackBuild or the
|
||||||
|
locally-edited one if present. If KEEPLOG is set to YES in the
|
||||||
|
sbopkg.conf file then a permanent log of the build process is saved in
|
||||||
/tmp/sbopkg-build-log.
|
/tmp/sbopkg-build-log.
|
||||||
|
|
||||||
Alternatively, sbopkg can be run from the command line without using
|
Alternatively, sbopkg can be run from the command line without using
|
||||||
|
@ -53,9 +56,7 @@ local SBo repository
|
||||||
.B -f
|
.B -f
|
||||||
Override the default configuration file, which is located by
|
Override the default configuration file, which is located by
|
||||||
default at /etc/sbopkg/sbopkg.conf, with another configuration
|
default at /etc/sbopkg/sbopkg.conf, with another configuration
|
||||||
file. Alternatively, the options contained in the configuration
|
file.
|
||||||
file can be overridden by using command line options or custom
|
|
||||||
environmental variables.
|
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B -h
|
.B -h
|
||||||
|
|
Loading…
Reference in a new issue