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

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 17:23:52 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  19507b8   bitbake-user-manual: Added expand() function to list.
       new  66a9ee7   fetch2/npm: fix indentation
       new  7b7a65c   fetch2/npm: handle alternative dependency syntax
       new  b389751   fetch2/npm: ignore unknown headers in tarballs
       new  6b29d32   toaster: fixup dependency excludes for customimage
       new  d3b5f3b   toaster: views api Package info return both kinds of RDEPENDS
       new  09392f3   toaster: change 'revision' to 'Git revision'
       new  b8044ce   toaster: bring back the strict directive
       new  c243ab6   toaster: raise NotImplementedError
       new  3ee06eb   toaster: don't use sshbecontroller
       new  975081e   toaster: remove sshbecontroller module
       new  42a2d11   toasterui: reformat list of events
       new  16b14ec   toasterui: update list of events
       new  8a47d30   command: make setEventMask readonly
       new  6e3f13f   toasterui: check if setEventMask succeeded
       new  d4b5796   toasterui: make toasterui to work in build mode
       new  b11f9d6   toasterui: exit on final events
       new  12f1fb8   toasterui: fix warning 'Unknown event'

The 17 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/command.py                                  |   1 +
 lib/bb/fetch2/npm.py                               |  50 +++---
 lib/bb/ui/toasterui.py                             |  90 +++++++----
 lib/toaster/bldcontrol/bbcontroller.py             |  16 +-
 .../migrations/0002_auto_20160120_1250.py          |  19 +++
 lib/toaster/bldcontrol/models.py                   |  10 +-
 lib/toaster/bldcontrol/sshbecontroller.py          | 169 ---------------------
 lib/toaster/bldcontrol/tests.py                    |  30 +---
 lib/toaster/toastergui/static/js/projectpage.js    |   2 +-
 lib/toaster/toastergui/tables.py                   |   6 +-
 lib/toaster/toastergui/templates/base.html         |   2 +-
 lib/toaster/toastergui/templates/importlayer.html  |   2 +-
 lib/toaster/toastergui/templates/layerdetails.html |   2 +-
 lib/toaster/toastergui/views.py                    |  16 +-
 14 files changed, 140 insertions(+), 275 deletions(-)
 create mode 100644 lib/toaster/bldcontrol/migrations/0002_auto_20160120_1250.py
 delete mode 100644 lib/toaster/bldcontrol/sshbecontroller.py

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


More information about the Openembedded-commits mailing list