-
- Downloads
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>
parent
69773a5b
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- INSTALL 2 additions, 1 deletionINSTALL
- aurweb/scripts/mkpkglists.py 253 additions, 26 deletionsaurweb/scripts/mkpkglists.py
- conf/config.defaults 1 addition, 0 deletionsconf/config.defaults
- test/setup.sh 2 additions, 0 deletionstest/setup.sh
- web/html/index.php 2 additions, 1 deletionweb/html/index.php
Loading
Please register or sign in to comment