add SWVER replaceable parameters

and additional VERSION parms. Now examples in sbopkg(8) and README-repos
which depend on Slackware/SBo versions won't have to choose between
being updated manually or looking out-of-date but will be updated
automatically. The sbopkg VERSIONs are just to be more consistent with
other usage - while svn users won't get to have manual pages saying
'SVN', the manuals' talking about an sbopkg/SVN dir were wrong and the
other uses were at least inconsistent and it's all vcs-specific anyway.
This revision is a tip of the iceberg to a larger backend release
process change. Which. will. happen. any. day... now....
This commit is contained in:
slakmagik 2011-03-20 04:23:38 +00:00
parent bb7509be9d
commit dd62f47dbf
3 changed files with 8 additions and 8 deletions

View File

@ -21,11 +21,11 @@ applicable, it still _must_ be present in the form of an empty quote
A _short_ name identifying the repository; e.g., 'SBo'.
2. BRANCH
A _short_ name identifying the branch of that repository; e.g.,
'11.0'.
'xxxSWVERxxx'.
3. DESCRIPTION
A description of the repo, which _must be quoted_ and must be less
than 50 characters long; e.g., '"SBo repository for Slackware
11.0"'.
xxxSWVERxxx"'.
4. TAG
The tag the built packages will have. (If the built package is
'app-1.0-i486-1_SBo', the tag is '_SBo'.)
@ -47,4 +47,4 @@ applicable, it still _must_ be present in the form of an empty quote
For example, one branch (line) of the sbo.repo file looks like this
(note the seven fields):
SBo 11.0 "SBo repository for Slackware 11.0" _SBo rsync slackbuilds.org::slackbuilds/11.0 GPG
SBo xxxSWVERxxx "SBo repository for Slackware xxxSWVERxxx" _SBo rsync slackbuilds.org::slackbuilds/xxxSWVERxxx GPG

View File

@ -1,5 +1,5 @@
.\"=====================================================================
.TH SBOPKG.CONF 5 "xxxDATExxx" sbopkg-SVN ""
.TH SBOPKG.CONF 5 "xxxDATExxx" sbopkg-xxxVERSIONxxx ""
.\"=====================================================================
.SH NAME
sbopkg.conf \- configuration file for sbopkg
@ -581,5 +581,5 @@ slakmagik
.BR sbopkg (8),
.BR uname (1),
.BR wget (1),
.IR /usr/doc/sbopkg-SVN/*
.IR /usr/doc/sbopkg-xxxVERSIONxxx/*
.\" vim:set tw=72:

View File

@ -1,5 +1,5 @@
.\"=====================================================================
.TH SBOPKG 8 "xxxDATExxx" sbopkg-SVN ""
.TH SBOPKG 8 "xxxDATExxx" sbopkg-xxxVERSIONxxx ""
.\"=====================================================================
.SH NAME
sbopkg \- the SlackBuilds.org package browser
@ -449,7 +449,7 @@ man page for more information about the ``local'' repository.
.IP
The
.I VERSION
format is repository/branch (e.g., SBo/13.1).
format is repository/branch (e.g., SBo/xxxSWVERxxx).
If the repository is omitted,
.B sbopkg
will first look for the specified branch in the default repository.
@ -510,5 +510,5 @@ slakmagik
.BR su (1),
.BR upgradepkg (8),
.BR vi (1),
.IR /usr/doc/sbopkg-SVN/*
.IR /usr/doc/sbopkg-xxxVERSIONxxx/*
.\" vim:set tw=72: