Reuse DEADAGE rather than defining our own constant.
[build-farm.git] / tridge.fns
index 03f5d9dd96d3aa34562b1d79d822ea16dd379cbc..5faee1cee329f8de2a97c8f66705369e6bdee0a4 100644 (file)
@@ -2,7 +2,6 @@ per_run_hook
 
 global_lock
 
-. install_python.fns
 compilers="gcc"
 
 for compiler in $compilers; do
@@ -12,8 +11,6 @@ for compiler in $compilers; do
 
        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
 done
 
 global_unlock