All of lore.kernel.org
 help / color / mirror / Atom feed
* [auh][PATCH 00/21] Further enhancements to automatic upgrade helper
@ 2017-12-21 16:27 Alexander Kanavin
  2017-12-21 16:27 ` [auh][PATCH 01/21] upgradehelper.py: fix checking for do_checkpkg Alexander Kanavin
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Alexander Kanavin @ 2017-12-21 16:27 UTC (permalink / raw)
  To: yocto

Particularly:
1) Rebase and integrate (most of) Robert's patches
2) Add musl testing support (a notorious source of failures)
3) Rework testimage support to be more straigtforward and usable locally
by maintainers
4) Other things :)

The following changes since commit fbccfa00967305bb3866d0f610cd4b83b8b7a28c:

  upgradehelper.py: revert commits that failed to build (2017-12-14 18:13:11 +0200)

are available in the Git repository at:

  git://git.yoctoproject.org/auto-upgrade-helper devel
  http://git.yoctoproject.org/cgit.cgi/auto-upgrade-helper/log/?h=devel

Alexander Kanavin (13):
  upgradehelper.py: drop automatic mode
  upgradehelper.py: replace the confusing 'maintainer' command line
    option
  weeklyjob.sh: set up a temporary branch and clean up afterwards
  Add support for compiling against non-default C libraries
  Add protection measures and information against running with existing
    build directories.
  upgradehelper.py: do not include absolute paths in the generated
    tarball
  Do not require configuration options that aren't necessary for running
    ptests
  upgradehelper.py: do not include testimage information in maintainer
    email messages
  testimage.py: clarify what arguments are passed to class constructor
  testimage.py: run even if no packages were upgraded
  testimage.py: remove all iterations (over machines, over failing
    recipes)
  testimage.py: rewrite the logic for building and running testimages
  testimage.py: collect and write out logs from bitbake and testimage

Robert Yang (8):
  upgradehelper.py: fix checking for do_checkpkg
  upgradehelper.py: support upgrade multiple recipes
  upgradehelper.py: use UniverseUpdater for all cases
  modules/steps.py: fix warn when skip compilation
  upgradehelper.py: only check email settings when -e is specified
  upgradehelper.py: always do upgrade when recipes are specified
  upgradehelper.py: print info when recipe is skipped to upgrade
  upgradehelper.py: don't build gcc-runtime when --skip-compilation

 README                   |  40 +++++---
 modules/steps.py         |   2 +-
 modules/testimage.py     | 256 ++++++++---------------------------------------
 modules/utils/bitbake.py |   7 +-
 upgradehelper.py         | 144 +++++++++++---------------
 weeklyjob.sh             |  16 ++-
 6 files changed, 142 insertions(+), 323 deletions(-)

-- 
2.15.1



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-12-21 16:33 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 16:27 [auh][PATCH 00/21] Further enhancements to automatic upgrade helper Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 01/21] upgradehelper.py: fix checking for do_checkpkg Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 02/21] upgradehelper.py: support upgrade multiple recipes Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 03/21] upgradehelper.py: use UniverseUpdater for all cases Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 04/21] modules/steps.py: fix warn when skip compilation Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 05/21] upgradehelper.py: only check email settings when -e is specified Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 06/21] upgradehelper.py: always do upgrade when recipes are specified Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 07/21] upgradehelper.py: print info when recipe is skipped to upgrade Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 08/21] upgradehelper.py: don't build gcc-runtime when --skip-compilation Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 09/21] upgradehelper.py: drop automatic mode Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 10/21] upgradehelper.py: replace the confusing 'maintainer' command line option Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 11/21] weeklyjob.sh: set up a temporary branch and clean up afterwards Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 12/21] Add support for compiling against non-default C libraries Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 13/21] Add protection measures and information against running with existing build directories Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 14/21] upgradehelper.py: do not include absolute paths in the generated tarball Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 15/21] Do not require configuration options that aren't necessary for running ptests Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 16/21] upgradehelper.py: do not include testimage information in maintainer email messages Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 17/21] testimage.py: clarify what arguments are passed to class constructor Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 18/21] testimage.py: run even if no packages were upgraded Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 19/21] testimage.py: remove all iterations (over machines, over failing recipes) Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 20/21] testimage.py: rewrite the logic for building and running testimages Alexander Kanavin
2017-12-21 16:27 ` [auh][PATCH 21/21] testimage.py: collect and write out logs from bitbake and testimage Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.