summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/orm/models.py')
-rw-r--r--bitbake/lib/toaster/orm/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py
index 658e1d2cc7..c344c66bee 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.py
@@ -150,7 +150,7 @@ class Task(models.Model):
150 ) 150 )
151 151
152 TASK_OUTCOME_HELP = ( 152 TASK_OUTCOME_HELP = (
153 (OUTCOME_SUCCESS, 'This task completed successfully'), 153 (OUTCOME_SUCCESS, 'This task successfully completed'),
154 (OUTCOME_COVERED, 'This task did not run because its output is provided by another task'), 154 (OUTCOME_COVERED, 'This task did not run because its output is provided by another task'),
155 (OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'), 155 (OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'),
156 (OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'), 156 (OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'),