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

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


rpurdie pushed a change to branch master
in repository bitbake.

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

The 7 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/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