mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-05 08:46:34 +01:00
Revert to revision 225 to bring in updates before 12.2
This commit is contained in:
parent
9f2d346892
commit
8aa996a91a
5 changed files with 17 additions and 19 deletions
|
@ -8,7 +8,7 @@
|
||||||
# exported as it is used by the SlackBuild scripts as well. Any of
|
# exported as it is used by the SlackBuild scripts as well. Any of
|
||||||
# the other variables could be exported as well, if desired.
|
# the other variables could be exported as well, if desired.
|
||||||
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
||||||
SLACKVER=12.2
|
SLACKVER=12.1
|
||||||
LOCALREPO=${LOCALREPO:-/home/sbo}
|
LOCALREPO=${LOCALREPO:-/home/sbo}
|
||||||
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
SRCDIR=${SRCDIR:-/var/cache/sbopkg}
|
||||||
export TMP=${TMP:-/tmp/SBo}
|
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 \
|
--menu "You are currently using sbopkg to browse a local copy of SBo \
|
||||||
for Slackware version $SLACKVER. If you would like to change \
|
for Slackware version $SLACKVER. If you would like to change \
|
||||||
it, please select another version below or press <Back> to \
|
it, please select another version below or press <Back> to \
|
||||||
go back." 15 50 4 \
|
go back." 15 50 3 \
|
||||||
"12.2" "Slackware version 12.2" \
|
|
||||||
"12.1" "Slackware version 12.1" \
|
"12.1" "Slackware version 12.1" \
|
||||||
"12.0" "Slackware version 12.0" \
|
"12.0" "Slackware version 12.0" \
|
||||||
"11.0" "Slackware version 11.0" 2>$TMP/sbopkg_version_selection
|
"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.
|
I welcome bug reports, suggestions, patches, or feature requests.
|
||||||
Please post any of these to the Issue tracker (kind of like a
|
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
|
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
|
have been many contributors so far, and they are all mentioned near
|
||||||
the top of the sbopkg script itself. Thanks to everyone who has
|
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
|
.SH NAME
|
||||||
.B sbopkg.conf
|
.B sbopkg.conf
|
||||||
\- Configuration file for sbopkg
|
\- 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
|
This option allows the user to set the rsync mirror of the SBo
|
||||||
repository that will be used by sbopkg.
|
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
|
.TP 5
|
||||||
.B SLACKVER
|
.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
|
This option allows the user to set the default Slackware version in
|
||||||
order to rsync with the matching SBo repository.
|
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
|
.TP 5
|
||||||
.B LOCALREPO
|
.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
|
This option allows the user to set the location of the local rsync
|
||||||
mirror of the SBo repository.
|
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
|
.TP 5
|
||||||
.B SRCDIR
|
.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
|
This option contains the location of the cache directory where
|
||||||
source downloads will be saved.
|
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
|
.TP 5
|
||||||
.B TMP
|
.B TMP
|
||||||
.br
|
.br
|
||||||
This options sets the default directory where certain working files
|
This options sets the default directory where certain working
|
||||||
are saved on a temporary basis. TMP must be exported as it is also
|
files are saved on a temporary basis.
|
||||||
used by the SBo SlackBuilds.
|
|
||||||
|
|
||||||
The default value of TMP is: export TMP=${TMP:-/home/sbo/tmp}
|
The default value of TMP is /tmp/SBo.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B KEEPLOG
|
.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
|
after exiting sbopkg. If set to YES, this permanent log is saved at
|
||||||
$TMP/sbopkg-build-log.
|
$TMP/sbopkg-build-log.
|
||||||
|
|
||||||
The default value of KEEPLOG is: YES.
|
The default value of KEEPLOG is YES.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B TERMBUILD
|
.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
|
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.
|
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
|
.TP 5
|
||||||
.B RSYNCFLAGS
|
.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
|
--delete, and --exclude flags, so there is no need to add them to the
|
||||||
RSYNCFLAGS option. Changing these default options is not recommended.
|
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
|
.TP 5
|
||||||
.B WGETFLAGS
|
.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
|
so there is no need to add that to the WGETFLAGS option. Changing
|
||||||
these default options is not recommended.
|
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".
|
--timeout=10 --tries=5".
|
||||||
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH SBOPKG 8 "December 2008" sbopkg-SVN ""
|
.TH SBOPKG 8 "August 2008" sbopkg-SVN ""
|
||||||
.SH NAME
|
.SH NAME
|
||||||
.B sbopkg
|
.B sbopkg
|
||||||
\ - The SlackBuilds.org Package Browser
|
\ - The SlackBuilds.org Package Browser
|
||||||
|
@ -121,7 +121,7 @@ will search for foo and then bar.
|
||||||
.TP 5
|
.TP 5
|
||||||
.B -v VERSION
|
.B -v VERSION
|
||||||
Set the Slackware version to use for the matching local SBo mirror.
|
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
|
.SH FILES
|
||||||
.B /etc/sbopkg/sbopkg.conf
|
.B /etc/sbopkg/sbopkg.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue