Detect when a repository is already attached to a package
modified libpkg/pkg_repo.c
@@ -11,6 +11,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -164,6 +165,9 @@ pkg_repos_add_in_pkg(struct pkg *pkg, struct pkg_repos_entry *re)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -300,3 +304,15 @@ pkg_repos_is_reserved_name(struct pkg_repos *repos, struct pkg_repos_entry *re)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |