All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/6] Recipe Reporting System fixes
@ 2024-01-15 18:03 Tim Orling
  2024-01-15 18:03 ` [layerindex-web][PATCH 1/6] rrs_maintainer_history: new override syntax Tim Orling
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tim Orling @ 2024-01-15 18:03 UTC (permalink / raw)
  To: yocto

This series fixes some syntax changes and other issues which have made
the Recipe Reporting System non-functional synce May 2020.

For now, the rrs/tools/rrs_distros.py script is commented out of the
rrs/tools/daily_run.sh since it requires changes in oe-core that may need
some discussion.

The other scripts which are part of rrs/tools/rrs_distros.py are now all
functional and have been live tested on layers.openembedded.org:
* rrs_maintainer_history.py
* rrs_upgrade_history.py
* rrs_upstream_history.py

The results can now be seen at https://layers.openembedded.org/rrs/

This series is applied on top of the previous "docker-fixes" series.

The following changes since commit 662ca9a4be52a21ed03e7421b51e5c1e1ef9afb1:

  docker-compose.yml: drop version '3' (2024-01-12 14:16:22 -0800)

are available in the Git repository at:

  https://github.com/moto-timo/layerindex-web rrs-fixes
  https://github.com/moto-timo/layerindex-web/tree/rrs-fixes

Tim Orling (6):
  rrs_maintainer_history: new override syntax
  rrs_maintainer_history: fix syntax
  rrs_upgrade_history: remap new srcrev fetcher API
  rrs_upstream_history: allow skip update_data
  rrs_upstream_history: fix get_recipe_pv_without_srcpv
  rrs_upstream_history: fix get_upstream_info

 rrs/tools/rrs_maintainer_history.py |  6 +++---
 rrs/tools/rrs_upgrade_history.py    |  1 +
 rrs/tools/rrs_upstream_history.py   | 30 ++++++++++++++++++++---------
 3 files changed, 25 insertions(+), 12 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-01-15 18:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 18:03 [layerindex-web][PATCH 0/6] Recipe Reporting System fixes Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 1/6] rrs_maintainer_history: new override syntax Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 2/6] rrs_maintainer_history: fix syntax Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 3/6] rrs_upgrade_history: remap new srcrev fetcher API Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 4/6] rrs_upstream_history: allow skip update_data Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 5/6] rrs_upstream_history: fix get_recipe_pv_without_srcpv Tim Orling
2024-01-15 18:03 ` [layerindex-web][PATCH 6/6] rrs_upstream_history: fix get_upstream_info Tim Orling

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.