PatchedrpmRpmRepository
Serializer for Rpm Repositories.
Properties
Name | Type | Description | Notes |
---|---|---|---|
pulp_labels | dict(str, str) | [optional] | |
name | str | A unique name for this repository. | [optional] |
description | str | An optional description. | [optional] |
retain_repo_versions | int | Retain X versions of the repository. Default is null which retains all versions. | [optional] |
remote | str | An optional remote to use by default when syncing. | [optional] |
autopublish | bool | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to False] |
metadata_signing_service | str | A reference to an associated signing service. | [optional] |
package_signing_service | str | A reference to an associated package signing service. | [optional] |
package_signing_fingerprint | str | The pubkey V4 fingerprint (160 bits) to be passed to the package signing service.The signing service will use that on signing operations related to this repository. | [optional] [default to ''] |
retain_package_versions | int | The number of versions of each package to keep in the repository; older versions will be purged. The default is '0', which will disable this feature and keep all versions of each package. | [optional] |
checksum_type | PackageChecksumTypeEnum | The preferred checksum type during repo publish. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
metadata_checksum_type | PackageChecksumTypeEnum | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
package_checksum_type | PackageChecksumTypeEnum | DEPRECATED: use CHECKSUM_TYPE instead. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
gpgcheck | int | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional] |
repo_gpgcheck | int | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
repo_config | object | A JSON document describing config.repo file | [optional] |
compression_type | CompressionTypeEnum | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |