Update about page for buildfarm to mention sources are now in Git.
[build-farm.git] / generic.fns
index 453097ee50c3a40ea54b36a62a57666b502e04c8..74e1a677ac1fbcc229a380f0c4030b3f4b79134e 100644 (file)
@@ -63,8 +63,6 @@ for compiler in $compilers; do
       export TDB_NO_FSYNC
       test_tree samba_3_current source3 $compiler
       test_tree samba_3_next source3 $compiler
-      test_tree samba_3_master source3 $compiler
-      test_tree samba_3_waf source3 $compiler
       TDB_NO_FSYNC=0
       export TDB_NO_FSYNC
 
@@ -74,11 +72,12 @@ for compiler in $compilers; do
       fi
     fi
   fi
-done
 
-# only attempt pidl if we have perl
-if which perl > /dev/null; then
-  test_tree pidl . cc
-fi
+  # only attempt pidl if we have perl
+  if which perl > /dev/null; then
+    test_tree pidl . cc
+  fi
+
+done
 
 global_unlock