From 0848e659952164fd97f44b1056a3fbbedfa8c593 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 21 Dec 2016 22:37:47 +0000 Subject: [PATCH] Bug 1252948: doc the new repo..cron roles --- src/manual/devel/namespaces.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/manual/devel/namespaces.md b/src/manual/devel/namespaces.md index 6133072..d4a7792 100644 --- a/src/manual/devel/namespaces.md +++ b/src/manual/devel/namespaces.md @@ -133,6 +133,9 @@ Both are listed here: * `repo:/:pull-request` - Roles of this form represent scopes available to version-control pushes and pull requests. +* `repo:/:cron:` - + Roles of this form are used for cron jobs by the periodic task-graph generation support in Gecko. + * `worker-type:/` - Roles of this form represent scopes available to workers of the given type.