Allow url to be overridden by other repo configs
modified libpkg/pkg_config.c
@@ -323,6 +323,8 @@ static size_t c_size = NELEM(c);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -503,6 +505,8 @@ add_repo(const ucl_object_t *obj, struct pkg_repo *r, const char *rname)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -983,6 +987,20 @@ pkg_repo_new(const char *name, const char *url, const char *type)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|