1
0
mirror of synced 2026-01-20 09:34:58 +00:00

2006-08-27 21:31:30 by steve

v2.5 release.
This commit is contained in:
steve 2006-08-27 21:31:30 +00:00
parent 05f5e1191e
commit ec09303686
8 changed files with 23 additions and 23 deletions

View File

@ -7,14 +7,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.78 2006-08-24 20:35:31 steve Exp $
# $Id: Makefile,v 1.79 2006-08-27 21:31:30 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 2.4
VERSION = 2.5
BASE = xen-tools

View File

@ -454,7 +454,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.90 2006-08-27 21:30:26 steve Exp $
$Id: xen-create-image,v 1.91 2006-08-27 21:31:30 steve Exp $
=cut
@ -501,7 +501,7 @@ my $MOUNT_POINT = undef;
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
@ -961,7 +961,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.90 $';
my $REVISION = '$Revision: 1.91 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -102,7 +102,7 @@ Specify the LVM volume group where images were previously saved.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.16 2006-08-22 20:06:42 steve Exp $
$Id: xen-delete-image,v 1.17 2006-08-27 21:31:30 steve Exp $
=cut
@ -137,7 +137,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
@ -291,7 +291,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.16 $';
my $REVISION = '$Revision: 1.17 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -67,7 +67,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.14 2006-08-22 20:06:42 steve Exp $
$Id: xen-list-images,v 1.15 2006-08-27 21:31:30 steve Exp $
=cut
@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
@ -240,7 +240,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.14 $';
my $REVISION = '$Revision: 1.15 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -82,7 +82,7 @@ Specify the LVM volume group which contains the image(s).
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.10 2006-08-22 20:06:42 steve Exp $
$Id: xen-update-image,v 1.11 2006-08-27 21:31:30 steve Exp $
=cut
@ -117,7 +117,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
#
@ -354,7 +354,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.10 $';
my $REVISION = '$Revision: 1.11 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{

View File

@ -96,7 +96,7 @@ xt-create-config - Create a Xen configuration file for a new guest
--
http://www.steve.org.uk/
$Id: xt-create-xen-config,v 1.18 2006-08-22 20:06:42 steve Exp $
$Id: xt-create-xen-config,v 1.19 2006-08-27 21:31:30 steve Exp $
=cut
@ -137,7 +137,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
@ -203,7 +203,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.18 $';
my $REVISION = '$Revision: 1.19 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -66,7 +66,7 @@ xt-customize-image - Customize a freshly installed copy of GNU/Linux
--
http://www.steve.org.uk/
$Id: xt-customize-image,v 1.17 2006-08-22 20:06:42 steve Exp $
$Id: xt-customize-image,v 1.18 2006-08-27 21:31:30 steve Exp $
=cut
@ -99,7 +99,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
@ -165,7 +165,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.17 $';
my $REVISION = '$Revision: 1.18 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;

View File

@ -80,7 +80,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
--
http://www.steve.org.uk/
$Id: xt-install-image,v 1.33 2006-08-24 12:43:06 steve Exp $
$Id: xt-install-image,v 1.34 2006-08-27 21:31:30 steve Exp $
=cut
@ -112,7 +112,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '2.4';
my $RELEASE = '2.5';
#
@ -275,7 +275,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.33 $';
my $REVISION = '$Revision: 1.34 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
$REVISION = $1;