2006-07-21 20:17:40 by steve
2.2 release. (Pending)
This commit is contained in:
parent
2965c62978
commit
054bc3dee1
4
Makefile
4
Makefile
@ -7,14 +7,14 @@
|
||||
# --
|
||||
# http://www.steve.org.uk/
|
||||
#
|
||||
# $Id: Makefile,v 1.72 2006-06-25 20:17:39 steve Exp $
|
||||
# $Id: Makefile,v 1.73 2006-07-21 20:17:40 steve Exp $
|
||||
|
||||
|
||||
#
|
||||
# Only used to build distribution tarballs.
|
||||
#
|
||||
DIST_PREFIX = /tmp
|
||||
VERSION = 2.1
|
||||
VERSION = 2.2
|
||||
BASE = xen-tools
|
||||
|
||||
|
||||
|
||||
@ -433,7 +433,7 @@ Install an X11 server, using VNC and XDM
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-create-image,v 1.54 2006-07-21 20:14:30 steve Exp $
|
||||
$Id: xen-create-image,v 1.55 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -479,7 +479,7 @@ my $MOUNT_POINT = undef;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
|
||||
@ -859,7 +859,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.54 $';
|
||||
my $REVISION = '$Revision: 1.55 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -99,7 +99,7 @@ Specify the LVM volume group where images were previously saved.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-delete-image,v 1.10 2006-06-23 08:56:32 steve Exp $
|
||||
$Id: xen-delete-image,v 1.11 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -134,7 +134,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
|
||||
@ -284,7 +284,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.10 $';
|
||||
my $REVISION = '$Revision: 1.11 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -67,7 +67,7 @@ Show the version number and exit.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xen-list-images,v 1.8 2006-06-25 17:39:54 steve Exp $
|
||||
$Id: xen-list-images,v 1.9 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -107,7 +107,7 @@ $CONFIG{'prefix'} = "/etc/xen";
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
|
||||
@ -237,7 +237,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.8 $';
|
||||
my $REVISION = '$Revision: 1.9 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -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.5 2006-06-23 08:56:32 steve Exp $
|
||||
$Id: xen-update-image,v 1.6 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -117,7 +117,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
#
|
||||
@ -348,7 +348,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.5 $';
|
||||
my $REVISION = '$Revision: 1.6 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -57,7 +57,7 @@ xt-create-config - Create a Xen configuration file for a new domain.
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-create-xen-config,v 1.11 2006-06-26 10:06:52 steve Exp $
|
||||
$Id: xt-create-xen-config,v 1.12 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -98,7 +98,7 @@ $CONFIG{'template'} = '/etc/xen-tools/xm.tmpl';
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
|
||||
@ -162,7 +162,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.11 $';
|
||||
my $REVISION = '$Revision: 1.12 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -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.11 2006-06-26 10:06:52 steve Exp $
|
||||
$Id: xt-customize-image,v 1.12 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -99,7 +99,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
|
||||
@ -163,7 +163,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.11 $';
|
||||
my $REVISION = '$Revision: 1.12 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
@ -79,7 +79,7 @@ Install the distribution specified by the B<--dist> argument using the debootstr
|
||||
--
|
||||
http://www.steve.org.uk/
|
||||
|
||||
$Id: xt-install-image,v 1.18 2006-06-26 10:06:52 steve Exp $
|
||||
$Id: xt-install-image,v 1.19 2006-07-21 20:17:41 steve Exp $
|
||||
|
||||
=cut
|
||||
|
||||
@ -111,7 +111,7 @@ my %CONFIG;
|
||||
#
|
||||
# Release number.
|
||||
#
|
||||
my $RELEASE = '2.1';
|
||||
my $RELEASE = '2.2';
|
||||
|
||||
|
||||
#
|
||||
@ -233,7 +233,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ( $VERSION )
|
||||
{
|
||||
my $REVISION = '$Revision: 1.18 $';
|
||||
my $REVISION = '$Revision: 1.19 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user