[oe-commits] [bitbake] branch master updated (22082c7 -> 238636f)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 17:04:13 UTC 2019


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

rpurdie pushed a change to branch master
in repository bitbake.

    from 22082c7  runqueue/siggen: Optimise hash equiv queries
     new 2124eec  bitbake: Rework hash equivalence
     new 238636f  svn fetcher: allow "svn propget svn:externals" to fail

The 2 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/bitbake-hashclient   | 170 +++++++++++++++++++
 bin/bitbake-hashserv     |  24 +--
 bin/bitbake-worker       |   2 +-
 lib/bb/cooker.py         |  17 +-
 lib/bb/fetch2/svn.py     |   2 +-
 lib/bb/runqueue.py       |   4 +-
 lib/bb/siggen.py         |  74 +++------
 lib/bb/tests/runqueue.py |  19 ++-
 lib/hashserv/__init__.py | 261 +++++++-----------------------
 lib/hashserv/client.py   | 156 ++++++++++++++++++
 lib/hashserv/server.py   | 414 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/hashserv/tests.py    | 159 +++++++++---------
 12 files changed, 954 insertions(+), 348 deletions(-)
 create mode 100755 bin/bitbake-hashclient
 create mode 100644 lib/hashserv/client.py
 create mode 100644 lib/hashserv/server.py

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


More information about the Openembedded-commits mailing list