scriptitems.pm (1ba1fd99) scriptitems.pm (43cf7aa4)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 749 unchanged lines hidden (view full) ---

758 for ( my $i = 0; $i <= $#{$dirsref}; $i++ )
759 {
760 my $onedir = ${$dirsref}[$i];
761 if (( $onedir->{'PatchHostName'} ) && ( $onedir->{'PatchHostName'} ne "" )) { $onedir->{'HostName'} = $onedir->{'PatchHostName'}; }
762 }
763}
764
765################################################################################
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 749 unchanged lines hidden (view full) ---

758 for ( my $i = 0; $i <= $#{$dirsref}; $i++ )
759 {
760 my $onedir = ${$dirsref}[$i];
761 if (( $onedir->{'PatchHostName'} ) && ( $onedir->{'PatchHostName'} ne "" )) { $onedir->{'HostName'} = $onedir->{'PatchHostName'}; }
762 }
763}
764
765################################################################################
766# Using beta copy action for beta builds
767################################################################################
768
769sub use_beta_copy_scpaction
770{
771 my ($scpactionsref) = @_;
772
773 for ( my $i = 0; $i <= $#{$scpactionsref}; $i++ )
774 {
775 my $onescpaction = ${$scpactionsref}[$i];
776 if (( $onescpaction->{'BetaCopy'} ) && ( $onescpaction->{'BetaCopy'} ne "" )) { $onescpaction->{'Copy'} = $onescpaction->{'BetaCopy'}; }
777 }
778}
779
780################################################################################
781# Using langpack beta copy action for language packs
782################################################################################
783
784sub use_langbeta_copy_scpaction
785{
786 my ($scpactionsref) = @_;
787
788 for ( my $i = 0; $i <= $#{$scpactionsref}; $i++ )
789 {
790 my $onescpaction = ${$scpactionsref}[$i];
791 if (( $onescpaction->{'LangBetaCopy'} ) && ( $onescpaction->{'LangBetaCopy'} ne "" )) { $onescpaction->{'Copy'} = $onescpaction->{'LangBetaCopy'}; }
792 }
793}
794
795################################################################################
766# Using langpack copy action for language packs
767################################################################################
768
769sub use_langpack_copy_scpaction
770{
771 my ($scpactionsref) = @_;
772
773 for ( my $i = 0; $i <= $#{$scpactionsref}; $i++ )

--- 2336 unchanged lines hidden ---
796# Using langpack copy action for language packs
797################################################################################
798
799sub use_langpack_copy_scpaction
800{
801 my ($scpactionsref) = @_;
802
803 for ( my $i = 0; $i <= $#{$scpactionsref}; $i++ )

--- 2336 unchanged lines hidden ---