summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2011-03-18 07:22:29 +0100
committerobo <obo@openoffice.org>2011-03-18 07:22:29 +0100
commit446a2d2f7a311e4bc6c8dc32bc97bd8d97d47c89 (patch)
treeb1f8431702e0d5b065e965b2dcb4d5ca35999220
parent7e7d3bc67a52f98bb6e3c3ec918135a077edaf2b (diff)
masterfix DEV300: #i10000# fix for LAN"ooo/DEV300_m103
-rw-r--r--solenv/bin/cws.pl13
1 files changed, 3 insertions, 10 deletions
diff --git a/solenv/bin/cws.pl b/solenv/bin/cws.pl
index ae9a76002..2f13017a0 100644
--- a/solenv/bin/cws.pl
+++ b/solenv/bin/cws.pl
@@ -407,16 +407,9 @@ sub hg_clone_cws_or_milestone
my $masterws = $cws->master();
my ($master_local_source, $master_lan_source);
- if ($rep_type eq "ooo" || $rep_type eq "so")
- {
- $master_local_source = "$hg_local_source/" . $masterws;
- $master_lan_source = "$hg_lan_source/" . $masterws;
- }
- else
- {
- $master_local_source = "$hg_local_source/master_".$rep_type."/".$masterws;
- $master_lan_source = "$hg_lan_source/master_".$rep_type."/".$masterws;
- }
+
+ $master_local_source = "$hg_local_source/" . $masterws;
+ $master_lan_source = "$hg_lan_source/" . $masterws;
my $milestone_tag;
if ( $clone_milestone_only ) {