Add progress indicators to repo create.
modified libpkg/pkg.h.in
@@ -958,12 +958,8 @@ int pkg_is_installed(struct pkgdb *db, const char *origin);
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -472,8 +472,7 @@ pkg_create_repo_read_pipe(int fd, struct digest_list_entry **dlist)
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -567,6 +566,8 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -595,6 +596,7 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -620,11 +622,15 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -819,6 +825,7 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -837,6 +844,9 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -846,6 +856,8 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -857,6 +869,8 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -865,6 +879,7 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -904,6 +919,8 @@ pkg_finish_repo(const char *output_dir, pem_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified src/repo.c
@@ -43,24 +43,6 @@ usage_repo(void)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -137,28 +119,13 @@ exec_repo(int argc, char **argv)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|