From 64c698d8bb9641fb03791fffef25c6fb0a8e3db2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 14 Feb 2011 16:23:14 +0000 Subject: [PATCH] Use tags starting with glite- even in emi configurations. --- org.glite.lb/etics-tag-with-subsystems.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb/etics-tag-with-subsystems.pl b/org.glite.lb/etics-tag-with-subsystems.pl index c9e750c..752f3e5 100755 --- 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 ] 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) { -- 1.8.2.3