groups: implement pkg rquery
modified libpkg/pkg_jobs.c
@@ -969,6 +969,15 @@ pkg_jobs_guess_upgrade_candidate(struct pkg_jobs *j, const char *pattern)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -983,6 +992,10 @@ pkg_jobs_find_upgrade(struct pkg_jobs *j, const char *pattern, match_t m)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_query.c
@@ -393,7 +393,10 @@ pkgdb_repo_query_cond(struct pkgdb *db, const char *cond, const char *pattern, m
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -498,6 +498,8 @@ struct pkg_repo_ops {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/binary.c
@@ -1,13 +1,14 @@
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -32,6 +33,7 @@ struct pkg_repo_ops pkg_repo_binary_ops = {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/repo/binary/binary.h
@@ -1,13 +1,14 @@
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -41,6 +42,8 @@ int pkg_repo_binary_open(struct pkg_repo *repo, unsigned mode);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/query.c
@@ -172,6 +172,12 @@ pkg_repo_binary_group_it_reset(struct pkg_repo_it *it)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -572,10 +578,10 @@ pkg_repo_binary_groupsearch(struct pkg_repo *repo, const char *pattern, match_t
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|