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:
64c698d
)
Use prefix "glite-" even for generated tags.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 16:25:51 +0000
(16:25 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 16:25:51 +0000
(16:25 +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
752f3e5
..
7e2e48a
100755
(executable)
--- a/
org.glite.lb/etics-tag-with-subsystems.pl
+++ b/
org.glite.lb/etics-tag-with-subsystems.pl
@@
-220,6
+220,7
@@
usage: $0 [-c <current configuration>] module.name
chomp($age);
$tag="$current_prefix" . "$major" . "_$minor" . "_$revision" . "_$age";
+ $tag=~s/^emi-/glite-/;
printf("\nNew tag: $tag\n\n");