Implement conflicts file output.
modified libpkg/pkg_repo.c
@@ -217,7 +217,7 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -239,6 +239,7 @@ pkg_repo_insert_conflict(const char *file, struct pkg *pkg,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -345,6 +346,61 @@ pkg_repo_check_conflicts(struct pkg *pkg, sqlite3 *sqlite,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -365,7 +421,7 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -434,6 +490,12 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -539,6 +601,8 @@ pkg_create_repo(char *path, bool force, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -575,6 +639,9 @@ cleanup:
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|