1
0
mirror of synced 2026-02-09 09:11:07 +00:00

2006-01-07 23:23:12 by steve

Updated version number.  Updated tests to work with renamed hook.d
This commit is contained in:
steve
2006-01-07 23:23:12 +00:00
parent c63de18b98
commit b681b037c5
8 changed files with 21 additions and 21 deletions

View File

@@ -5,14 +5,14 @@
# --
# http://www.steve.org.uk/
#
# $Id: Makefile,v 1.33 2006-01-07 21:54:44 steve Exp $
# $Id: Makefile,v 1.34 2006-01-07 23:23:12 steve Exp $
#
# Only used to build distribution tarballs.
#
DIST_PREFIX = /tmp
VERSION = 0.7
VERSION = 0.8
BASE = xen-tools

View File

@@ -4,13 +4,13 @@
#
# Steve
# --
# $Id: hooks.t,v 1.2 2006-01-02 13:59:13 steve Exp $
# $Id: hooks.t,v 1.3 2006-01-07 23:23:12 steve Exp $
#
use strict;
use Test::More qw( no_plan );
foreach my $file ( glob( "etc/xen-create-image.d/*" ) )
foreach my $file ( glob( "etc/hook.d/*" ) )
{
if ( ! -d $file )
{

View File

@@ -5,7 +5,7 @@
#
# Steve
# --
# $Id: plugin-checks.t,v 1.1 2006-01-02 14:04:14 steve Exp $
# $Id: plugin-checks.t,v 1.2 2006-01-07 23:23:12 steve Exp $
#
@@ -13,7 +13,7 @@ use strict;
use Test::More qw( no_plan );
foreach my $file ( glob( "etc/xen-create-image.d/*" ) )
foreach my $file ( glob( "etc/hook.d/*" ) )
{
ok( -e $file, "$file" );

View File

@@ -339,7 +339,7 @@ Install an X11 server, using VNC and XDM
--
http://www.steve.org.uk/
$Id: xen-create-image,v 1.78 2006-01-07 21:54:44 steve Exp $
$Id: xen-create-image,v 1.79 2006-01-07 23:23:12 steve Exp $
=cut
@@ -392,7 +392,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.7';
my $RELEASE = '0.8';
@@ -879,7 +879,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Id: xen-create-image,v 1.78 2006-01-07 21:54:44 steve Exp $';
my $REVISION = '$Id: xen-create-image,v 1.79 2006-01-07 23:23:12 steve Exp $';
$VERSION = join (' ', (split (' ', $REVISION))[2]);
$VERSION =~ s/,v\b//;
$VERSION =~ s/(\S+)$/$1/;

View File

@@ -65,7 +65,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.13 2006-01-07 17:41:58 steve Exp $
$Id: xen-delete-image,v 1.14 2006-01-07 23:23:12 steve Exp $
=cut
@@ -99,7 +99,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.7';
my $RELEASE = '0.8';
@@ -240,7 +240,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Id: xen-delete-image,v 1.13 2006-01-07 17:41:58 steve Exp $';
my $REVISION = '$Id: xen-delete-image,v 1.14 2006-01-07 23:23:12 steve Exp $';
$VERSION = join (' ', (split (' ', $REVISION))[2]);
$VERSION =~ s/,v\b//;
$VERSION =~ s/(\S+)$/$1/;

View File

@@ -108,7 +108,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-duplicate-image,v 1.15 2005-12-26 15:21:53 steve Exp $
$Id: xen-duplicate-image,v 1.16 2006-01-07 23:23:12 steve Exp $
=cut
@@ -157,7 +157,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.7';
my $RELEASE = '0.8';
#
@@ -441,7 +441,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Id: xen-duplicate-image,v 1.15 2005-12-26 15:21:53 steve Exp $';
my $REVISION = '$Id: xen-duplicate-image,v 1.16 2006-01-07 23:23:12 steve Exp $';
$VERSION = join (' ', (split (' ', $REVISION))[2]);
$VERSION =~ s/,v\b//;
$VERSION =~ s/(\S+)$/$1/;

View File

@@ -90,7 +90,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-list-images,v 1.12 2006-01-07 17:38:27 steve Exp $
$Id: xen-list-images,v 1.13 2006-01-07 23:23:12 steve Exp $
=cut
@@ -125,7 +125,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.7';
my $RELEASE = '0.8';
@@ -286,7 +286,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Id: xen-list-images,v 1.12 2006-01-07 17:38:27 steve Exp $';
my $REVISION = '$Id: xen-list-images,v 1.13 2006-01-07 23:23:12 steve Exp $';
$VERSION = join (' ', (split (' ', $REVISION))[2]);
$VERSION =~ s/,v\b//;
$VERSION =~ s/(\S+)$/$1/;

View File

@@ -72,7 +72,7 @@ Show the version number and exit.
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.9 2005-12-25 20:20:06 steve Exp $
$Id: xen-update-image,v 1.10 2006-01-07 23:23:12 steve Exp $
=cut
@@ -106,7 +106,7 @@ my %CONFIG;
#
# Release number.
#
my $RELEASE = '0.7';
my $RELEASE = '0.8';
#
@@ -260,7 +260,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Id: xen-update-image,v 1.9 2005-12-25 20:20:06 steve Exp $';
my $REVISION = '$Id: xen-update-image,v 1.10 2006-01-07 23:23:12 steve Exp $';
$VERSION = join (' ', (split (' ', $REVISION))[2]);
$VERSION =~ s/,v\b//;
$VERSION =~ s/(\S+)$/$1/;