mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(mkpkglists): improve package meta archive
The SQL logic in this file for package metadata now exactly reflects RPC's search logic, without searching for specific packages. Two command line arguments are available: --extended | Include License, Keywords, Groups, relations and dependencies. When --extended is passed, the script will create a packages-meta-ext-v1.json.gz, configured via packagesmetaextfile. Archive JSON is in the following format: line-separated package objects enclosed in a list: [ {...}, {...}, {...} ] Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
69773a5b58
commit
51fb24ab73
6 changed files with 258 additions and 26 deletions
|
@ -12,7 +12,7 @@ before_script:
|
|||
python-pygit2 python-srcinfo python-bleach python-markdown
|
||||
python-sqlalchemy python-alembic python-pytest python-werkzeug
|
||||
python-pytest-tap python-fastapi hypercorn nginx python-authlib
|
||||
python-itsdangerous python-httpx
|
||||
python-itsdangerous python-httpx python-orjson
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue