remove old compat. field entry from installed db handling
Package pinning was first implemented with 'p' tag. However, it was before any release renamed to 's', and 'p' was reserved for package provides support for which is used now.cute-signatures
parent
43182c02f4
commit
4c1cdf5b9c
src
|
@ -832,7 +832,6 @@ int apk_db_index_read(struct apk_database *db, struct apk_bstream *bs, int repo)
|
||||||
case 'q':
|
case 'q':
|
||||||
ipkg->replaces_priority = apk_blob_pull_uint(&l, 10);
|
ipkg->replaces_priority = apk_blob_pull_uint(&l, 10);
|
||||||
break;
|
break;
|
||||||
case 'p':
|
|
||||||
case 's':
|
case 's':
|
||||||
ipkg->repository_tag = apk_db_get_tag_id(db, l);
|
ipkg->repository_tag = apk_db_get_tag_id(db, l);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue