[oe-commits] [bitbake] branch master-next updated (44d1e9f -> b3299a0)

git at git.openembedded.org git at git.openembedded.org
Thu May 12 08:41:13 UTC 2016


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

  discards  44d1e9f   fixes needed
  discards  d2760a5   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
  discards  591d3b9   bitbake: Drop futures usage since we're python 3
  discards  519d9a4   bitbake/pyinotify.py: Upgrade to py3 version
  discards  11afcda   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
  discards  cdff46d   bin/bitbake-worker: Fix invalid bb.msg.fatal usage
  discards  6642931   utils: Force bitbake to en_US.UTF-8 locale settings
  discards  7c34859   contrib/dump_cache.py,cache: Fix to use python 3 syntax
  discards  4063a63   knotty: Ensure consolelog file handle is closed
  discards  35298d5   runqueue: Improve timestamp comparisions
  discards  f29f056   deamonize/prserv: Convert file() -> open()
       new  e6a0296   daemonize/prserv/tests/fetch: Convert file() -> open()
       new  2c39ebd   runqueue: Improve timestamp comparisons
       new  624dd92   knotty: Ensure consolelog file handle is closed
       new  322949c   contrib/dump_cache.py, cache: Fix to use python 3 syntax
       new  1ffd873   bin/bitbake-worker: Fix invalid bb.msg.fatal usage
       new  8902c29   utils: Force bitbake to en_US.UTF-8 locale setting everywhere
       new  fe248cb   bitbake/bs4: Upgrade 4.3.2 -> 4.4.1 (python 3 version)
       new  fa7d738   bitbake/pyinotify.py: Upgrade to py3 version
       new  8c9d816   bitbake: Drop futures usage since we're python 3
       new  e9869c6   bitbake: Convert to python 3 megacommit This needs breaking up into smaller changes.
       new  dde3cb1   data_smart: Simplify ExpansionError exception
       new  e2b147b   cooker: Fix log message syntax
       new  315ed35   main: Change warn() -> warning()
       new  533987d   fetch: Use OrderedDict for url parameters
       new  58be467   event/msg: Pass formatted exceptions
       new  5de3699   cookerdata: Fix log messages and ensure we exit
       new  4745e5b   main: Ensure exceptions are correctly displayed
       new  b3299a0   data/event/siggen: Fix various exceptions

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   (44d1e9f)
            \
             N -- N -- N   refs/heads/master-next (b3299a0)

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 18 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:
 bin/bitbake-worker   |  3 ++-
 lib/bb/cooker.py     |  2 +-
 lib/bb/cookerdata.py |  4 +---
 lib/bb/data_smart.py |  2 +-
 lib/bb/main.py       | 10 +++-------
 lib/bb/siggen.py     |  8 ++++----
 lib/prserv/serv.py   |  5 ++---
 7 files changed, 14 insertions(+), 20 deletions(-)

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


More information about the Openembedded-commits mailing list