From b172e43f53e61da262a072ba01e042740ba0498d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 18 Apr 2018 07:19:00 -0700 Subject: [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 Reviewed-by: Andras Timar --- postprocess/signing/signing.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl index 769b9efbcc7a..a443984a2a7b 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(); -- cgit