Print in pkg -vv the list of repositories and their status
modified libpkg/pkg_config.c
@@ -740,6 +740,7 @@ add_repo(yaml_document_t *doc, yaml_node_t *repo, yaml_node_t *node)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -784,7 +785,7 @@ load_repo_file(const char *repofile)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -809,6 +810,7 @@ load_repo_files(const char *repodir)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -817,8 +819,10 @@ load_repo_files(const char *repodir)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/main.c
@@ -259,6 +259,7 @@ main(int argc, char **argv)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -469,6 +470,15 @@ main(int argc, char **argv)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|