From 739486dd3e5f7dc9822194c764bd2f40ccb98b09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 15 Jan 2009 15:15:27 +0000 Subject: [PATCH] tag construction fixed. --- org.glite.lb/etics-tag-with-subsystems.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb/etics-tag-with-subsystems.pl b/org.glite.lb/etics-tag-with-subsystems.pl index 567cf83..7cc1441 100755 --- a/org.glite.lb/etics-tag-with-subsystems.pl +++ b/org.glite.lb/etics-tag-with-subsystems.pl @@ -72,7 +72,7 @@ usage: $0 module.name $old_major=-1; $old_minor=-1; $old_revision=-1; $old_age=-1; $new_major=-1; $new_minor=-1; $new_revision=-1; $new_age=-1; - foreach $l (`cvs diff -r GLITE_RELEASE_3_0_0 $m/project/version.properties | grep -E "module\.age|module\.version"`) { + foreach $l (`cvs diff -r glite-lb_R_$current_major\_$current_minor\_$current_revision\_$current_age $m/project/version.properties | grep -E "module\.age|module\.version"`) { chomp($l); #printf("$l\n"); -- 1.8.2.3