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:
47f69df
)
Use tags starting with glite- even in emi configurations.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 16:23:14 +0000
(16:23 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 16:23:14 +0000
(16:23 +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
c9e750c
..
752f3e5
100755
(executable)
--- a/
org.glite.lb/etics-tag-with-subsystems.pl
+++ b/
org.glite.lb/etics-tag-with-subsystems.pl
@@
-84,6
+84,7
@@
usage: $0 [-c <current configuration>] module.name
$current_prefix=~s/\./-/g;
$current_prefix="$current_prefix" . "_R_";
$current_tag="$current_prefix" . "$current_major" . "_$current_minor" . "_$current_revision" . "_$current_age";
+ $current_tag=~s/^emi-/glite-/;
}
if (defined $opt_p) {