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 <b...@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 <abart...@samba.org>
    Signed-off-by: Andrew Bartlett <abart...@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

Reply via email to