[gnome-continuous-yocto/gnomeostree-3.28-rocko: 900/8267] bitbake: toaster: BuiltPackagesTable format empty state in packages table
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 900/8267] bitbake: toaster: BuiltPackagesTable format empty state in packages table
- Date: Sat, 16 Dec 2017 21:04:27 +0000 (UTC)
commit 0db23ae759fe0f5f7861bc2d87dd4566237e35e7
Author: Belen Barros Pena <belen barros pena linux intel com>
Date: Thu Jun 9 11:35:11 2016 +0100
bitbake: toaster: BuiltPackagesTable format empty state in packages table
The explanatory message in the empty state of the packages built table
was missing some spaces.
(Bitbake rev: 70f600f86ec4d536004d968919e86d2afa58d585)
Signed-off-by: Belen Barros Pena <belen barros pena linux intel com>
Signed-off-by: Michael Wood <michael g wood intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
bitbake/lib/toaster/toastergui/buildtables.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py
index 8ef33fd..4edd0e8 100644
--- a/bitbake/lib/toaster/toastergui/buildtables.py
+++ b/bitbake/lib/toaster/toastergui/buildtables.py
@@ -134,11 +134,11 @@ class BuiltPackagesTable(BuildTablesMixin, BuiltPackagesTableBase):
self.default_orderby = "name"
self.empty_state =\
- ('<strong>No packages were built.</strong> How did this happen?'
- 'Well, BitBake reuses as much stuff as possible.'
- 'If all of the packages needed were already built and available'
- 'in your build infrastructure, BitBake'
- 'will not rebuild any of them. This might be slightly confusing,'
+ ('<strong>No packages were built.</strong> How did this happen? '
+ 'Well, BitBake reuses as much stuff as possible. '
+ 'If all of the packages needed were already built and available '
+ 'in your build infrastructure, BitBake '
+ 'will not rebuild any of them. This might be slightly confusing, '
'but it does make everything faster.')
def setup_columns(self, *args, **kwargs):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]