layerindex-web/rrs
Tim Orling 1fccf32175 rrs_upgrade_history: remap new srcrev fetcher API
When performing rrs_upgrade_history for commit date 8/24/2023,
the 'fetch2: Add new srcrev fetcher API' bitbake commit is not
automatically added.

Fix this by remapping 'cooker: Fix error message' (8/22/2023) to
the tag on 8/24/2023 'fetch2: git: Check if clone directory is
a git repo'.

This allows upgrade history for oe-core to continue across the
8/24/2023 date.

Fixes:
2024-01-08 23:59:07,114: DEBUG: run cmd '['git', 'show', '-s', '--format=%ci']' in /opt/workdir/git___git_openembedded_org_openembedded-core
2024-01-08 23:59:07,215: DEBUG: output: 2023-08-24 13:34:35 +0100
2024-01-08 23:59:07,227: DEBUG: run cmd '['git', 'rev-parse', 'HEAD']' in /opt/workdir/bitbake
2024-01-08 23:59:07,329: DEBUG: output: a06619951a43acb80b80d92e0caac560657ca249
2024-01-08 23:59:07,448: DEBUG: Running "GIT_DIR=/opt/workdir/bitbake/.git git merge-base --is-ancestor 87104b6a167188921da157c7dba45938849fb22a HEAD"
NOTE: Starting bitbake server...
ERROR: Failure expanding variable fetcher_hashes_dummyfunc[vardepvalue], expression was ${@bb.fetch.get_hashvalue(d)} which triggered exception AttributeError: module 'bb.fetch2' has no attribute 'get_hashvalue'
The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
2024-01-12 14:17:15 -08:00
..
migrations rrs: add 0030_alter_recipeupgrade_maintainer.py miagration 2022-01-13 21:00:36 -08:00
static Update TableSorter to latest version of active fork 2019-07-17 11:31:01 +12:00
tools rrs_upgrade_history: remap new srcrev fetcher API 2024-01-12 14:17:15 -08:00
__init__.py Add SPDX license headers to layerindex-web source files 2021-04-21 08:22:51 +12:00
admin.py rrs/admin.py: drop curry import 2022-01-13 21:00:14 -08:00
apps.py Add SPDX license headers to layerindex-web source files 2021-04-21 08:22:51 +12:00
context_processors.py Add SPDX license headers to layerindex-web source files 2021-04-21 08:22:51 +12:00
models.py rrs: make changes to support Django 2.2 2021-10-20 10:02:58 +13:00
urls.py Refactor usage of django.conf.urls 2023-10-05 20:10:09 -07:00
views.py Report charset for text & CSV views 2021-10-20 11:07:46 +13:00
wsgi.py Add SPDX license headers to layerindex-web source files 2021-04-21 08:22:51 +12:00