layerindex-web/rrs
Tim Orling eeefc7c341 rrs_upstream_history: allow skip update_data
Fixes:
Traceback (most recent call last):
  File "/opt/layerindex/./rrs/tools/rrs_upstream_history.py", line 210, in <module>
    set_regexes(recipe_data)
  File "/opt/layerindex/./rrs/tools/rrs_upstream_history.py", line 73, in set_regexes
    bb.data.update_data(localdata)
AttributeError: module 'bb.data' has no attribute 'update_data'

bb.data.update_data was dropped in:
584989ed 'data/data_smart/build: Clean up datastore finalize/update_data references'

While we are here, drop some trailing whitespace.

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_upstream_history: allow skip update_data 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