diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-04-18 07:19:00 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-01-13 20:44:57 +0100 |
commit | dce0227150c21117849abd873ecc1cc921d06fe8 (patch) | |
tree | e24bae2bab9e41a27b77015f150a29e7f1d45074 /postprocess | |
parent | 90a59c0060c547a70a5b8e2dfa92f49e8c96fc84 (diff) |
[cp] HACK: sleep before sign
On Windows, with 16x parallel build, build-nocheck target fails,
because it tries to sign a file that is already in use (gengal).
Change-Id: Ic582334f2c02f5e38f49d048fc0425025ffeee41
Reviewed-on: https://gerrit.libreoffice.org/75235
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/signing/signing.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 793900ca074c..80a9c01866a3 100644 --- a/postprocess/signing/signing.pl +++ b/postprocess/signing/signing.pl @@ -41,6 +41,7 @@ my @args = (); my @files_to_sign = (); #### main ##### +sleep(120); $myname = script_id(); if ( $#ARGV < 2 ) { usage(); |