From: Zdeněk Šustr Date: Thu, 15 Jan 2009 15:15:27 +0000 (+0000) Subject: tag construction fixed. X-Git-Tag: glite-lb_R_1_99_0_0~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=739486dd3e5f7dc9822194c764bd2f40ccb98b09;p=jra1mw.git tag construction fixed. --- 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");