[oe-commits] [bitbake] branch master-next updated (6abfeef -> 9876b5d)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 17 08:15:55 UTC 2018


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

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

 discard 6abfeef  toaster: project-specific enhancement set

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master-next (9876b5d)
            \
             O -- O -- O   (6abfeef)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 lib/toaster/bldcontrol/localhostbecontroller.py    | 172 ++----
 .../bldcontrol/management/commands/runbuilds.py    |   2 +-
 .../orm/migrations/0018_project_specific.py        |  28 -
 lib/toaster/orm/models.py                          |  58 +-
 lib/toaster/toastergui/api.py                      | 168 +-----
 lib/toaster/toastergui/static/js/layerBtn.js       |  12 -
 lib/toaster/toastergui/static/js/layerdetails.js   |   3 +-
 lib/toaster/toastergui/static/js/libtoaster.js     | 105 ----
 lib/toaster/toastergui/static/js/mrbsection.js     |   4 +-
 lib/toaster/toastergui/static/js/projecttopbar.js  |  22 -
 lib/toaster/toastergui/tables.py                   |   4 -
 .../toastergui/templates/base_specific.html        | 128 -----
 .../templates/baseprojectspecificpage.html         |  48 --
 .../templates/generic-toastertable-page.html       |   2 +-
 lib/toaster/toastergui/templates/importlayer.html  |   4 +-
 .../toastergui/templates/landing_specific.html     |  50 --
 lib/toaster/toastergui/templates/layerdetails.html |   3 +-
 lib/toaster/toastergui/templates/mrb_section.html  |   2 +-
 .../toastergui/templates/newcustomimage.html       |   4 +-
 .../toastergui/templates/newproject_specific.html  |  95 ----
 lib/toaster/toastergui/templates/project.html      |   7 +-
 .../toastergui/templates/project_specific.html     | 162 ------
 .../templates/project_specific_topbar.html         |  80 ---
 lib/toaster/toastergui/templates/projectconf.html  |   7 +-
 .../toastergui/templates/recipe_add_btn.html       |  23 -
 lib/toaster/toastergui/urls.py                     |  13 -
 lib/toaster/toastergui/views.py                    | 151 ------
 lib/toaster/toastergui/widgets.py                  |   6 -
 .../toastermain/management/commands/builddelete.py |   6 +-
 .../toastermain/management/commands/buildimport.py | 586 ---------------------
 30 files changed, 56 insertions(+), 1899 deletions(-)
 delete mode 100644 lib/toaster/orm/migrations/0018_project_specific.py
 delete mode 100644 lib/toaster/toastergui/templates/base_specific.html
 delete mode 100644 lib/toaster/toastergui/templates/baseprojectspecificpage.html
 delete mode 100644 lib/toaster/toastergui/templates/landing_specific.html
 delete mode 100644 lib/toaster/toastergui/templates/newproject_specific.html
 delete mode 100644 lib/toaster/toastergui/templates/project_specific.html
 delete mode 100644 lib/toaster/toastergui/templates/project_specific_topbar.html
 delete mode 100644 lib/toaster/toastergui/templates/recipe_add_btn.html
 mode change 100644 => 100755 lib/toaster/toastergui/views.py
 delete mode 100644 lib/toaster/toastermain/management/commands/buildimport.py

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


More information about the Openembedded-commits mailing list