[Libreoffice-commits] core.git: solenv/bin

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed May 13 19:27:52 UTC 2020


 solenv/bin/modules/installer/simplepackage.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cbc9c1ef729a09abdda97f74469d4d600ae6974b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed May 13 17:03:32 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed May 13 21:27:00 2020 +0200

    ENABLE_DBGUTIL=TRUE implies ENABLE_DEBUG=TRUE
    
    Change-Id: I709561ba910ff2274a40e578412ecd7040886959
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94144
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/bin/modules/installer/simplepackage.pm b/solenv/bin/modules/installer/simplepackage.pm
index 6b62092d0ab0..d55208bce0f8 100644
--- a/solenv/bin/modules/installer/simplepackage.pm
+++ b/solenv/bin/modules/installer/simplepackage.pm
@@ -454,7 +454,7 @@ sub create_package
             }
         }
         my $megabytes = 1500;
-        $megabytes = 2000 if $ENV{'ENABLE_DBGUTIL'} || $ENV{'ENABLE_DEBUG'};
+        $megabytes = 2000 if $ENV{'ENABLE_DEBUG'};
         $systemcall = "cd $localtempdir && hdiutil create -megabytes $megabytes -srcfolder $folder $archive -ov -fs HFS+ -volname \"$volume_name\" -format UDBZ";
         if (( $ref ne "" ) && ( $$ref ne "" )) {
             $systemcall .= " && hdiutil unflatten $archive && Rez -a $$ref -o $archive && hdiutil flatten $archive &&";


More information about the Libreoffice-commits mailing list