pulp_deb_client 2.7.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -19
- data/docs/ContentGenericContentsApi.md +2 -2
- data/docs/ContentInstallerFileIndicesApi.md +2 -2
- data/docs/ContentInstallerPackagesApi.md +2 -2
- data/docs/ContentPackageIndicesApi.md +2 -2
- data/docs/ContentPackageReleaseComponentsApi.md +2 -2
- data/docs/ContentPackagesApi.md +2 -2
- data/docs/ContentReleaseArchitecturesApi.md +2 -2
- data/docs/ContentReleaseComponentsApi.md +2 -2
- data/docs/ContentReleaseFilesApi.md +2 -2
- data/docs/ContentReleasesApi.md +2 -2
- data/docs/DebAptRemote.md +6 -4
- data/docs/DebAptRemoteResponse.md +6 -4
- data/docs/DebReleaseFile.md +2 -2
- data/docs/DebReleaseFileResponse.md +2 -2
- data/docs/DistributionsAptApi.md +2 -2
- data/docs/{InlineResponse20014.md → PaginatedRepositoryVersionResponseList.md} +4 -4
- data/docs/{InlineResponse2009.md → PaginateddebAptDistributionResponseList.md} +4 -4
- data/docs/{InlineResponse20010.md → PaginateddebAptPublicationResponseList.md} +4 -4
- data/docs/{InlineResponse20012.md → PaginateddebAptRemoteResponseList.md} +4 -4
- data/docs/{InlineResponse20013.md → PaginateddebAptRepositoryResponseList.md} +4 -4
- data/docs/{InlineResponse2002.md → PaginateddebBasePackageResponseList.md} +4 -4
- data/docs/{InlineResponse200.md → PaginateddebGenericContentResponseList.md} +4 -4
- data/docs/{InlineResponse2001.md → PaginateddebInstallerFileIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2003.md → PaginateddebPackageIndexResponseList.md} +4 -4
- data/docs/{InlineResponse2004.md → PaginateddebPackageReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2005.md → PaginateddebReleaseArchitectureResponseList.md} +4 -4
- data/docs/{InlineResponse2006.md → PaginateddebReleaseComponentResponseList.md} +4 -4
- data/docs/{InlineResponse2007.md → PaginateddebReleaseFileResponseList.md} +4 -4
- data/docs/{InlineResponse2008.md → PaginateddebReleaseResponseList.md} +4 -4
- data/docs/{InlineResponse20011.md → PaginateddebVerbatimPublicationResponseList.md} +4 -4
- data/docs/PatcheddebAptRemote.md +6 -4
- data/docs/PublicationsAptApi.md +2 -2
- data/docs/PublicationsVerbatimApi.md +2 -2
- data/docs/RemotesAptApi.md +2 -2
- data/docs/RepositoriesAptApi.md +2 -2
- data/docs/RepositoriesDebVersionsApi.md +2 -2
- data/lib/pulp_deb_client/api/content_generic_contents_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_file_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_installer_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_indices_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_package_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_packages_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_architectures_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_components_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_release_files_api.rb +3 -3
- data/lib/pulp_deb_client/api/content_releases_api.rb +3 -3
- data/lib/pulp_deb_client/api/distributions_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/publications_verbatim_api.rb +3 -3
- data/lib/pulp_deb_client/api/remotes_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_apt_api.rb +3 -3
- data/lib/pulp_deb_client/api/repositories_deb_versions_api.rb +3 -3
- data/lib/pulp_deb_client/models/deb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/models/deb_apt_remote_response.rb +18 -8
- data/lib/pulp_deb_client/models/deb_release_file.rb +3 -3
- data/lib/pulp_deb_client/models/deb_release_file_response.rb +3 -3
- data/lib/pulp_deb_client/models/{inline_response20014.rb → paginated_repository_version_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2009.rb → paginateddeb_apt_distribution_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20010.rb → paginateddeb_apt_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20012.rb → paginateddeb_apt_remote_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20013.rb → paginateddeb_apt_repository_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2002.rb → paginateddeb_base_package_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response200.rb → paginateddeb_generic_content_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2001.rb → paginateddeb_installer_file_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2003.rb → paginateddeb_package_index_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2004.rb → paginateddeb_package_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2005.rb → paginateddeb_release_architecture_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2006.rb → paginateddeb_release_component_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2007.rb → paginateddeb_release_file_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response2008.rb → paginateddeb_release_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/{inline_response20011.rb → paginateddeb_verbatim_publication_response_list.rb} +3 -3
- data/lib/pulp_deb_client/models/patcheddeb_apt_remote.rb +18 -8
- data/lib/pulp_deb_client/version.rb +1 -1
- data/lib/pulp_deb_client.rb +15 -15
- data/spec/api/content_generic_contents_api_spec.rb +1 -1
- data/spec/api/content_installer_file_indices_api_spec.rb +1 -1
- data/spec/api/content_installer_packages_api_spec.rb +1 -1
- data/spec/api/content_package_indices_api_spec.rb +1 -1
- data/spec/api/content_package_release_components_api_spec.rb +1 -1
- data/spec/api/content_packages_api_spec.rb +1 -1
- data/spec/api/content_release_architectures_api_spec.rb +1 -1
- data/spec/api/content_release_components_api_spec.rb +1 -1
- data/spec/api/content_release_files_api_spec.rb +1 -1
- data/spec/api/content_releases_api_spec.rb +1 -1
- data/spec/api/distributions_apt_api_spec.rb +1 -1
- data/spec/api/publications_apt_api_spec.rb +1 -1
- data/spec/api/publications_verbatim_api_spec.rb +1 -1
- data/spec/api/remotes_apt_api_spec.rb +1 -1
- data/spec/api/repositories_apt_api_spec.rb +1 -1
- data/spec/api/repositories_deb_versions_api_spec.rb +1 -1
- data/spec/models/deb_apt_remote_response_spec.rb +6 -0
- data/spec/models/deb_apt_remote_spec.rb +6 -0
- data/spec/models/paginated_repository_version_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_distribution_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_apt_publication_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20011_spec.rb → paginateddeb_apt_remote_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_apt_repository_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20012_spec.rb → paginateddeb_base_package_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_generic_content_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_installer_file_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_index_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_package_release_component_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_architecture_response_list_spec.rb +59 -0
- data/spec/models/paginateddeb_release_component_response_list_spec.rb +59 -0
- data/spec/models/{inline_response20013_spec.rb → paginateddeb_release_file_response_list_spec.rb} +6 -6
- data/spec/models/{inline_response20010_spec.rb → paginateddeb_release_response_list_spec.rb} +6 -6
- data/spec/models/paginateddeb_verbatim_publication_response_list_spec.rb +59 -0
- data/spec/models/patcheddeb_apt_remote_spec.rb +6 -0
- metadata +102 -102
- data/spec/models/inline_response20014_spec.rb +0 -59
- data/spec/models/inline_response2001_spec.rb +0 -59
- data/spec/models/inline_response2002_spec.rb +0 -59
- data/spec/models/inline_response2003_spec.rb +0 -59
- data/spec/models/inline_response2004_spec.rb +0 -59
- data/spec/models/inline_response2005_spec.rb +0 -59
- data/spec/models/inline_response2006_spec.rb +0 -59
- data/spec/models/inline_response2007_spec.rb +0 -59
- data/spec/models/inline_response2008_spec.rb +0 -59
- data/spec/models/inline_response2009_spec.rb +0 -59
- data/spec/models/inline_response200_spec.rb +0 -59
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad307cb84443f6b4cbe582f5b3cc39af382a6467ab4681d1f9f4c279f24653e7
|
4
|
+
data.tar.gz: 87a927fb30d5409688a0d7c27c720d455689cc20f6c89e444cba1ec19a0d2230
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ec0ce496b882234fb8f01d7e8882887d381f7c84e50c7c12f42e1711af5d6df1a820b176ef79f99b98651304b6b5be33e3faaf589c5c5efc1a05f84eab730df
|
7
|
+
data.tar.gz: 80cf3a754b2399be64d4107cdd67fc7b4c7e7601297f35ba01dcdb6789e07355e5e92e0f45d3f15270fd36f4ae319920672c5c18d6c357b3b230c41909814139
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 2.
|
10
|
+
- Package version: 2.8.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-2.
|
27
|
+
gem install ./pulp_deb_client-2.8.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.8.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_deb_client', '~> 2.
|
36
|
+
gem 'pulp_deb_client', '~> 2.8.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -185,21 +185,21 @@ Class | Method | HTTP request | Description
|
|
185
185
|
- [PulpDebClient::DebReleaseResponse](docs/DebReleaseResponse.md)
|
186
186
|
- [PulpDebClient::DebVerbatimPublication](docs/DebVerbatimPublication.md)
|
187
187
|
- [PulpDebClient::DebVerbatimPublicationResponse](docs/DebVerbatimPublicationResponse.md)
|
188
|
-
- [PulpDebClient::
|
189
|
-
- [PulpDebClient::
|
190
|
-
- [PulpDebClient::
|
191
|
-
- [PulpDebClient::
|
192
|
-
- [PulpDebClient::
|
193
|
-
- [PulpDebClient::
|
194
|
-
- [PulpDebClient::
|
195
|
-
- [PulpDebClient::
|
196
|
-
- [PulpDebClient::
|
197
|
-
- [PulpDebClient::
|
198
|
-
- [PulpDebClient::
|
199
|
-
- [PulpDebClient::
|
200
|
-
- [PulpDebClient::
|
201
|
-
- [PulpDebClient::
|
202
|
-
- [PulpDebClient::
|
188
|
+
- [PulpDebClient::PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
|
189
|
+
- [PulpDebClient::PaginateddebAptDistributionResponseList](docs/PaginateddebAptDistributionResponseList.md)
|
190
|
+
- [PulpDebClient::PaginateddebAptPublicationResponseList](docs/PaginateddebAptPublicationResponseList.md)
|
191
|
+
- [PulpDebClient::PaginateddebAptRemoteResponseList](docs/PaginateddebAptRemoteResponseList.md)
|
192
|
+
- [PulpDebClient::PaginateddebAptRepositoryResponseList](docs/PaginateddebAptRepositoryResponseList.md)
|
193
|
+
- [PulpDebClient::PaginateddebBasePackageResponseList](docs/PaginateddebBasePackageResponseList.md)
|
194
|
+
- [PulpDebClient::PaginateddebGenericContentResponseList](docs/PaginateddebGenericContentResponseList.md)
|
195
|
+
- [PulpDebClient::PaginateddebInstallerFileIndexResponseList](docs/PaginateddebInstallerFileIndexResponseList.md)
|
196
|
+
- [PulpDebClient::PaginateddebPackageIndexResponseList](docs/PaginateddebPackageIndexResponseList.md)
|
197
|
+
- [PulpDebClient::PaginateddebPackageReleaseComponentResponseList](docs/PaginateddebPackageReleaseComponentResponseList.md)
|
198
|
+
- [PulpDebClient::PaginateddebReleaseArchitectureResponseList](docs/PaginateddebReleaseArchitectureResponseList.md)
|
199
|
+
- [PulpDebClient::PaginateddebReleaseComponentResponseList](docs/PaginateddebReleaseComponentResponseList.md)
|
200
|
+
- [PulpDebClient::PaginateddebReleaseFileResponseList](docs/PaginateddebReleaseFileResponseList.md)
|
201
|
+
- [PulpDebClient::PaginateddebReleaseResponseList](docs/PaginateddebReleaseResponseList.md)
|
202
|
+
- [PulpDebClient::PaginateddebVerbatimPublicationResponseList](docs/PaginateddebVerbatimPublicationResponseList.md)
|
203
203
|
- [PulpDebClient::PatcheddebAptDistribution](docs/PatcheddebAptDistribution.md)
|
204
204
|
- [PulpDebClient::PatcheddebAptRemote](docs/PatcheddebAptRemote.md)
|
205
205
|
- [PulpDebClient::PatcheddebAptRepository](docs/PatcheddebAptRepository.md)
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
73
73
|
|
74
74
|
## list
|
75
75
|
|
76
|
-
>
|
76
|
+
> PaginateddebGenericContentResponseList list(opts)
|
77
77
|
|
78
78
|
List generic contents
|
79
79
|
|
@@ -132,7 +132,7 @@ Name | Type | Description | Notes
|
|
132
132
|
|
133
133
|
### Return type
|
134
134
|
|
135
|
-
[**
|
135
|
+
[**PaginateddebGenericContentResponseList**](PaginateddebGenericContentResponseList.md)
|
136
136
|
|
137
137
|
### Authorization
|
138
138
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebInstallerFileIndexResponseList list(opts)
|
69
69
|
|
70
70
|
List InstallerFileIndices
|
71
71
|
|
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
|
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
131
|
-
[**
|
131
|
+
[**PaginateddebInstallerFileIndexResponseList**](PaginateddebInstallerFileIndexResponseList.md)
|
132
132
|
|
133
133
|
### Authorization
|
134
134
|
|
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
73
73
|
|
74
74
|
## list
|
75
75
|
|
76
|
-
>
|
76
|
+
> PaginateddebBasePackageResponseList list(opts)
|
77
77
|
|
78
78
|
List installer packages
|
79
79
|
|
@@ -162,7 +162,7 @@ Name | Type | Description | Notes
|
|
162
162
|
|
163
163
|
### Return type
|
164
164
|
|
165
|
-
[**
|
165
|
+
[**PaginateddebBasePackageResponseList**](PaginateddebBasePackageResponseList.md)
|
166
166
|
|
167
167
|
### Authorization
|
168
168
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebPackageIndexResponseList list(opts)
|
69
69
|
|
70
70
|
List PackageIndices
|
71
71
|
|
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
|
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
131
|
-
[**
|
131
|
+
[**PaginateddebPackageIndexResponseList**](PaginateddebPackageIndexResponseList.md)
|
132
132
|
|
133
133
|
### Authorization
|
134
134
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebPackageReleaseComponentResponseList list(opts)
|
69
69
|
|
70
70
|
List package release components
|
71
71
|
|
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
|
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
127
|
-
[**
|
127
|
+
[**PaginateddebPackageReleaseComponentResponseList**](PaginateddebPackageReleaseComponentResponseList.md)
|
128
128
|
|
129
129
|
### Authorization
|
130
130
|
|
data/docs/ContentPackagesApi.md
CHANGED
@@ -73,7 +73,7 @@ Name | Type | Description | Notes
|
|
73
73
|
|
74
74
|
## list
|
75
75
|
|
76
|
-
>
|
76
|
+
> PaginateddebBasePackageResponseList list(opts)
|
77
77
|
|
78
78
|
List packages
|
79
79
|
|
@@ -164,7 +164,7 @@ Name | Type | Description | Notes
|
|
164
164
|
|
165
165
|
### Return type
|
166
166
|
|
167
|
-
[**
|
167
|
+
[**PaginateddebBasePackageResponseList**](PaginateddebBasePackageResponseList.md)
|
168
168
|
|
169
169
|
### Authorization
|
170
170
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebReleaseArchitectureResponseList list(opts)
|
69
69
|
|
70
70
|
List release architectures
|
71
71
|
|
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
|
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
127
|
-
[**
|
127
|
+
[**PaginateddebReleaseArchitectureResponseList**](PaginateddebReleaseArchitectureResponseList.md)
|
128
128
|
|
129
129
|
### Authorization
|
130
130
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebReleaseComponentResponseList list(opts)
|
69
69
|
|
70
70
|
List release components
|
71
71
|
|
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
|
|
124
124
|
|
125
125
|
### Return type
|
126
126
|
|
127
|
-
[**
|
127
|
+
[**PaginateddebReleaseComponentResponseList**](PaginateddebReleaseComponentResponseList.md)
|
128
128
|
|
129
129
|
### Authorization
|
130
130
|
|
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebReleaseFileResponseList list(opts)
|
69
69
|
|
70
70
|
List release files
|
71
71
|
|
@@ -128,7 +128,7 @@ Name | Type | Description | Notes
|
|
128
128
|
|
129
129
|
### Return type
|
130
130
|
|
131
|
-
[**
|
131
|
+
[**PaginateddebReleaseFileResponseList**](PaginateddebReleaseFileResponseList.md)
|
132
132
|
|
133
133
|
### Authorization
|
134
134
|
|
data/docs/ContentReleasesApi.md
CHANGED
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
|
|
65
65
|
|
66
66
|
## list
|
67
67
|
|
68
|
-
>
|
68
|
+
> PaginateddebReleaseResponseList list(opts)
|
69
69
|
|
70
70
|
List releases
|
71
71
|
|
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
|
|
126
126
|
|
127
127
|
### Return type
|
128
128
|
|
129
|
-
[**
|
129
|
+
[**PaginateddebReleaseResponseList**](PaginateddebReleaseResponseList.md)
|
130
130
|
|
131
131
|
### Authorization
|
132
132
|
|
data/docs/DebAptRemote.md
CHANGED
@@ -15,13 +15,14 @@ Name | Type | Description | Notes
|
|
15
15
|
**password** | **String** | The password to be used for authentication when syncing. | [optional]
|
16
16
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
17
17
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
18
|
-
**distributions** | **String** | Whitespace separated list of distributions to sync |
|
19
|
-
**components** | **String** | Whitespace separatet list of components to sync | [optional]
|
20
|
-
**architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
|
18
|
+
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
|
19
|
+
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
20
|
+
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
21
21
|
**sync_sources** | **Boolean** | Sync source packages | [optional]
|
22
22
|
**sync_udebs** | **Boolean** | Sync installer packages | [optional]
|
23
23
|
**sync_installer** | **Boolean** | Sync installer files | [optional]
|
24
24
|
**gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
|
25
|
+
**ignore_missing_package_indices** | **Boolean** | By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices. | [optional]
|
25
26
|
|
26
27
|
## Code Sample
|
27
28
|
|
@@ -45,7 +46,8 @@ instance = PulpDebClient::DebAptRemote.new(name: null,
|
|
45
46
|
sync_sources: null,
|
46
47
|
sync_udebs: null,
|
47
48
|
sync_installer: null,
|
48
|
-
gpgkey: null
|
49
|
+
gpgkey: null,
|
50
|
+
ignore_missing_package_indices: null)
|
49
51
|
```
|
50
52
|
|
51
53
|
|
@@ -18,13 +18,14 @@ Name | Type | Description | Notes
|
|
18
18
|
**pulp_last_updated** | **DateTime** | Timestamp of the most recent update of the remote. | [optional] [readonly]
|
19
19
|
**download_concurrency** | **Integer** | Total number of simultaneous connections. | [optional]
|
20
20
|
**policy** | [**PolicyEnum**](PolicyEnum.md) | The policy to use when downloading content. The possible values include: 'immediate', 'on_demand', and 'streamed'. 'immediate' is the default. | [optional]
|
21
|
-
**distributions** | **String** | Whitespace separated list of distributions to sync |
|
22
|
-
**components** | **String** | Whitespace separatet list of components to sync | [optional]
|
23
|
-
**architectures** | **String** | Whitespace separated list of architectures to sync | [optional]
|
21
|
+
**distributions** | **String** | Whitespace separated list of distributions to sync. The distribution is the path from the repository root to the \"Release\" file you want to access. This is often, but not always, equal to either the codename or the suite of the release you want to sync. If the repository you are trying to sync uses \"flat repository format\", the distribution must end with a \"/\". Based on \"/etc/apt/sources.list\" syntax. |
|
22
|
+
**components** | **String** | Whitespace separatet list of components to sync. If none are supplied, all that are available will be synchronized. Leave blank for repositores using \"flat repository format\". | [optional]
|
23
|
+
**architectures** | **String** | Whitespace separated list of architectures to sync If none are supplied, all that are available will be synchronized. A list of valid architecture specification strings can be found by running \"dpkg-architecture -L\". A sync will download the intersection of the list of architectures provided via this field and those provided by the relevant \"Release\" file. Architecture=\"all\" is always synchronized and does not need to be provided here. | [optional]
|
24
24
|
**sync_sources** | **Boolean** | Sync source packages | [optional]
|
25
25
|
**sync_udebs** | **Boolean** | Sync installer packages | [optional]
|
26
26
|
**sync_installer** | **Boolean** | Sync installer files | [optional]
|
27
27
|
**gpgkey** | **String** | Gpg public key to verify origin releases against | [optional]
|
28
|
+
**ignore_missing_package_indices** | **Boolean** | By default, upstream repositories that declare architectures and corresponding package indices in their Release files without actually publishing them, will fail to synchronize. Set this flag to True to allow the synchronization of such \"partial mirrors\" instead. Alternatively, you could make your remote filter by architectures for which the upstream repository does have indices. | [optional]
|
28
29
|
|
29
30
|
## Code Sample
|
30
31
|
|
@@ -51,7 +52,8 @@ instance = PulpDebClient::DebAptRemoteResponse.new(pulp_href: null,
|
|
51
52
|
sync_sources: null,
|
52
53
|
sync_udebs: null,
|
53
54
|
sync_installer: null,
|
54
|
-
gpgkey: null
|
55
|
+
gpgkey: null,
|
56
|
+
ignore_missing_package_indices: null)
|
55
57
|
```
|
56
58
|
|
57
59
|
|
data/docs/DebReleaseFile.md
CHANGED
@@ -5,9 +5,9 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
8
|
-
**codename** | **String** | Codename of the release, i.e. \"buster\". |
|
8
|
+
**codename** | **String** | Codename of the release, i.e. \"buster\". | [optional]
|
9
9
|
**suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
|
10
|
-
**distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
|
10
|
+
**distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
|
11
11
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -7,9 +7,9 @@ Name | Type | Description | Notes
|
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
10
|
-
**codename** | **String** | Codename of the release, i.e. \"buster\". |
|
10
|
+
**codename** | **String** | Codename of the release, i.e. \"buster\". | [optional]
|
11
11
|
**suite** | **String** | Suite of the release, i.e. \"stable\". | [optional]
|
12
|
-
**distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
|
12
|
+
**distribution** | **String** | Distribution of the release, i.e. \"stable/updates\". |
|
13
13
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
14
14
|
|
15
15
|
## Code Sample
|
data/docs/DistributionsAptApi.md
CHANGED
@@ -121,7 +121,7 @@ Name | Type | Description | Notes
|
|
121
121
|
|
122
122
|
## list
|
123
123
|
|
124
|
-
>
|
124
|
+
> PaginateddebAptDistributionResponseList list(opts)
|
125
125
|
|
126
126
|
List apt distributions
|
127
127
|
|
@@ -182,7 +182,7 @@ Name | Type | Description | Notes
|
|
182
182
|
|
183
183
|
### Return type
|
184
184
|
|
185
|
-
[**
|
185
|
+
[**PaginateddebAptDistributionResponseList**](PaginateddebAptDistributionResponseList.md)
|
186
186
|
|
187
187
|
### Authorization
|
188
188
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginatedRepositoryVersionResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginatedRepositoryVersionResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebAptDistributionResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebAptDistributionResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebAptPublicationResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebAptPublicationResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebAptRemoteResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebAptRemoteResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebAptRepositoryResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebAptRepositoryResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebBasePackageResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebBasePackageResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebGenericContentResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebGenericContentResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebInstallerFileIndexResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebInstallerFileIndexResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebPackageIndexResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebPackageIndexResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebPackageReleaseComponentResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebPackageReleaseComponentResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebReleaseArchitectureResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebReleaseArchitectureResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebReleaseComponentResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebReleaseComponentResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# PulpDebClient::
|
1
|
+
# PulpDebClient::PaginateddebReleaseFileResponseList
|
2
2
|
|
3
3
|
## Properties
|
4
4
|
|
@@ -14,9 +14,9 @@ Name | Type | Description | Notes
|
|
14
14
|
```ruby
|
15
15
|
require 'PulpDebClient'
|
16
16
|
|
17
|
-
instance = PulpDebClient::
|
18
|
-
_next:
|
19
|
-
previous:
|
17
|
+
instance = PulpDebClient::PaginateddebReleaseFileResponseList.new(count: 123,
|
18
|
+
_next: http://api.example.org/accounts/?offset=400&limit=100,
|
19
|
+
previous: http://api.example.org/accounts/?offset=200&limit=100,
|
20
20
|
results: null)
|
21
21
|
```
|
22
22
|
|