[oe-commits] [bitbake] branch master updated (b7faf1a -> ba566b4)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 21 20:58:50 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

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

No new revisions were added by this update.

Summary of changes:
 lib/bb/cooker.py                                   | 37 +++++++++++++--
 lib/bb/cookerdata.py                               |  2 +-
 lib/bb/runqueue.py                                 |  9 ++--
 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 -
 13 files changed, 154 insertions(+), 56 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