2007-03-20 20:49:57 by steve
Updated for 3.2 release. Finally.
This commit is contained in:
@@ -558,7 +558,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.142 2007-03-19 22:00:59 steve Exp $
|
||||
$Id: xen-create-image,v 1.143 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -614,7 +614,7 @@ my $FAIL = 0;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
|
||||
@@ -1207,7 +1207,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.142 $';
|
||||
my $REVISION = '$Revision: 1.143 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -89,7 +89,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-nfs,v 1.5 2007-03-19 22:14:21 steve Exp $
|
||||
$Id: xen-create-nfs,v 1.6 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -132,7 +132,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm-nfs.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
# store version number away.
|
||||
@@ -307,7 +307,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.5 $';
|
||||
my $REVISION = '$Revision: 1.6 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -136,7 +136,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.29 2007-02-23 21:42:20 steve Exp $
|
||||
$Id: xen-delete-image,v 1.30 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -171,7 +171,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
|
||||
@@ -335,7 +335,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
my $REVISION = '$Revision: 1.30 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -65,7 +65,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.23 2007-02-23 21:45:09 steve Exp $
|
||||
$Id: xen-list-images,v 1.24 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -105,7 +105,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
|
||||
@@ -238,7 +238,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.23 $';
|
||||
my $REVISION = '$Revision: 1.24 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -87,7 +87,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-update-image,v 1.21 2007-02-23 21:47:48 steve Exp $
|
||||
$Id: xen-update-image,v 1.22 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -122,7 +122,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
#
|
||||
@@ -384,7 +384,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.21 $';
|
||||
my $REVISION = '$Revision: 1.22 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@@ -103,7 +103,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.36 2007-03-18 20:03:49 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.37 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -145,7 +145,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
|
||||
@@ -225,7 +225,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.36 $';
|
||||
my $REVISION = '$Revision: 1.37 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -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.26 2007-02-23 18:58:26 steve Exp $
|
||||
$Id: xt-customize-image,v 1.27 2007-03-20 20:49:58 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.26 $';
|
||||
my $REVISION = '$Revision: 1.27 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
@@ -80,7 +80,7 @@ Untar a .tar file into the new installation location. This tarfile is assumed t
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-install-image,v 1.54 2007-03-19 14:01:53 steve Exp $
|
||||
$Id: xt-install-image,v 1.55 2007-03-20 20:49:59 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@@ -112,7 +112,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '3.1';
|
||||
my $RELEASE = '3.2';
|
||||
|
||||
|
||||
#
|
||||
@@ -414,7 +414,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.54 $';
|
||||
my $REVISION = '$Revision: 1.55 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
|
||||
Reference in New Issue
Block a user