Be more verbose when parsing repositories configuration files
modified libpkg/pkg_config.c
@@ -697,6 +697,7 @@ add_repo(ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -809,7 +810,7 @@ add_repo(ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -820,10 +821,15 @@ walk_repo_obj(ucl_object_t *obj)
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -831,14 +837,15 @@ static void
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -846,25 +853,7 @@ load_repo_file(const char *repofile)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -881,8 +870,10 @@ load_repo_file(const char *repofile)
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -905,7 +896,10 @@ load_repo_files(const char *repodir)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|