Allow to use a string for the "enabled" key in repo configuration but warn about it
modified libpkg/pkg_config.c
@@ -422,6 +422,7 @@ pkg_object_walk(ucl_object_t *obj, struct pkg_config *conf_by_key)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -683,7 +684,7 @@ disable_plugins_if_static(void)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -709,13 +710,23 @@ add_repo(ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|