use build.samba.org instead of samba.org
authormetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 30 Apr 2007 11:33:49 +0000 (11:33 +0000)
committermetze <metze@1e5ffdc8-eadd-0310-9daa-9cb4117fe24b>
Mon, 30 Apr 2007 11:33:49 +0000 (11:33 +0000)
metze

git-svn-id: file:///home/svn/build-farm/trunk@606 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b

build_test
build_test.fns

index fd781614ad33d880e8b83c2fbfca02ec022cff65..61daedad428c8fe1a6b00aa205773b4650158f91 100755 (executable)
@@ -34,7 +34,7 @@ cd ~/build_farm || exit 1
     chmod 600 .password
 
     # grab the latest versions of the scripts
-    rsync --delete --include='*.fns' --exclude='*' --timeout=200 -q -az samba.org::build_farm/ .
+    rsync --delete --include='*.fns' --exclude='*' --timeout=200 -q -az build.samba.org::build_farm/ .
 
     # load general functions
     . build_test.fns
index 54965d3cf8581b7574c202b60b2049604c0461c8..384dafc461ac9539a522cdb172755f8e0fa75fdd 100644 (file)
@@ -60,7 +60,7 @@ send_logs() {
                find $err -size +40000 | $XARGS_I sh -c 'dd if={} bs=1024 count=20000 of={}.tmp && mv {}.tmp {} &&  echo "\n***LOG TRUNCATED***" >> {}'
 
                rsync $* -ct -q --password-file=.password -z --timeout=200 \
-                   "$log" "$err" $host@samba.org::build_farm_data/
+                   "$log" "$err" $host@build.samba.org::build_farm_data/
        fi
 }
 
@@ -689,7 +689,7 @@ test_tree() {
        if [ "$LCOV_REPORT" = "yes" ]; then
            chmod u=rwX,g=rX,o=rX -R $builddir/coverage
            rsync -rct -q --password-file=.password -z --timeout=200 \
-               $builddir/coverage/ $host@samba.org::lcov_data/$host/$tree/
+               $builddir/coverage/ $host@build.samba.org::lcov_data/$host/$tree/
        fi
 
        cd $test_root
@@ -759,7 +759,7 @@ per_run_hook() {
 
 ######################################################
 # main code that is run on each call to the build code
-rsync --timeout=200 -q -az samba.org::build_farm/*.c .
+rsync --timeout=200 -q -az build.samba.org::build_farm/*.c .
 
 
 # build.log can grow to an excessive size, trim it beyond 50M