From dd62f47dbff3bc942be75113b408dc455584d555 Mon Sep 17 00:00:00 2001 From: slakmagik Date: Sun, 20 Mar 2011 04:23:38 +0000 Subject: [PATCH] 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.... --- src/usr/doc/README-repos | 6 +++--- src/usr/man/man5/sbopkg.conf.5 | 4 ++-- src/usr/man/man8/sbopkg.8 | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/usr/doc/README-repos b/src/usr/doc/README-repos index fd9adb3..e4fdf45 100644 --- a/src/usr/doc/README-repos +++ b/src/usr/doc/README-repos @@ -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 diff --git a/src/usr/man/man5/sbopkg.conf.5 b/src/usr/man/man5/sbopkg.conf.5 index d44b633..b0539c8 100644 --- a/src/usr/man/man5/sbopkg.conf.5 +++ b/src/usr/man/man5/sbopkg.conf.5 @@ -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: diff --git a/src/usr/man/man8/sbopkg.8 b/src/usr/man/man8/sbopkg.8 index 42c4db7..2fad836 100644 --- a/src/usr/man/man8/sbopkg.8 +++ b/src/usr/man/man8/sbopkg.8 @@ -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: