postprocess/signing/signing.pl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 344f2f0c4a0be58afd1d37126feb1971c56cb95a
Author: Andras Timar <[email protected]>
AuthorDate: Wed Apr 18 07:19:00 2018 -0700
Commit: Andras Timar <[email protected]>
CommitDate: Fri Feb 11 15:22:22 2022 +0100
[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 <[email protected]>
Reviewed-by: Andras Timar <[email protected]>
diff --git a/postprocess/signing/signing.pl b/postprocess/signing/signing.pl
index ed8065399f05..b42e5bb17e89 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();