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:
2d58fa3
)
Fix emi/glite schizophrenia for subsystem hierarchy generation
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 13 Apr 2011 09:11:25 +0000
(09:11 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 13 Apr 2011 09:11:25 +0000
(09:11 +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
152d9ec
..
3a2e4d4
100755
(executable)
--- a/
org.glite.lb/etics-tag-with-subsystems.pl
+++ b/
org.glite.lb/etics-tag-with-subsystems.pl
@@
-144,6
+144,10
@@
usage: $0 [-c <current configuration>] module.name
}
printf("***$m\n");
+ if ($project eq "emi") {
+ $m=~s/^emi\./org.glite./;
+ }
+
$old_major=-1; $old_minor=-1; $old_revision=-1; $old_age=-1;
$new_major=-1; $new_minor=-1; $new_revision=-1; $new_age=-1;