diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-04-18 07:19:00 -0700 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2022-10-25 08:50:41 +0200 |
commit | 3177b66809a06399103b7eae7d9331913c69d850 (patch) | |
tree | 953aa2572d580cc53186409b5a5c845646c15726 /postprocess | |
parent | 7e1239028ade68d8f128580addbaf5eddfe8e04f (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 ddfa5b202159..13e6e940c385 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(); |