Add utilities to load repo meta.
modified libpkg/packing.c
@@ -388,3 +388,26 @@ packing_format_from_string(const char *str)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified libpkg/pkg_config.c
@@ -902,6 +902,7 @@ pkg_repo_new(const char *name, const char *url)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -914,6 +915,7 @@ pkg_repo_free(struct pkg_repo *r)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_update.c
@@ -243,6 +243,8 @@ pkg_repo_update_incremental(const char *name, struct pkg_repo *repo, time_t *mti
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -412,7 +414,7 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -420,6 +422,7 @@ pkg_repo_update_binary_pkgs(struct pkg_repo *repo, bool force)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -428,13 +431,21 @@ pkg_repo_update_binary_pkgs(struct pkg_repo *repo, bool force)
|
|
|
|
|
|
| - | |
|
|
| - | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -475,11 +486,11 @@ pkg_repo_update_binary_pkgs(struct pkg_repo *repo, bool force)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -498,7 +509,11 @@ cleanup:
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -432,6 +432,7 @@ int packing_append_tree(struct packing *pack, const char *treepath,
|
|
|
|
|
|
| + | |
|
|
|
|
|