[oe-commits] [openembedded-core] branch master-next updated (30594bf -> a91cf9a)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 20 18:00:49 UTC 2019


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

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

 discard 30594bf  glib-2.0: convert from autotools to meson
 discard ee2b43e  gdk-pixbuf: convert from autotools to meson
 discard 6fd23ae  llvm: switch to the official git repository
 discard 7708cce  pango: convert from autotools to meson
 discard 1fca4ef  libdrm: Upgrade 2.4.96 -> 2.4.97
 discard ee2afd6  python3-six: upgrade 1.11.0 -> 1.12.0
 discard 87f8cb4  python3-setuptools: upgrade 40.0.0 -> 40.8.0
 discard 41d1e7c  python3-pip: upgrade 18.0 -> 19.0.2
 discard 74a31d1  python3-pbr: upgrade 5.1.1 -> 5.1.2
 discard fd3a5ad  python3-gitdb: upgrade 2.0.4 -> 2.0.5
 discard 497e039  diffutils: upgrade to 3.7
 discard 9e2eec6  temp remove resulttooltests
     new 9db196f  diffutils: upgrade to 3.7
     new 25718ce  python3-gitdb: upgrade 2.0.4 -> 2.0.5
     new c30fff6  python3-pbr: upgrade 5.1.1 -> 5.1.2
     new c512ce5  python3-pip: upgrade 18.0 -> 19.0.2
     new ca8c7bc  python3-setuptools: upgrade 40.0.0 -> 40.8.0
     new 2dd7f95  python3-six: upgrade 1.11.0 -> 1.12.0
     new cad0990  libdrm: Upgrade 2.4.96 -> 2.4.97
     new 4e21b51  pango: convert from autotools to meson
     new 9f7468a  llvm: switch to the official git repository
     new b2487c6  gdk-pixbuf: convert from autotools to meson
     new 3c45b98  glib-2.0: convert from autotools to meson
     new fbbcbe1  oe-build-perf-report/gitarchive: Move common useful functions to library
     new c2cd796  resulttool/regression: Change to use gitarchive git repo code
     new a91cf9a  resulttool: Fix tests

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   (30594bf)
            \
             N -- N -- N   refs/heads/master-next (a91cf9a)

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 "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 14 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:
 meta/lib/oeqa/selftest/cases/resulttooltests.py | 94 +++++++++++++++++++++++++
 meta/lib/oeqa/utils/gitarchive.py               | 71 +++++++++++++++++++
 scripts/lib/resulttool/regression.py            | 84 ++++++++++++++++++----
 scripts/lib/resulttool/report.py                | 22 +++---
 scripts/lib/resulttool/resultutils.py           | 43 ++++++++---
 scripts/oe-build-perf-report                    | 90 +++--------------------
 6 files changed, 290 insertions(+), 114 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/resulttooltests.py

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


More information about the Openembedded-commits mailing list