mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
Revert to revision 225 to bring in updates before 12.2
This commit is contained in:
parent
9f2d346892
commit
8aa996a91a
@ -8,7 +8,7 @@
|
||||
# exported as it is used by the SlackBuild scripts as well. Any of
|
||||
# the other variables could be exported as well, if desired.
|
||||
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
||||
SLACKVER=12.2
|
||||
SLACKVER=12.1
|
||||
LOCALREPO=${LOCALREPO:-/home/sbo}
|
||||
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
||||
export TMP=${TMP:-/tmp/SBo}
|
||||
|
@ -457,8 +457,7 @@ while [ 0 ]; do
|
||||
--menu "You are currently using sbopkg to browse a local copy of SBo \
|
||||
for Slackware version $SLACKVER. If you would like to change \
|
||||
it, please select another version below or press <Back> to \
|
||||
go back." 15 50 4 \
|
||||
"12.2" "Slackware version 12.2" \
|
||||
go back." 15 50 3 \
|
||||
"12.1" "Slackware version 12.1" \
|
||||
"12.0" "Slackware version 12.0" \
|
||||
"11.0" "Slackware version 11.0" 2>$TMP/sbopkg_version_selection
|
||||
|
@ -43,7 +43,7 @@ CONTRIBUTORS
|
||||
|
||||
I welcome bug reports, suggestions, patches, or feature requests.
|
||||
Please post any of these to the Issue tracker (kind of like a
|
||||
Bugzilla) on the project's Google page (click the Issues tab) at
|
||||
Bugzilla) on the project's home page (click the Issues tab) at
|
||||
http://code.google.com/p/sbopkg so I can keep track of them. There
|
||||
have been many contributors so far, and they are all mentioned near
|
||||
the top of the sbopkg script itself. Thanks to everyone who has
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH SBOPKG.CONF 5 "December 2008" sbopkg-SVN ""
|
||||
.TH SBOPKG.CONF 5 "October 2008" sbopkg-SVN ""
|
||||
.SH NAME
|
||||
.B sbopkg.conf
|
||||
\- Configuration file for sbopkg
|
||||
@ -20,7 +20,7 @@ The different configuration options are:
|
||||
This option allows the user to set the rsync mirror of the SBo
|
||||
repository that will be used by sbopkg.
|
||||
|
||||
The default value of RSYNCMIRROR: is slackbuilds.org::slackbuilds.
|
||||
The default value of RSYNCMIRROR is slackbuilds.org::slackbuilds.
|
||||
|
||||
.TP 5
|
||||
.B SLACKVER
|
||||
@ -28,7 +28,7 @@ The default value of RSYNCMIRROR: is slackbuilds.org::slackbuilds.
|
||||
This option allows the user to set the default Slackware version in
|
||||
order to rsync with the matching SBo repository.
|
||||
|
||||
The default value of SLACKVER is: 12.2.
|
||||
The default value of SLACKVER is 12.1.
|
||||
|
||||
.TP 5
|
||||
.B LOCALREPO
|
||||
@ -36,7 +36,7 @@ The default value of SLACKVER is: 12.2.
|
||||
This option allows the user to set the location of the local rsync
|
||||
mirror of the SBo repository.
|
||||
|
||||
The default value of LOCALREPO is: LOCALREPO=${LOCALREPO:-/home/sbo}.
|
||||
The default value of LOCALREPO is /home/sbo.
|
||||
|
||||
.TP 5
|
||||
.B SRCDIR
|
||||
@ -44,16 +44,15 @@ The default value of LOCALREPO is: LOCALREPO=${LOCALREPO:-/home/sbo}.
|
||||
This option contains the location of the cache directory where
|
||||
source downloads will be saved.
|
||||
|
||||
The default value of SRCDIR is: SRCDIR=${SRCDIR:-/var/cache/sbopkg}.
|
||||
The default value of SRCDIR is /var/cache/sbopkg.
|
||||
|
||||
.TP 5
|
||||
.B TMP
|
||||
.br
|
||||
This options sets the default directory where certain working files
|
||||
are saved on a temporary basis. TMP must be exported as it is also
|
||||
used by the SBo SlackBuilds.
|
||||
This options sets the default directory where certain working
|
||||
files are saved on a temporary basis.
|
||||
|
||||
The default value of TMP is: export TMP=${TMP:-/home/sbo/tmp}
|
||||
The default value of TMP is /tmp/SBo.
|
||||
|
||||
.TP 5
|
||||
.B KEEPLOG
|
||||
@ -64,7 +63,7 @@ with sbopkg in order to go back and review the build, and any errors,
|
||||
after exiting sbopkg. If set to YES, this permanent log is saved at
|
||||
$TMP/sbopkg-build-log.
|
||||
|
||||
The default value of KEEPLOG is: YES.
|
||||
The default value of KEEPLOG is YES.
|
||||
|
||||
.TP 5
|
||||
.B TERMBUILD
|
||||
@ -75,7 +74,7 @@ instead of the dialog interface. The advantage of doing so allows
|
||||
the user to use Ctrl-S to pause the output, Ctrl-Q to resume the
|
||||
output, and to page up and down to view the final output.
|
||||
|
||||
The default value of TERMBUILD is: NO.
|
||||
The default value of TERMBUILD is NO.
|
||||
|
||||
.TP 5
|
||||
.B RSYNCFLAGS
|
||||
@ -88,7 +87,7 @@ Note: the rsync command in sbopkg already uses the --archive,
|
||||
--delete, and --exclude flags, so there is no need to add them to the
|
||||
RSYNCFLAGS option. Changing these default options is not recommended.
|
||||
|
||||
The default value of RSYNCFLAGS is: "--timeout=10 --verbose".
|
||||
The default value of RSYNCFLAGS is "--timeout=10 --verbose".
|
||||
|
||||
.TP 5
|
||||
.B WGETFLAGS
|
||||
@ -101,7 +100,7 @@ not work. Note: the wget command in sbopkg already uses the -O flag,
|
||||
so there is no need to add that to the WGETFLAGS option. Changing
|
||||
these default options is not recommended.
|
||||
|
||||
The default value of WGETFLAGS is: "--continue --progress-bar
|
||||
The default value of WGETFLAGS is "--continue --progress-bar
|
||||
--timeout=10 --tries=5".
|
||||
|
||||
.SH FILES
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH SBOPKG 8 "December 2008" sbopkg-SVN ""
|
||||
.TH SBOPKG 8 "August 2008" sbopkg-SVN ""
|
||||
.SH NAME
|
||||
.B sbopkg
|
||||
\ - The SlackBuilds.org Package Browser
|
||||
@ -121,7 +121,7 @@ will search for foo and then bar.
|
||||
.TP 5
|
||||
.B -v VERSION
|
||||
Set the Slackware version to use for the matching local SBo mirror.
|
||||
Current options are 11.0, 12.0, 12.1, and 12.2.
|
||||
Current options are 11.0, 12.0, and 12.1.
|
||||
|
||||
.SH FILES
|
||||
.B /etc/sbopkg/sbopkg.conf
|
||||
|
Loading…
Reference in New Issue
Block a user