Register a cleanup callback when updating the repos (fixes: #1418)
modified libpkg/repo/binary/update.c
@@ -58,7 +58,6 @@ pkg_repo_binary_init_update(struct pkg_repo *repo, const char *name)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -450,6 +449,18 @@ pkg_repo_binary_parse_conflicts(FILE *f, sqlite3 *sqlite)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -464,6 +475,7 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -490,6 +502,9 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -556,6 +571,13 @@ cleanup:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|