diff -r 71503088f51b -r f880f219c566 openpkg/release.8 --- a/openpkg/release.8 Tue Jul 31 12:12:54 2012 +0200 +++ b/openpkg/release.8 Tue Jul 31 12:23:42 2012 +0200 @@ -1,15 +1,7 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.32 +.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.22) .\" .\" Standard preamble: .\" ======================================================================== -.de Sh \" Subsection heading -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp @@ -25,11 +17,11 @@ .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left -.\" double quote, and \*(R" will give a right double quote. | will give a -.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to -.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' -.\" expand to `' in nroff, nothing in troff, for use with C<>. -.tr \(*W-|\(bv\*(Tr +.\" double quote, and \*(R" will give a right double quote. \*(C+ will +.\" give a nicer C++. Capital omega is used to do unbreakable dashes and +.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, +.\" nothing in troff, for use with C<>. +.tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- @@ -48,22 +40,25 @@ . ds R" '' 'br\} .\" +.\" Escape single quotes in literal strings from groff's Unicode transform. +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" .\" If the F register is turned on, we'll generate index entries on stderr for -.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index +.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. -.if \nF \{\ +.ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} -.\" -.\" For nroff, turn off justification. Always turn off hyphenation; it makes -.\" way too many mistakes in technical documents. -.hy 0 -.if n .na +.el \{\ +. de IX +.. +.\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. @@ -130,8 +125,12 @@ .\" .IX Title "RELEASE 8" .TH RELEASE 8 "OpenPKG" "RELEASE(8)" "OpenPKG" +.\" For nroff, turn off justification. Always turn off hyphenation; it makes +.\" way too many mistakes in technical documents. +.if n .ad l +.nh .SH "NAME" -\&\fBopenpkg release\fR \- OpenPKG Release Utility +openpkg release \- OpenPKG Release Utility .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBopenpkg release\fR [\fB\-F\fR|\fB\-\-fmt\fR \fIformat\fR] @@ -148,19 +147,20 @@ The output format specification. The argument \fIformat\fR is an arbitrary string which can contain the special expansion constructs "\f(CW%t\fR\*(L" for expanding the release tag, \*(R"\f(CW%u\fR\*(L" for expanding the distribution \s-1URL\s0 -and \*(R"\f(CW\*(C`\en\*(C'\fR" for expanding an embedded newline character. +and \*(R"\f(CW\*(C`\en\*(C'\fR" for expanding an embedded newline character. The instance \s-1UUID\s0 information is also availble by expanding \&\f(CW%r\fR to \s-1UUID_REGISTRY\s0, \f(CW%i\fR to \s-1UUID_INSTANCE\s0, \f(CW%p\fR to \s-1UUID_PLATFORM\s0. The default \fIformat\fR is "\f(CW\*(C`OpenPKG\-%t %u\*(C'\fR". .IP "\fB\-r\fR, \fB\-\-release\fR \fIrelease\fR" 4 .IX Item "-r, --release release" The package "\f(CW\*(C`Release\*(C'\fR" header value to use for deriving the release -tag. The values in the \fI@l_prefix@/etc/openpkg/release\fR file and the +tag. The values in the \fI\f(CI@l_prefix\fI@/etc/openpkg/release\fR file and the "\f(CW\*(C`Release\*(C'\fR" header of the bootstrap package \fBopenpkg\fR are ignored if this option is used. .SH "FILES" .IX Header "FILES" -.IP "\fI@l_prefix@/etc/openpkg/release\fR" 4 +.ie n .IP "\fI\fI@l_prefix\fI@/etc/openpkg/release\fR" 4 +.el .IP "\fI\f(CI@l_prefix\fI@/etc/openpkg/release\fR" 4 .IX Item "@l_prefix@/etc/openpkg/release" This optional configuration file can be used to explicitly set values for the OpenPKG release tag and distribution URLs. It consists of lines @@ -178,43 +178,33 @@ The fully-qualified distribution \s-1URL\s0 based on either the "\f(CW\*(C`ftp\*(C'\fR\*(L", \&\*(R"\f(CW\*(C`http\*(C'\fR\*(L" or \*(R"\f(CW\*(C`file\*(C'\fR" \s-1URL\s0 schemes. If \fIurl\fR contains a trailing "\f(CW\*(C`/*\*(C'\fR", this is expanded according to the \fItag\fR value of the \fB\s-1TAG\s0\fR -variable and the corresponding filesystem layout on \f(CW\*(C`ftp.openpkg.org\*(C'\fR. -The default \fIurl\fR is "\f(CW\*(C`ftp://ftp.openpkg.org/*\*(C'\fR". +variable and the corresponding filesystem layout on \f(CW\*(C`download.openpkg.org\*(C'\fR. +The default \fIurl\fR is "\f(CW\*(C`http://download.openpkg.org/stacks/*\*(C'\fR". +.RE .RS 4 .RE -.RS 4 .SH "EXAMPLE" .IX Header "EXAMPLE" .Vb 2 \& $ openpkg release -\& OpenPKG-CURRENT ftp://ftp.openpkg.org/current/SRC/ -.Ve -.Sp -.Vb 2 -\& $ openpkg release --fmt=%t +\& OpenPKG\-CURRENT http://download.openpkg.org/stacks/current/ +\& +\& $ openpkg release \-\-fmt=%t \& CURRENT -.Ve -.Sp -.Vb 2 -\& $ openpkg release --fmt=%u -\& ftp://ftp.openpkg.org/current/SRC/ -.Ve -.Sp -.Vb 3 -\& $ openpkg release --fmt="OpenPKG %t is located at:\e\en%u" +\& +\& $ openpkg release \-\-fmt=%u +\& http://download.openpkg.org/stacks/current/ +\& +\& $ openpkg release \-\-fmt="OpenPKG %t is located at:\e\en%u" \& OpenPKG CURRENT is located at: -\& ftp://ftp.openpkg.org/current/SRC/ -.Ve -.Sp -.Vb 2 -\& $ openpkg release --release=2.5.4 --fmt=%t -\& 2.5-RELEASE -.Ve -.Sp -.Vb 3 +\& http://download.openpkg.org/stacks/current/ +\& +\& $ openpkg release \-\-release=2.5.4 \-\-fmt=%t +\& 2.5\-RELEASE +\& \& $ cat /openpkg/etc/openpkg/release -\& TAG=2-STABLE-20060622 -\& URL=ftp://ftp.example.com/mirror/openpkg.org/* +\& TAG=CURRENT +\& URL=http://download.example.com/stack/current/ .Ve .SH "SEE ALSO" .IX Header "SEE ALSO"