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:
44a4847
)
Proper EMI-1 configuration for gridsite (no etics packager).
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 8 Jun 2012 13:25:36 +0000
(13:25 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 8 Jun 2012 13:25:36 +0000
(13:25 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
e457931
..
4be8ff9
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-1460,7
+1460,7
@@
sub mode_etics_packaging {
my ($workspaceDir, $srcPackageName, $srcAge, $topDir);
# old-school packaging by ETICS for EMI-1
- if ($project eq 'emi' and $project_version == 1) { return; }
+ if ($project eq 'emi' and $project_version == 1
and $fmod ne 'gridsite.core'
) { return; }
if ($fmod eq 'gridsite.core') {
$workspaceDir = '..';