Rename daily to periodic
[releng/builder.git] / scripts / jjb-init-project.py
index 57ad0ceddc0c6aba7de02d1c12657eca19b364b2..541065679e6a7423ce8d01f10565340817e0a4e6 100644 (file)
@@ -57,7 +57,7 @@ if os.path.isfile(project_conf):
 if cfg.get("JOB_TEMPLATES"):
     templates = cfg.get("JOB_TEMPLATES")
 else:
-    templates = "verify,merge,daily,distribution,integration,sonar"
+    templates = "verify,merge,periodic,distribution,integration,sonar"
 templates += ",clm"  # ensure we always create a clm job for all projects
 templates += ",validate-autorelease"  # Autorelease validate template