[SCM] build.samba.org - branch master updated

Andrew Bartlett abartlet at samba.org
Wed Apr 22 02:04:38 MDT 2015


The branch, master has been updated
       via  51dcd52 Lower the maximum block size used with rsync down to the maximum acceptable size for modern versions of rsync (128KB).
      from  942ce41 update and rename buildfarm branches

https://git.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 51dcd52453b0a5371ec983d2fb73506707d8f4b0
Author: Brad Smith <brad at comstyle.com>
Date:   Wed Apr 22 02:23:27 2015 -0400

    Lower the maximum block size used with rsync down to the maximum acceptable size for modern versions of rsync (128KB).
    
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 build_test.fns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 2d45fb4..aec66d4 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -104,7 +104,7 @@ send_logs() {
 
 send_logs_skip() {
 	touch "$1" "$2"
-	send_logs "$1" "$2" -B 10000000
+	send_logs "$1" "$2" -B 131072
 }
 
 ############################


-- 
build.samba.org


More information about the samba-cvs mailing list