[oe-commits] [bitbake] branch python3 updated (969ba9e -> c83203c)

git at git.openembedded.org git at git.openembedded.org
Wed May 11 10:32:55 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

     omits  969ba9e   bitbake: Convert to python 3 megacommit
     omits  8074b79   bitbake/pyinotify.py: Upgrade to py3 version
     omits  9d2c8ab   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  3b18435   toaster: projectNameValidation API added
       new  83e5be7   toaster: ui handles duplicate project name in new project page
       new  05ddf48   toaster: ui handles duplicate project name in project page
       new  b2fba7a   toaster: models Add missing import sys
       new  8055fbe   toaster: tests browser Add test for creating a project
       new  197aa8f   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  e4bbf42   bitbake/pyinotify.py: Upgrade to py3 version
       new  5a8550c   bitbake: Convert to python 3 megacommit
       new  c83203c   bitbake py3 fixes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (969ba9e)
            \
             N -- N -- N   refs/heads/python3 (c83203c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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

The 9 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:
 lib/bb/ui/knotty.py                                |   3 +-
 lib/toaster/orm/models.py                          |   1 +
 lib/toaster/tests/browser/test_new_project_page.py | 109 +++++++++++++++++++++
 lib/toaster/toastergui/static/js/libtoaster.js     |  62 ++++++++++++
 lib/toaster/toastergui/static/js/projecttopbar.js  |   7 ++
 lib/toaster/toastergui/templates/newproject.html   |  12 ++-
 .../toastergui/templates/projecttopbar.html        |   3 +-
 7 files changed, 193 insertions(+), 4 deletions(-)
 create mode 100644 lib/toaster/tests/browser/test_new_project_page.py

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


More information about the Openembedded-commits mailing list