Adds detail on the Nightly scheduler properties that are available. Notes default settings where appropriate and notes which values must be set by the user.
Signed-off-by: Bryan Evenson <beven...@melinkcorp.com> --- README-NEW-AUTOBUILDER | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README-NEW-AUTOBUILDER b/README-NEW-AUTOBUILDER index 27f892f..430e2a3 100644 --- a/README-NEW-AUTOBUILDER +++ b/README-NEW-AUTOBUILDER @@ -145,10 +145,14 @@ scheduler: A list of dicts. Each item defines a scheduler associated with this are type-specific: Nightly scheduler properties: - month - dayOfWeek - hour - minute + month: The month in which to start the build, with January = 1. + This defaults to '*', meaning every month. + dayOfWeek: The day of the week in which to start the build, with + Monday = 1. This defaults to '*', meaning every day. + hour: The hour of the day in which to start the build, with + 12:00 AM = 0. This must be set by the user. + minute: The minute of the hour in which to start the build, with + 0 to 59 as valid values. This must be set by the user. SingleBranchScheduler properties: repository: the repository to attach the scheduler to; this -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto