1.1 --- a/openpkg/release.pod Tue Jul 31 12:12:54 2012 +0200 1.2 +++ b/openpkg/release.pod Tue Jul 31 12:23:42 2012 +0200 1.3 @@ -1,14 +1,13 @@ 1.4 ## 1.5 ## release -- OpenPKG Release Utility 1.6 -## Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/> 1.7 -## Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/> 1.8 +## Copyright (c) 2000-2012 OpenPKG GmbH <http://openpkg.com/> 1.9 ## 1.10 -## Permission to use, copy, modify, and distribute this software for 1.11 -## any purpose with or without fee is hereby granted, provided that 1.12 -## the above copyright notice and this permission notice appear in all 1.13 -## copies. 1.14 +## This software is property of the OpenPKG GmbH, DE MUC HRB 160208. 1.15 +## All rights reserved. Licenses which grant limited permission to use, 1.16 +## copy, modify and distribute this software are available from the 1.17 +## OpenPKG GmbH. 1.18 ## 1.19 -## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 1.20 +## THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED 1.21 ## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 1.22 ## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 1.23 ## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR 1.24 @@ -48,7 +47,7 @@ 1.25 The output format specification. The argument I<format> is an arbitrary 1.26 string which can contain the special expansion constructs "C<%t>" for 1.27 expanding the release tag, "C<%u>" for expanding the distribution URL 1.28 -and "C<\n>" for expanding an embedded newline character. 1.29 +and "C<\n>" for expanding an embedded newline character. 1.30 The instance UUID information is also availble by expanding 1.31 C<%r> to UUID_REGISTRY, C<%i> to UUID_INSTANCE, C<%p> to UUID_PLATFORM. 1.32 The default I<format> is "C<OpenPKG-%t %u>". 1.33 @@ -87,34 +86,34 @@ 1.34 The fully-qualified distribution URL based on either the "C<ftp>", 1.35 "C<http>" or "C<file>" URL schemes. If I<url> contains a trailing 1.36 "C</*>", this is expanded according to the I<tag> value of the B<TAG> 1.37 -variable and the corresponding filesystem layout on C<ftp.openpkg.org>. 1.38 -The default I<url> is "C<ftp://ftp.openpkg.org/*>". 1.39 +variable and the corresponding filesystem layout on C<download.openpkg.org>. 1.40 +The default I<url> is "C<http://download.openpkg.org/stacks/*>". 1.41 1.42 -=over 1.43 +=back 1.44 1.45 =back 1.46 1.47 =head1 EXAMPLE 1.48 1.49 $ openpkg release 1.50 - OpenPKG-CURRENT ftp://ftp.openpkg.org/current/SRC/ 1.51 + OpenPKG-CURRENT http://download.openpkg.org/stacks/current/ 1.52 1.53 $ openpkg release --fmt=%t 1.54 CURRENT 1.55 1.56 $ openpkg release --fmt=%u 1.57 - ftp://ftp.openpkg.org/current/SRC/ 1.58 + http://download.openpkg.org/stacks/current/ 1.59 1.60 $ openpkg release --fmt="OpenPKG %t is located at:\\n%u" 1.61 OpenPKG CURRENT is located at: 1.62 - ftp://ftp.openpkg.org/current/SRC/ 1.63 + http://download.openpkg.org/stacks/current/ 1.64 1.65 $ openpkg release --release=2.5.4 --fmt=%t 1.66 2.5-RELEASE 1.67 1.68 $ cat /openpkg/etc/openpkg/release 1.69 - TAG=2-STABLE-20060622 1.70 - URL=ftp://ftp.example.com/mirror/openpkg.org/* 1.71 + TAG=CURRENT 1.72 + URL=http://download.example.com/stack/current/ 1.73 1.74 =head1 SEE ALSO 1.75