[oe-commits] [bitbake] branch master updated (22cc318 -> df31a88)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 19:57:15 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 22cc318  bitbake-selftest: add bb.tests.event to bitbake-selftest
     add e4c7a94  toaster: address Django-1.10 API deprecations
     add 0c94d94  toaster: git clone progress bar
     add a156a4e  toaster: Add distro selection support
     add 02cb2b7  toaster: large package set breaks sqlite query
     add b303365  toaster: test 'commit' first in get_vcs_reference
     new df31a88  cache: don't insert PN into PACKAGES

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/toaster                                        | 10 ++-
 lib/bb/cache.py                                    |  4 +-
 lib/toaster/bldcollector/urls.py                   | 10 ++-
 lib/toaster/bldcontrol/localhostbecontroller.py    | 12 +++
 .../management/commands/checksettings.py           |  6 +-
 .../bldcontrol/management/commands/runbuilds.py    |  6 +-
 lib/toaster/orm/management/commands/lsupdates.py   | 27 ++++++-
 ...e_progress_fields.py => 0016_clone_progress.py} |  8 +-
 lib/toaster/orm/migrations/0017_distro_clone.py    | 25 ++++++
 lib/toaster/orm/models.py                          | 50 +++++++++++-
 lib/toaster/toastergui/api.py                      | 13 +++-
 lib/toaster/toastergui/static/js/mrbsection.js     | 15 ++++
 lib/toaster/toastergui/static/js/projectpage.js    | 73 +++++++++++++++++
 lib/toaster/toastergui/tables.py                   | 91 ++++++++++++++++++++++
 lib/toaster/toastergui/templates/base.html         |  1 +
 .../toastergui/templates/baseprojectpage.html      |  1 +
 lib/toaster/toastergui/templates/distro_btn.html   | 20 +++++
 lib/toaster/toastergui/templates/mrb_section.html  | 29 ++++++-
 lib/toaster/toastergui/templates/project.html      | 16 ++++
 lib/toaster/toastergui/typeaheads.py               | 30 +++++++
 lib/toaster/toastergui/urls.py                     | 69 +++++++++-------
 lib/toaster/toastergui/views.py                    | 13 +++-
 lib/toaster/toastergui/widgets.py                  |  4 +
 .../toastermain/management/commands/buildslist.py  |  6 +-
 lib/toaster/toastermain/settings.py                | 70 ++++++++++-------
 lib/toaster/toastermain/urls.py                    |  8 +-
 toaster-requirements.txt                           |  2 +-
 27 files changed, 521 insertions(+), 98 deletions(-)
 copy lib/toaster/orm/migrations/{0013_recipe_parse_progress_fields.py => 0016_clone_progress.py} (77%)
 create mode 100644 lib/toaster/orm/migrations/0017_distro_clone.py
 create mode 100644 lib/toaster/toastergui/templates/distro_btn.html

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


More information about the Openembedded-commits mailing list