repo: now emit a new data.pkg file
modified libpkg/pkg_repo_create.c
@@ -297,6 +297,8 @@ struct thr_env {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -353,10 +355,11 @@ pkg_create_repo_thread(void *arg)
|
|
|
|
|
|
| + | |
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -422,7 +425,7 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -488,6 +491,10 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -513,6 +520,16 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -528,6 +545,10 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -556,6 +577,8 @@ cleanup:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -808,6 +831,14 @@ pkg_finish_repo(const char *output_dir, pkg_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -846,6 +877,9 @@ pkg_finish_repo(const char *output_dir, pkg_password_cb *password_cb,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_meta.c
@@ -465,6 +465,7 @@ pkg_repo_meta_is_special_file(const char *file, struct pkg_repo_meta *meta)
|
|
|
|
|
|
| + | |
|
|
|
|
|