mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 07:27:12 +00:00
bitbake: toaster: Changes to help text
All help text strings have been reviewed by the technical writer, and some of them by Paul Eggleton. This patch implements their suggested changes. (Bitbake rev: ce89530b178be2f3202d45523ef1340e00df05be) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6831b7ad16
commit
52ed413c3c
@@ -150,7 +150,7 @@ class Task(models.Model):
|
||||
)
|
||||
|
||||
TASK_OUTCOME_HELP = (
|
||||
(OUTCOME_SUCCESS, 'This task completed successfully'),
|
||||
(OUTCOME_SUCCESS, 'This task successfully completed'),
|
||||
(OUTCOME_COVERED, 'This task did not run because its output is provided by another task'),
|
||||
(OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'),
|
||||
(OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'),
|
||||
|
||||
Reference in New Issue
Block a user