ssh: add ssh_args per repositories
modified docs/pkg-repository.5
@@ -234,6 +234,21 @@ schemes are used with
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified docs/pkg.conf.5
@@ -312,6 +312,10 @@ Default:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -570,6 +574,16 @@ Default: 0.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/fetch_ssh.c
@@ -188,7 +188,10 @@ ssh_connect(struct pkg_repo *repo, struct yuarel *u)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/libpkg.ver
@@ -165,6 +165,7 @@ global:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1599,6 +1599,7 @@ const char *pkg_repo_url(struct pkg_repo *r);
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -615,6 +615,7 @@ add_repo(const ucl_object_t *obj, struct pkg_repo *r, const char *rname, pkg_ini
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -711,6 +712,14 @@ add_repo(const ucl_object_t *obj, struct pkg_repo *r, const char *rname, pkg_ini
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -751,6 +760,11 @@ add_repo(const ucl_object_t *obj, struct pkg_repo *r, const char *rname, pkg_ini
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1704,6 +1718,7 @@ pkg_repo_free(struct pkg_repo *r)
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1804,6 +1819,12 @@ pkg_repo_fingerprints(struct pkg_repo *r)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -546,6 +546,7 @@ struct pkg_repo {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/utils.c
@@ -1201,6 +1201,9 @@ print_repository(struct pkg_repo *repo, bool pad)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/frontend/config.sh
@@ -5,6 +5,7 @@ tests_init \
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,6 +100,53 @@ EOF
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|