[oe-commits] [bitbake] branch master updated (751c9dc -> 04a023c)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 10 22:33:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository bitbake.

    from 751c9dc  fetch/local: Drop FILESDIR
     add f93a77f  runqueue: Allow recrdeptask not to exist for all recipes
     add fe5d8a0  Bump version to 1.33.4
     add 6fb6429  toaster: toastergui: implement machine name validation
     add eaeddaf  toaster:test:Create selenium tests for project dashboard page
     add 99f49b5  bitbake-diffsigs: fix -t picking wrong files to compare
     add 55cd404  lib/bb/siggen: add missing path separator to cleaned paths
     add c87764b  bitbake-diffsigs: properly report which signature is missing
     add f0d7ab2  bitbake-diffsigs: drop naive logic for removing duplicate files
     add 4d254ae  lib/bb/siggen: show a diff when dumping changes to multi-line values
     add cb17054  lib/bb/siggen: don't show unchanged runtaskdeps list
     add 7f130e0  bitbake-diffsigs: change to use argparse
     add d9813b1  bitbake-diffsigs: add an option to find and compare specific signatures
     add 6543a59  lib/bb/siggen: add collapsed mode to compare_sigfiles()
     add 20db6b6  lib/bb/siggen: show word-diff for single-line values containing spaces
     add 04a023c  bitbake-diffsigs: colourise output

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   2 +
 bin/bitbake                                        |   2 +-
 bin/bitbake-diffsigs                               | 175 ++++++++-------
 lib/bb/__init__.py                                 |   2 +-
 lib/bb/runqueue.py                                 |   3 +
 lib/bb/siggen.py                                   | 166 +++++++++++---
 lib/simplediff/LICENSE                             |  22 ++
 lib/simplediff/__init__.py                         | 198 +++++++++++++++++
 lib/toaster/tests/builds/buildtest.py              | 110 +++++-----
 .../commands => tests/functional}/__init__.py      |   0
 lib/toaster/tests/functional/functional_helpers.py | 122 +++++++++++
 .../tests/functional/test_functional_basic.py      | 243 +++++++++++++++++++++
 lib/toaster/toastergui/static/js/projectpage.js    |  17 ++
 lib/toaster/toastergui/templates/project.html      |   3 +-
 14 files changed, 898 insertions(+), 167 deletions(-)
 create mode 100644 lib/simplediff/LICENSE
 create mode 100644 lib/simplediff/__init__.py
 copy lib/toaster/{toastermain/management/commands => tests/functional}/__init__.py (100%)
 create mode 100644 lib/toaster/tests/functional/functional_helpers.py
 create mode 100644 lib/toaster/tests/functional/test_functional_basic.py

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


More information about the Openembedded-commits mailing list