[Scummvm-git-logs] scummvm-sites director-buildbot -> 2abe1402c0e4415ec183561eeed846ac88ac7278
lotharsm
noreply at scummvm.org
Sat Jan 28 23:38:30 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
2abe1402c0 DIRECTOR-BUILDBOT: Increase blocksize of download step to 512k
Commit: 2abe1402c0e4415ec183561eeed846ac88ac7278
https://github.com/scummvm/scummvm-sites/commit/2abe1402c0e4415ec183561eeed846ac88ac7278
Author: Lothar Serra Mari (mail at serra.me)
Date: 2023-01-29T00:38:06+01:00
Commit Message:
DIRECTOR-BUILDBOT: Increase blocksize of download step to 512k
Changed paths:
director/steps.py
diff --git a/director/steps.py b/director/steps.py
index d7d5e28..e606fee 100644
--- a/director/steps.py
+++ b/director/steps.py
@@ -13,6 +13,7 @@ download_step = steps.FileDownload(
mastersrc=master_file,
workerdest=worker_file,
mode=0o0755,
+ blocksize=512*1024
)
More information about the Scummvm-git-logs
mailing list