Skip to content
Snippets Groups Projects
Forked from Arch Linux / aurweb
Source project has a limited visibility.
  • Kevin Morris's avatar
    51fb24ab
    fix(mkpkglists): improve package meta archive · 51fb24ab
    Kevin Morris authored
    
    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's avatarKevin Morris <kevr@0cost.org>
    Verified
    51fb24ab
    History
    fix(mkpkglists): improve package meta archive
    Kevin Morris authored
    
    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's avatarKevin Morris <kevr@0cost.org>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This GitLab CI configuration is valid. Learn more