[oe-commits] [bitbake] branch master-next updated (12f1fb8 -> efa6f91)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 22:46:19 UTC 2016


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

      from  12f1fb8   toasterui: fix warning 'Unknown event'
      adds  bea0246   fetch2/npm: fix errors with some version specifications
      adds  436d67f   fetch2/npm: properly handle npm dependencies
      adds  2fe1826   fetch2/npm: add missing URL argument to ParameterError
      adds  0a60b09   xmlrpc: fix bug in setting XMLRPCServer.single_use
      adds  ba01147   fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their values
      adds  b6141c4   toaster: use force_bytes to display non-ascii project names
      adds  efa6f91   toaster: rework task buildstats storage and display

No new revisions were added by this update.

Summary of changes:
 lib/bb/fetch2/__init__.py                          |  4 +-
 lib/bb/fetch2/npm.py                               | 70 ++++++++++++++-------
 lib/bb/server/xmlrpc.py                            |  4 +-
 lib/bb/ui/buildinfohelper.py                       | 72 ++++++++++------------
 .../bldcontrol/management/commands/runbuilds.py    |  2 +-
 lib/toaster/bldcontrol/models.py                   |  4 +-
 .../orm/migrations/0005_task_field_separation.py   | 48 +++++++++++++++
 lib/toaster/orm/models.py                          | 23 ++++++-
 .../toastergui/templates/basebuildpage.html        |  4 +-
 lib/toaster/toastergui/templates/task.html         | 23 ++++---
 lib/toaster/toastergui/templates/tasks.html        | 20 +++---
 lib/toaster/toastergui/urls.py                     |  2 +-
 lib/toaster/toastergui/views.py                    | 55 +++++++++++------
 13 files changed, 222 insertions(+), 109 deletions(-)
 create mode 100644 lib/toaster/orm/migrations/0005_task_field_separation.py

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


More information about the Openembedded-commits mailing list