mirror of
https://abf.rosa.ru/djam/repo-analyzer.git
synced 2025-02-24 02:22:56 +00:00
Fix the erroneous field name
This commit is contained in:
parent
865dff2a86
commit
532ab8cd13
1 changed files with 2 additions and 1 deletions
|
@ -583,8 +583,9 @@ def process_repodir(xrepodir, repodir_id, cache_dir, build_archs, conn,
|
||||||
# ts.setVSFlags(~(rpm.RPMVSF_NOMD5|rpm.RPMVSF_NEEDPAYLOAD))
|
# ts.setVSFlags(~(rpm.RPMVSF_NOMD5|rpm.RPMVSF_NEEDPAYLOAD))
|
||||||
hdr = get_rpm_header(rpm_ts, get_local_file(rpm_list[0], temp_dir))
|
hdr = get_rpm_header(rpm_ts, get_local_file(rpm_list[0], temp_dir))
|
||||||
|
|
||||||
|
# Retain sort order!
|
||||||
packages_extra_fields = {'repodir_id': 'INTEGER',
|
packages_extra_fields = {'repodir_id': 'INTEGER',
|
||||||
'package_url': 'TEXT',
|
'rpm_url': 'TEXT',
|
||||||
'sourcerpm_package': 'TEXT'}
|
'sourcerpm_package': 'TEXT'}
|
||||||
|
|
||||||
file_tags_re = r'^RPMTAG_(BASENAMES|FILE[\w\d]+)'
|
file_tags_re = r'^RPMTAG_(BASENAMES|FILE[\w\d]+)'
|
||||||
|
|
Loading…
Add table
Reference in a new issue