git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec18f6b
)
tag construction fixed.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 15 Jan 2009 15:15:27 +0000
(15:15 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 15 Jan 2009 15:15:27 +0000
(15:15 +0000)
org.glite.lb/etics-tag-with-subsystems.pl
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/etics-tag-with-subsystems.pl
b/org.glite.lb/etics-tag-with-subsystems.pl
index
567cf83
..
7cc1441
100755
(executable)
--- 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");