From: Zdeněk Šustr Date: Fri, 13 Mar 2009 10:58:16 +0000 (+0000) Subject: The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). X-Git-Tag: glite-jp-client_R_1_3_0_2~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=d26c6944b528cb7b3c74276674fe83adbe09b682;p=jra1mw.git The most recent version copied. Do not modify this instance (RW in ./org.glite.lb). --- diff --git a/org.glite.jp.client/configure b/org.glite.jp.client/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.client/configure +++ b/org.glite.jp.client/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag diff --git a/org.glite.jp.doc/configure b/org.glite.jp.doc/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.doc/configure +++ b/org.glite.jp.doc/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag diff --git a/org.glite.jp.index/configure b/org.glite.jp.index/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.index/configure +++ b/org.glite.jp.index/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag diff --git a/org.glite.jp.primary/configure b/org.glite.jp.primary/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.primary/configure +++ b/org.glite.jp.primary/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag diff --git a/org.glite.jp.server-common/configure b/org.glite.jp.server-common/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.server-common/configure +++ b/org.glite.jp.server-common/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag diff --git a/org.glite.jp.ws-interface/configure b/org.glite.jp.ws-interface/configure index 1c6eff9..a26ff69 100755 --- a/org.glite.jp.ws-interface/configure +++ b/org.glite.jp.ws-interface/configure @@ -23,6 +23,7 @@ my $version; my $output; my $lb_tag = ''; my $lbjp_tag = ''; +my $jp_tag = ''; my $sec_tag = ''; my $jobid_tag = ''; @@ -83,6 +84,7 @@ my @opts = ( 'stage=s' => \$stagedir, 'lb-tag=s' => \$lb_tag, 'lbjp-common-tag=s' => \$lbjp_tag, + 'jp-tag=s' => \$jp_tag, 'security-tag=s' => \$sec_tag, 'jobid-tag=s' => \$jobid_tag, 'help' => \$help, @@ -251,6 +253,13 @@ sub mode_checkout() { } } } + if ($jp_tag){ + for (@{$lbmodules{'jp'}}){ + if ("jp.".$_ eq $module){ + $tag = '-r '.$jp_tag; + } + } + } if ($sec_tag){ for (@{$lbmodules{security}}){ if ("security.".$_ eq $module){ @@ -658,6 +667,7 @@ What to build: @{$lbmodules{lb}},@{$lbmodules{security}} --disable-NODE don't build this node --lb-tag=tag checkout LB modules with specific tag + --jp-tag=tag checkout JP modules with specific tag --lbjp-common-tag=tag checkout lbjp-common modules with specific tag --security-tag=tag checkout security modules with specific tag --jobid-tag=tag checkout jobid modules with specific tag