[oe-commits] [bitbake] branch master-next updated (b7faf1a -> 3dfea52)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 20 14:28:02 UTC 2016


rpurdie pushed a change to branch master-next
in repository bitbake.

      from  b7faf1a   cooker: check if target contains task
       new  a1d6f64   uihelper: use elif instead of repeated if
       new  a75e70b   toaster: Fix links to tasks with specific outcome
       new  f236d9c   toaster: Indicate active navigation element
       new  e2b5dc3   toaster: Remove duplicate layer information
       new  20cdc3d   cooker.py: add LAYERRECOMMENDS processing
       new  51ca519   cookerdata.py: Catch BBHandledException, preventing a backtrace in an event
       new  7e9a89e   toaster: fix checking of repository url
       new  6295522   toaster: implement signal_runbuilds function
       new  fe08f0f   toaster: notify runbuilds when build status changes
       new  62d598c   runbuilds: process builds on SIGUSR1
       new  6b9f8f6   runbuilds: process builds on start
       new  0eecd66   runbuilds: code cleanup - whitespaces, long lines
       new  49731a1   runbuilds: code cleanup - remove unused imports
       new  faa8827   toaster: unlock BuildEnvirnoment when build is done
       new  031cb19   toaster: Add tests to detect if we have missing db migrations
       new  3dfea52   toaster: buildinfohelper local layer don't construct path using git info

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/bb/cooker.py                                   | 37 +++++++++++++--
 lib/bb/cookerdata.py                               |  2 +-
 lib/bb/ui/buildinfohelper.py                       | 20 +++++---
 lib/bb/ui/uihelper.py                              | 11 ++---
 lib/toaster/bldcontrol/localhostbecontroller.py    |  2 +-
 .../bldcontrol/management/commands/runbuilds.py    | 49 +++++++++----------
 lib/toaster/orm/models.py                          | 10 +++-
 .../management/commands => tests/db}/__init__.py   |  0
 lib/toaster/tests/db/test_db.py                    | 55 ++++++++++++++++++++++
 .../toastergui/templates/basebuildpage.html        |  7 ++-
 .../toastergui/templates/builddashboard.html       |  6 +--
 lib/toaster/toastergui/templates/customrecipe.html |  2 -
 12 files changed, 150 insertions(+), 51 deletions(-)
 copy lib/toaster/{toastermain/management/commands => tests/db}/__init__.py (100%)
 create mode 100644 lib/toaster/tests/db/test_db.py

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list