Convert CLM job to regular JJB template
[releng/builder.git] / scripts / jjb-init-project.py
index 233ff88e5889f3721a7a4f237a28297d015db841..b33e7183b7dbab4bca9366b897cf9715f9e43859 100644 (file)
@@ -60,7 +60,6 @@ else:
     templates = (
         "verify,merge,periodic,distribution,distribution-check,integration,"
         "sonar")
-templates += ",clm"  # ensure we always create a clm job for all projects
 templates += ",validate-autorelease"  # Autorelease validate template
 
 ##################