In format_repo_ident(), look for the "repository" annotation if PKG_REPONAME is undefined. Use this to implement the %R query pattern.
modified docs/pkg-query.8
@@ -15,7 +15,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,6 +128,11 @@ Returns 1 if the matched package is locked against modification or deletion, 0 o
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_printf.c
@@ -1310,9 +1310,18 @@ struct sbuf *
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/query.c
@@ -73,6 +73,7 @@ static struct query_flags accepted_query_flags[] = {
|
|
|
|
|
|
| + | |
|
|
|
|
|