Set the prefix explicitly for EMI.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:47:32 +0000 (16:47 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 14 Feb 2011 16:47:32 +0000 (16:47 +0000)
org.glite.lb/etics-tag-with-subsystems-branch.pl
org.glite.lb/etics-tag-with-subsystems.pl

index 0345bb4..7512a01 100644 (file)
@@ -136,6 +136,8 @@ usage: $0 -b <branch> [-c configuration] subsystem.name
 
         printf (NEWCONF "[Configuration-$newconfig]\nprofile = None\nmoduleName = $module\ndisplayName = $newconfig\ndescription = None\nprojectName = org.glite\nage = $current_age\ntag = $branch\nversion = $current_major.$current_minor.$current_revision\npath = None\n\n");
 
+       if ( $project eq "emi" ) { printf (NEWCONF "[Platform-default:Property]\npackage.prefix = /opt/emi\n\n"); }
+
 #        printf (NEWCONF "[Platform-default:VcsCommand]\ndisplayName = None\ndescription = HEAD CVS commands\ntag = cvs -d \${vcsroot} tag -R \${tag} \${moduleName}\nbranch = None\ncommit = None\ncheckout = cvs -d \${vcsroot} co -r \${tag} \${moduleName}\n\n");
 
 #        printf (NEWCONF "[Platform-default:Environment]\nHOME = \${workspaceDir}");
index 7e2e48a..3cd7266 100755 (executable)
@@ -286,6 +286,8 @@ usage: $0 [-c <current configuration>] module.name
 
        printf (NEWCONF "[Configuration-$newconfig]\nprofile = None\nmoduleName = $moduleName\ndisplayName = $newconfig\ndescription = None\nprojectName = $project\nage = $age$proj_suffix\ntag = $tag\nversion = $major.$minor.$revision\npath = None\n\n");
 
+       if ( $project eq "emi" ) { printf (NEWCONF "[Platform-default:Property]\npackage.prefix = /opt/emi\n\n"); }
+
 #      printf (NEWCONF "[Platform-default:VcsCommand]\ndisplayName = None\ndescription = HEAD CVS commands\ntag = cvs -d \${vcsroot} tag -R \${tag} \${moduleName}\nbranch = None\ncommit = None\ncheckout = cvs -d \${vcsroot} co -r \${tag} \${moduleName}\n\n");
 
 #      printf (NEWCONF "[Platform-default:Environment]\nHOME = \${workspaceDir}");