[oe-commits] [bitbake] branch master updated (3cb0d1c -> 0bb188f)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:41 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  3cb0d1c   bitbake-worker: Handle cooker/worker IO deadlocking
       new  3b45c47   bitbake: remove True option to getVar calls
       new  c19baa8   bitbake: remove True option to getVarFlag calls
       new  999e980   toaster: runbuilds Write the pidfile in python rather than shell script
       new  161ea71   toaster: tests Add management command tests
       new  1a7c356   toaster: Add an example production settings file
       new  bc8401e   toaster: customrecipejs Consume click event on 'a' link if disabled
       new  e9efef0   toaster: orm gen_layerdeps Protect against circular Layer dependencies
       new  f3da9f8   toaster: tablejs Fix missing close square bracket
       new  9d168bb   toaster: localhostbecontroller accept custom init script for build
       new  f3e99d8   toaster: localhostbecontroller write toaster layers for project to toaster-bblayers.conf
       new  ba5332d   toaster: buildinfohelper toaster-custom-images layer
       new  69f3339   toaster: orm models Project class Fix pyflake errors
       new  f8d3ea7   toaster: orm models Handle CustomImageRecipe BRLayer here
       new  15a42b3   toaster: bldcontrol Move CustomImageRecipe file creation into own function
       new  6935cc0   toaster: buildinfohelper Simplify layer event to toaster layer function
       new  ea298ec   toaster: buildinfohelper fix _get_layer_version_for_dependency
       new  5accd6c   toaster: buildinfohelper Clarify log message for build history
       new  ddd3bc2   fetch2: obey BB_ALLOWED_NETWORKS when checking network access
       new  d18a74d   codeparser.py: support deeply nested tokens
       new  0bb188f   ast: remove BBVERSIONS support

The 20 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                                 |   6 +-
 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/codeparser.py                               |  29 ++--
 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                                |  75 +---------
 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 ++++++++
 57 files changed, 805 insertions(+), 568 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