You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2022/02/10 13:53:39 UTC

[openoffice] branch AOO41X updated: Create 'tmp' directory into solver

This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new f76c880  Create 'tmp' directory into solver
f76c880 is described below

commit f76c88023642e2d81093a0f72c05e19cda1f23f3
Author: Arrigo Marchiori <ar...@yahoo.it>
AuthorDate: Thu Feb 10 14:51:57 2022 +0100

    Create 'tmp' directory into solver
    
    Completes f110f2132c033266ae9e2e1ff7ec2f29347b01ab
---
 main/solenv/bin/deliver.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/solenv/bin/deliver.pl b/main/solenv/bin/deliver.pl
index 425cbf0..f20a803 100755
--- a/main/solenv/bin/deliver.pl
+++ b/main/solenv/bin/deliver.pl
@@ -1002,6 +1002,7 @@ sub push_default_actions
                     'pck',
                     'rdb',
                     'res',
+                    'tmp',
                     'xml'
                 );
     push(@subdirs, 'zip') if $opt_zip;

Re: [openoffice] branch AOO41X updated: Create 'tmp' directory into solver

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Arrigo,

Should this be "backported" to the other branches or is it already there?

Regards,

   Matthias

Am 10.02.22 um 14:53 schrieb ardovm@apache.org:
> This is an automated email from the ASF dual-hosted git repository.
>
> ardovm pushed a commit to branch AOO41X
> in repository https://gitbox.apache.org/repos/asf/openoffice.git
>
>
> The following commit(s) were added to refs/heads/AOO41X by this push:
>      new f76c880  Create 'tmp' directory into solver
> f76c880 is described below
>
> commit f76c88023642e2d81093a0f72c05e19cda1f23f3
> Author: Arrigo Marchiori <ar...@yahoo.it>
> AuthorDate: Thu Feb 10 14:51:57 2022 +0100
>
>     Create 'tmp' directory into solver
>     
>     Completes f110f2132c033266ae9e2e1ff7ec2f29347b01ab
> ---
>  main/solenv/bin/deliver.pl | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/main/solenv/bin/deliver.pl b/main/solenv/bin/deliver.pl
> index 425cbf0..f20a803 100755
> --- a/main/solenv/bin/deliver.pl
> +++ b/main/solenv/bin/deliver.pl
> @@ -1002,6 +1002,7 @@ sub push_default_actions
>                      'pck',
>                      'rdb',
>                      'res',
> +                    'tmp',
>                      'xml'
>                  );
>      push(@subdirs, 'zip') if $opt_zip;