mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
get ready for Slackware 12.1: update sbopkg, sbopkg.conf.sample, and both man pages to include Slackware 12.1; set default repo to 12.1; no substantive changes otherwise. I will release a point update (0.0.6.1) after 12.1 is released
This commit is contained in:
parent
aef3a7b2c1
commit
d44e2beb2d
@ -1,7 +1,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
RSYNCMIRROR=slackbuilds.org::slackbuilds
|
||||||
SLACKVER=12.0
|
SLACKVER=12.1
|
||||||
LOCALREPO=/home/sbo
|
LOCALREPO=/home/sbo
|
||||||
SRCDIR=/var/cache/sbopkg
|
SRCDIR=/var/cache/sbopkg
|
||||||
TMP=/tmp
|
TMP=/tmp
|
||||||
|
@ -202,6 +202,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:" 20 50 3 \
|
it, please select another version below:" 20 50 3 \
|
||||||
|
"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
|
||||||
if [ $? = 1 ]; then
|
if [ $? = 1 ]; then
|
||||||
@ -724,7 +725,8 @@ ChangeLog.txt and then quit."
|
|||||||
if found,"
|
if found,"
|
||||||
echo " display package information."
|
echo " display package information."
|
||||||
echo " -v version Set the Slackware version for the"
|
echo " -v version Set the Slackware version for the"
|
||||||
echo " mirror (current choices are 11.0 and 12.0)"
|
echo " mirror (current choices are 11.0, 12.0, \
|
||||||
|
and 12.1)"
|
||||||
echo
|
echo
|
||||||
echo "Note: multiple arguments to -b, -q, and -s must be \
|
echo "Note: multiple arguments to -b, -q, and -s must be \
|
||||||
quoted (\"pkg1 pkg2\")"
|
quoted (\"pkg1 pkg2\")"
|
||||||
|
@ -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.0.
|
The default value of SLACKVER is 12.1.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B LOCALREPO
|
.B LOCALREPO
|
||||||
|
@ -101,7 +101,7 @@ than one package is specified, they must be in quotes. For example
|
|||||||
.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 and 12.0.
|
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…
Reference in New Issue
Block a user