groups: export groups in the repo data
modified external/libucl/src/ucl_emitter.c
@@ -1,4 +1,25 @@
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -235,9 +256,17 @@ ucl_emitter_common_start_array (struct ucl_emitter_context *ctx,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -287,9 +316,17 @@ ucl_emitter_common_start_object (struct ucl_emitter_context *ctx,
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -358,15 +395,13 @@ ucl_emitter_common_elt (struct ucl_emitter_context *ctx,
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/pkg_repo_create.c
@@ -810,6 +810,14 @@ pkg_repo_create(struct pkg_repo_create *prc, char *path)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -832,15 +840,8 @@ pkg_repo_create(struct pkg_repo_create *prc, char *path)
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/binary_private.h
@@ -672,5 +672,6 @@ void pkg_repo_binary_finalize_prstatements(void);
|
|
|
|
|
|
| + | |
|
|
|
modified libpkg/repo/binary/common.c
@@ -230,6 +230,17 @@ pkg_repo_binary_run_prstatement(sql_prstmt_index s, ...)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/repo/binary/update.c
@@ -619,6 +619,20 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|