From 917fd665d08c7934c79ca35dc0c7d79129328fc4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 5 Nov 2019 22:09:11 +0100 Subject: Remove unused devsnapshotbuild code ...which had been introduced, already unused, with 1e4422a4b4c443c286c90853f50b739a67ce5d1f "re-base on ALv2 code. Includes:" Change-Id: I5a26d7365c510e861bd25e0882cfe7292695107c Reviewed-on: https://gerrit.libreoffice.org/82108 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- solenv/bin/modules/installer.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'solenv/bin/modules/installer.pm') diff --git a/solenv/bin/modules/installer.pm b/solenv/bin/modules/installer.pm index 3977ab200fec..7f18a572cbcb 100644 --- a/solenv/bin/modules/installer.pm +++ b/solenv/bin/modules/installer.pm @@ -232,11 +232,6 @@ sub run { if ( $installer::globals::iswindowsbuild ) { installer::control::read_lcidlist($includepatharrayref); } - #################################################################### - # MacOS dmg build requires special DS_Store file to arrange icons - #################################################################### - # if (($installer::globals::ismacdmgbuild) && ($installer::globals::product eq "OpenOffice_Dev")) { $installer::globals::devsnapshotbuild = 1; } - ##################################################################### # Including additional inc files for variable settings, if defined ##################################################################### @@ -325,7 +320,6 @@ sub run { if ( $installer::globals::languagepack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); } elsif ( $installer::globals::helppack ) { installer::scriptitems::use_langpack_copy_scpaction($scpactionsinproductarrayref); } -# if (($installer::globals::devsnapshotbuild)) { installer::scriptitems::use_dev_copy_scpaction($scpactionsinproductarrayref); } # TODO: why is this not done in scp2 based on the value of $(ENABLE_RELEASE_BUILD)? elsif ( $allvariableshashref->{'PRODUCTNAME'} eq "LibreOfficeDev" ) { installer::scriptitems::use_devversion_copy_scpaction($scpactionsinproductarrayref); } -- cgit v1.2.3