[oe-commits] [bitbake] branch master-next updated (d59bcf1 -> 773ce63)

git at git.openembedded.org git at git.openembedded.org
Mon Nov 28 14:24:41 UTC 2016


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

      from  d59bcf1   WIP bitbake-worker/cooker: more logging to aid debugging
       new  d888e60   bitbake-worker: Handle cooker/worker IO deadlocking
       new  a0ddbd5   bitbake: remove True option to getVar calls
       new  e3b80b2   bitbake: remove True option to getVarFlag calls
       new  e79353c   toaster: runbuilds Write the pidfile in python rather than shell script
       new  9d55923   toaster: tests Add management command tests
       new  30ed5b4   toaster: Add an example production settings file
       new  9192211   toaster: customrecipejs Consume click event on 'a' link if disabled
       new  e747921   toaster: orm gen_layerdeps Protect against circular Layer dependencies
       new  2c490ef   toaster: tablejs Fix missing close square bracket
       new  a75ca65   toaster: localhostbecontroller accept custom init script for build
       new  213d394   toaster: localhostbecontroller write toaster layers for project to toaster-bblayers.conf
       new  539842f   toaster: buildinfohelper toaster-custom-images layer
       new  026f0b3   toaster: orm models Project class Fix pyflake errors
       new  37bcb91   toaster: orm models Handle CustomImageRecipe BRLayer here
       new  2e1bd3d   toaster: bldcontrol Move CustomImageRecipe file creation into own function
       new  2085475   toaster: buildinfohelper Simplify layer event to toaster layer function
       new  1cbc745   toaster: buildinfohelper fix _get_layer_version_for_dependency
       new  f1dfddc   toaster: buildinfohelper Clarify log message for build history
       new  773ce63   fetch2: obey BB_ALLOWED_NETWORKS when checking network access

The 19 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:
 bin/bitbake-layers                                 |   2 +-
 bin/bitbake-worker                                 |  58 +++++---
 bin/toaster                                        |   2 +-
 .../bitbake-user-manual-fetching.xml               |   4 +-
 .../bitbake-user-manual-metadata.xml               |   8 +-
 lib/bb/build.py                                    |  46 +++---
 lib/bb/cache.py                                    |  10 +-
 lib/bb/cooker.py                                   |  42 +++---
 lib/bb/cookerdata.py                               |  12 +-
 lib/bb/data.py                                     |  26 ++--
 lib/bb/data_smart.py                               |  16 +--
 lib/bb/fetch2/__init__.py                          |  75 +++++-----
 lib/bb/fetch2/clearcase.py                         |  10 +-
 lib/bb/fetch2/cvs.py                               |  14 +-
 lib/bb/fetch2/git.py                               |  16 +--
 lib/bb/fetch2/hg.py                                |  12 +-
 lib/bb/fetch2/local.py                             |  12 +-
 lib/bb/fetch2/npm.py                               |  22 +--
 lib/bb/fetch2/osc.py                               |  10 +-
 lib/bb/fetch2/perforce.py                          |  16 +--
 lib/bb/fetch2/repo.py                              |   4 +-
 lib/bb/fetch2/sftp.py                              |   2 +-
 lib/bb/fetch2/ssh.py                               |   4 +-
 lib/bb/fetch2/svn.py                               |   4 +-
 lib/bb/fetch2/wget.py                              |  14 +-
 lib/bb/monitordisk.py                              |   4 +-
 lib/bb/parse/__init__.py                           |   2 +-
 lib/bb/parse/ast.py                                |  14 +-
 lib/bb/parse/parse_py/BBHandler.py                 |   2 +-
 lib/bb/parse/parse_py/ConfHandler.py               |   6 +-
 lib/bb/persist_data.py                             |   4 +-
 lib/bb/providers.py                                |  12 +-
 lib/bb/runqueue.py                                 |  32 ++---
 lib/bb/siggen.py                                   |  14 +-
 lib/bb/tests/codeparser.py                         |  12 +-
 lib/bb/tests/data.py                               |  58 ++++----
 lib/bb/tests/parse.py                              |  28 ++--
 lib/bb/ui/buildinfohelper.py                       | 112 +++++++--------
 lib/bb/utils.py                                    |  16 +--
 lib/bblayers/action.py                             |   2 +-
 lib/bblayers/common.py                             |   2 +-
 lib/bblayers/layerindex.py                         |   8 +-
 lib/bblayers/query.py                              |  10 +-
 lib/prserv/serv.py                                 |   4 +-
 lib/toaster/bldcontrol/localhostbecontroller.py    | 160 +++++++++++----------
 .../bldcontrol/management/commands/runbuilds.py    |  21 ++-
 lib/toaster/orm/management/commands/lsupdates.py   |   1 -
 lib/toaster/orm/models.py                          |  94 +++++++-----
 .../management => tests}/commands/__init__.py      |   0
 lib/toaster/tests/commands/test_loaddata.py        |  61 ++++++++
 lib/toaster/tests/commands/test_lsupdates.py       |  45 ++++++
 lib/toaster/tests/commands/test_runbuilds.py       |  88 ++++++++++++
 lib/toaster/toastergui/api.py                      |  16 ++-
 lib/toaster/toastergui/static/js/customrecipe.js   |   6 +
 lib/toaster/toastergui/static/js/table.js          |   2 +-
 .../toastermain/settings_production_example.py     |  58 ++++++++
 56 files changed, 827 insertions(+), 508 deletions(-)
 copy lib/toaster/{toastermain/management => tests}/commands/__init__.py (100%)
 create mode 100644 lib/toaster/tests/commands/test_loaddata.py
 create mode 100644 lib/toaster/tests/commands/test_lsupdates.py
 create mode 100644 lib/toaster/tests/commands/test_runbuilds.py
 create mode 100644 lib/toaster/toastermain/settings_production_example.py

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


More information about the Openembedded-commits mailing list