Remove CVS revisions from --version output
This commit is contained in:
@@ -1761,13 +1761,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.192 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
logprint("xen-create-image release $RELEASE - CVS: $REVISION\n");
|
||||
logprint("xen-create-image release $RELEASE\n");
|
||||
exit 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -324,13 +324,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.13 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
logprint("xen-create-nfs release $RELEASE - CVS: $REVISION\n");
|
||||
logprint("xen-create-nfs release $RELEASE\n");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -364,14 +364,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.41 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
print "xen-delete-image release $RELEASE - CVS: $REVISION\n";
|
||||
print "xen-delete-image release $RELEASE\n";
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
@@ -248,13 +248,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.30 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
print "xen-list-images release $RELEASE - CVS: $REVISION\n";
|
||||
print "xen-list-images release $RELEASE\n";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -463,13 +463,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.29 $';
|
||||
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
print "xen-update-image release $RELEASE - CVS: $REVISION\n";
|
||||
print "xen-update-image release $RELEASE\n";
|
||||
exit;
|
||||
|
||||
}
|
||||
|
||||
@@ -229,13 +229,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.47 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
print "xt-create-xen-config release $RELEASE - CVS: $REVISION\n";
|
||||
print "xt-create-xen-config release $RELEASE\n";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -159,13 +159,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.33 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
print "xt-customize-image release $RELEASE - CVS: $REVISION\n";
|
||||
print "xt-customize-image release $RELEASE\n";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -411,13 +411,7 @@ sub parseCommandLineArguments
|
||||
|
||||
if ($VERSION)
|
||||
{
|
||||
my $REVISION = '$Revision: 1.65 $';
|
||||
if ( $REVISION =~ /1.([0-9.]+) / )
|
||||
{
|
||||
$REVISION = $1;
|
||||
}
|
||||
|
||||
print "xt-install-image release $RELEASE - CVS: $REVISION\n";
|
||||
print "xt-install-image release $RELEASE\n";
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user