Introduce PKG_EVENT_INCREMENTAL_UPDATE_BEGIN and emit it before starting the update.
modified libpkg/pkg.h.in
@@ -1266,7 +1266,8 @@ typedef enum {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_event.c
@@ -874,6 +874,18 @@ pkg_emit_package_not_found(const char *p)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/event.h
@@ -73,6 +73,7 @@ void pkg_emit_file_mismatch(struct pkg *pkg, struct pkg_file *f, const char *new
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/repo/binary/update.c
@@ -511,6 +511,7 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
|
|
|
|
|