[oe-commits] [bitbake] branch python3 updated (a49b47e -> cabcaa8)

git at git.openembedded.org git at git.openembedded.org
Mon May 16 10:54:25 UTC 2016


rpurdie pushed a change to branch python3
in repository bitbake.

  discards  a49b47e   xmlrpc: add parameter use_builtin_types
  discards  545fc2a   toaster: use knotty when working with bitbake server
  discards  946819b   toaster: fix migrations
  discards  f1c4d62   toaster: moved import bb.server.xmlrpc
  discards  7b882b9   toaster: read timezone files in binary mode
  discards  9cecda1   toaster: use re.sub() instead of translate()
  discards  6d2f97c   toaster: replace map with list comprehensions
  discards  d263b97   toaster: use items and range instead of old APIs
  discards  63b5aab   toaster: use decode('utf-8') for binary data
  discards  f98ab14   toaster: modified list of dependencies
  discards  60f61c2   toaster: fix local imports
  discards  a67ce74   toaster: fix imports to work for python 3
  discards  5fb57c0   toaster: get rid of using reduce
  discards  977df18   toaster: use force_text instead of force_bytes
  discards  350d23a   data/event/siggen: Fix various exceptions [FIXME]
  discards  fd037d4   google/image-writer: Drop since bitrotting and no longer used
  discards  df7bafb   image-writer/goggle: Disable pygtkcompat problems
  discards  4ba05a4   lib/bb: Set required python 3 version to 3.4.0
  discards  4b2aa6d   data_smart: Simplify ExpansionError exception
  discards  3c5da3f   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  cf51f19   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  9d0a246   data_smart: Simplify ExpansionError exception
       new  9e38f3a   lib/bb: Set required python 3 version to 3.4.0
       new  024d788   image-writer/goggle: Disable pygtkcompat problems
       new  9113cd4   google/image-writer: Drop since bitrotting and no longer used
       new  f1e4a3c   data/event/siggen: Fix various exceptions [FIXME]
       new  7b89d37   toaster: use force_text instead of force_bytes
       new  0a25b72   toaster: get rid of using reduce
       new  5c39479   toaster: fix imports to work for python 3
       new  e38319b   toaster: fix local imports
       new  d3e309b   toaster: modified list of dependencies
       new  49c203b   toaster: use decode('utf-8') for binary data
       new  f44986d   toaster: use items and range instead of old APIs
       new  49d9cf1   toaster: replace map with list comprehensions
       new  019ac47   toaster: use re.sub() instead of translate()
       new  9e89fbe   toaster: read timezone files in binary mode
       new  69c2b67   toaster: moved import bb.server.xmlrpc
       new  76ed905   toaster: fix migrations
       new  7596c57   toaster: use knotty when working with bitbake server
       new  cabcaa8   xmlrpc: add parameter use_builtin_types

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   (a49b47e)
            \
             N -- N -- N   refs/heads/python3 (cabcaa8)

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 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:
 lib/bb/process.py | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

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


More information about the Openembedded-commits mailing list