3a6627 osbuild-composer-27 base

Authored and Committed by Packit Service 3 years ago
371 files changed. 86572 lines added. 137147 lines removed.
.github/PULL_REQUEST_TEMPLATE.md
file modified
+19 -4
.github/workflows/tests.yml
file modified
+2 -2
HACKING.md
file modified
+64 -0
NEWS.md
file modified
+34 -0
README.md
file modified
+2 -2
Schutzfile
file modified
+4 -1
cmd/osbuild-image-tests/constants/constants.go
file modified
+1 -1
containers/osbuild-composer/entrypoint.py
file added
+280
distribution/.env
file added
+2
distribution/Dockerfile-ubi
file added
+18
distribution/Dockerfile-worker
file added
+15
distribution/docker-compose.yml
file added
+40
docs/news/27/koji-manifests.md
file added
+9
docs/news/27/rhel84-differences-fixed.md
file added
+18
docs/news/27/timedatex.md
file added
+7
docs/news/README.md
file added
+12
go.mod
file modified
+3 -4
go.sum
file modified
+27 -8
image-types/rhel8/amazon-ec2.md
file modified
+9 -0
image-types/rhel8/kvm-guest-image.md
file modified
+14 -2
internal/client/source_test.go
file modified
+133 -0
internal/client/unit_test.go
file modified
+6 -1
internal/cloudapi/server.go
file modified
+2 -2
internal/distro/rhel8/distro.go
file modified
+1 -1
internal/distro/rhel84/distro.go
file modified
+38 -32
internal/jobqueue/fsjobqueue/fsjobqueue.go
file modified
+13 -0
internal/jobqueue/fsjobqueue/fsjobqueue_test.go
file modified
+16 -0
internal/jobqueue/jobqueue.go
file modified
+3 -0
internal/kojiapi/api/api.gen.go
file modified
+20 -0
internal/kojiapi/api/openapi.yml
file modified
+30 -0
internal/kojiapi/server.go
file modified
+106 -7
internal/kojiapi/server_test.go
file modified
+86 -10
internal/mocks/rpmmd/fixtures.go
file modified
+18 -14
internal/tools.go
file added
+15
internal/upload/awsupload/awsupload.go
file modified
+17 -0
internal/upload/azure/azure.go
file modified
+1 -1
internal/upload/azure/page_blob_url.go
file added
+46
internal/upload/azure/page_blob_url_oldapi.go
file added
+46
internal/weldr/api.go
file modified
+14 -1
internal/weldr/api_test.go
file modified
+243 -44
internal/worker/server.go
file modified
+14 -0
internal/worker/server_test.go
file modified
+76 -7
osbuild-composer.spec
file modified
+27 -12
schutzbot/Jenkinsfile
file modified
+8 -1
schutzbot/containerbuild.sh
file added
+21
schutzbot/deploy.sh
file modified
+8 -5
test/README.md
file modified
+15 -1
test/cases/aws.sh
file modified
+6 -0
test/data/manifests/fedora_32-aarch64-ami-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-aarch64-openstack-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-aarch64-qcow2-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-ami-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-fedora_iot_commit-boot.json
file modified
+5 -6
test/data/manifests/fedora_32-x86_64-openstack-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-qcow2-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-qcow2-customize.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-vhd-boot.json
file modified
+1 -0
test/data/manifests/fedora_32-x86_64-vmdk-boot.json
file modified
+1 -0
test/data/manifests/fedora_33-aarch64-ami-boot.json
file modified
+10 -0
test/data/manifests/fedora_33-x86_64-ami-boot.json
file modified
+10 -0
test/data/manifests/fedora_33-x86_64-fedora_iot_commit-boot.json
file modified
+16 -6
test/data/manifests/fedora_33-x86_64-openstack-boot.json
file modified
+10 -0
test/data/manifests/fedora_33-x86_64-qcow2-boot.json
file modified
+9 -0
test/data/manifests/fedora_33-x86_64-qcow2-customize.json
file modified
+9 -0
test/data/manifests/fedora_33-x86_64-vhd-boot.json
file modified
+10 -0
test/data/manifests/fedora_33-x86_64-vmdk-boot.json
file modified
+9 -0
test/data/manifests/rhel_8-aarch64-ami-boot.json
file modified
+1713 -1973
test/data/manifests/rhel_8-aarch64-openstack-boot.json
file modified
+1821 -2087
test/data/manifests/rhel_8-aarch64-qcow2-boot.json
file modified
+1897 -1906
test/data/manifests/rhel_8-aarch64-rhel_edge_commit-boot.json
file modified
+1228 -1230
test/data/manifests/rhel_8-aarch64-tar-boot.json
file modified
+988 -1017
test/data/manifests/rhel_8-ppc64le-qcow2-boot.json
file modified
+1989 -2013
test/data/manifests/rhel_8-ppc64le-tar-boot.json
file modified
+1017 -1046
test/data/manifests/rhel_8-s390x-qcow2-boot.json
file modified
+2989 -3087
test/data/manifests/rhel_8-s390x-tar-boot.json
file modified
+1873 -1878
test/data/manifests/rhel_8-x86_64-ami-boot.json
file modified
+1705 -1969
test/data/manifests/rhel_8-x86_64-openstack-boot.json
file modified
+1817 -2098
test/data/manifests/rhel_8-x86_64-qcow2-boot.json
file modified
+1894 -1918
test/data/manifests/rhel_8-x86_64-qcow2-customize.json
file modified
+1893 -1895
test/data/manifests/rhel_8-x86_64-rhel_edge_commit-boot.json
file modified
+1197 -1209
test/data/manifests/rhel_8-x86_64-tar-boot.json
file modified
+1012 -1041
test/data/manifests/rhel_8-x86_64-vhd-boot.json
file modified
+1806 -2087
test/data/manifests/rhel_8-x86_64-vmdk-boot.json
file modified
+1745 -2122
test/data/manifests/rhel_84-x86_64-ami-boot.json
file modified
+2734 -2250
test/data/manifests/rhel_84-x86_64-openstack-boot.json
file modified
+2927 -2450
test/data/manifests/rhel_84-x86_64-qcow2-boot.json
file modified
+2532 -2581
test/data/manifests/rhel_84-x86_64-qcow2-customize.json
file modified
+2521 -2581
test/data/manifests/rhel_84-x86_64-vhd-boot.json
file modified
+2890 -2396
test/data/manifests/rhel_84-x86_64-vmdk-boot.json
file modified
+2835 -2325
tools/clouddot_build_deploy.sh
file added
+18
tools/deploy-qemu
file modified
+1 -1
tools/deploy/gen-test-data/files/run/provision-scripts/deploy.sh
file added
+9
tools/deploy/gen-test-data/user-data.yml
file added
+20
tools/gen-certs.sh
file added
+97
tools/image-info
file modified
+70 -7
tools/prepare-source.sh
file modified
+5 -5
tools/provision.sh
file modified
+11 -75
tools/test-case-generators/distro-arch-imagetype-map.json
file added
+69
tools/test-case-generators/format-request-map.json
file modified
+7 -70
tools/test-case-generators/generate-all-test-cases
file added
+933
tools/test-case-generators/generate-test-cases
file modified
+1 -1
tools/test-case-generators/repos.json
file modified
+16 -16
vendor/github.com/Azure/azure-pipeline-go/pipeline/error.go
file modified
+3 -0
vendor/github.com/Azure/azure-storage-blob-go/azblob/bytes_writer.go
file added
+24
vendor/github.com/Azure/azure-storage-blob-go/azblob/chunkwriting.go
file added
+219
vendor/github.com/Azure/azure-storage-blob-go/azblob/common_utils.go
file added
+1
vendor/github.com/Azure/azure-storage-blob-go/azblob/highlevel.go
file modified
+221 -198
vendor/github.com/Azure/azure-storage-blob-go/azblob/parsing_urls.go
file modified
+20 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/request_common.go
file added
+33
vendor/github.com/Azure/azure-storage-blob-go/azblob/sas_service.go
file modified
+32 -4
vendor/github.com/Azure/azure-storage-blob-go/azblob/section_writer.go
file added
+47
vendor/github.com/Azure/azure-storage-blob-go/azblob/service_codes_blob.go
file modified
+5 -2
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_append_blob.go
file modified
+38 -8
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_blob.go
file modified
+139 -36
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_block_blob.go
file modified
+66 -69
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_container.go
file modified
+14 -2
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_page_blob.go
file modified
+67 -17
vendor/github.com/Azure/azure-storage-blob-go/azblob/url_service.go
file modified
+32 -3
vendor/github.com/Azure/azure-storage-blob-go/azblob/version.go
file modified
+1 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_pipeline.go
file modified
+0 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_request_log.go
file modified
+14 -8
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_retry.go
file modified
+2 -0
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_policy_unique_request_id.go
file modified
+16 -3
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_retry_reader.go
file modified
+10 -2
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_account.go
file modified
+17 -2
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_sas_query_params.go
file modified
+43 -7
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_service_codes_common.go
file modified
+3 -0
vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_storage_error.go
file modified
+1 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_append_blob.go
file modified
+214 -46
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_blob.go
file modified
+937 -107
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_block_blob.go
file modified
+184 -59
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_client.go
file modified
+1 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_container.go
file modified
+77 -3
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_models.go
file modified
+2431 -214
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_page_blob.go
file modified
+216 -78
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_service.go
file modified
+156 -5
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_generated_version.go
file modified
+1 -1
vendor/github.com/Azure/azure-storage-blob-go/azblob/zz_response_helpers.go
file modified
+4 -6
vendor/github.com/Azure/go-autorest/.gitignore
file added
+32
vendor/github.com/Azure/go-autorest/CHANGELOG.md
file added
+1004
vendor/github.com/Azure/go-autorest/GNUmakefile
file added
+23
vendor/github.com/Azure/go-autorest/Gopkg.lock
file added
+324
vendor/github.com/Azure/go-autorest/Gopkg.toml
file added
+59
vendor/github.com/Azure/go-autorest/LICENSE
file added
+191
vendor/github.com/Azure/go-autorest/README.md
file added
+165
vendor/github.com/Azure/go-autorest/autorest/adal/devicetoken.go
file modified
+4 -0
vendor/github.com/Azure/go-autorest/autorest/adal/go.mod
file modified
+5 -5
vendor/github.com/Azure/go-autorest/autorest/adal/go.sum
file modified
+10 -19
vendor/github.com/Azure/go-autorest/autorest/adal/go_mod_tidy_hack.go
file modified
+2 -2
vendor/github.com/Azure/go-autorest/autorest/adal/persist.go
file modified
+62 -0
vendor/github.com/Azure/go-autorest/autorest/adal/token.go
file modified
+75 -11
vendor/github.com/Azure/go-autorest/autorest/date/go.mod
file modified
+1 -1
vendor/github.com/Azure/go-autorest/autorest/date/go.sum
file modified
+2 -16
vendor/github.com/Azure/go-autorest/autorest/date/go_mod_tidy_hack.go
file modified
+2 -2
vendor/github.com/Azure/go-autorest/azure-pipelines.yml
file added
+105
vendor/github.com/Azure/go-autorest/doc.go
file added
+18
vendor/github.com/Azure/go-autorest/tracing/go.mod
file modified
+2 -0
vendor/github.com/Azure/go-autorest/tracing/go.sum
file added
+2
vendor/github.com/Azure/go-autorest/tracing/go_mod_tidy_hack.go
file added
+24
vendor/github.com/deepmap/oapi-codegen/cmd/oapi-codegen/oapi-codegen.go
file added
+173
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/codegen.go
file added
+572
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/extension.go
file added
+25
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/filter.go
file added
+46
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/inline.go
file added
+77
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/operations.go
file added
+790
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/prune.go
file added
+483
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/schema.go
file added
+489
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/template_helpers.go
file added
+280
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/additional-properties.tmpl
file added
+70
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/chi-handler.tmpl
file added
+17
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/chi-interface.tmpl
file added
+7
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/chi-middleware.tmpl
file added
+167
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/client-with-responses.tmpl
file added
+115
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/client.tmpl
file added
+273
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/doc.go
file added
+3
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/imports.tmpl
file added
+10
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/inline.tmpl
file added
+29
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/param-types.tmpl
file added
+6
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/register.tmpl
file added
+27
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/request-bodies.tmpl
file added
+6
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/server-interface.tmpl
file added
+7
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/templates.gen.go
file added
+914
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/typedef.tmpl
file added
+13
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/templates/wrappers.tmpl
file added
+128
vendor/github.com/deepmap/oapi-codegen/pkg/codegen/utils.go
file added
+534
vendor/github.com/deepmap/oapi-codegen/pkg/util/inputmapping.go
file added
+60
vendor/github.com/deepmap/oapi-codegen/pkg/util/loader.go
file added
+20
vendor/github.com/getkin/kin-openapi/LICENSE
file added
+21
vendor/github.com/getkin/kin-openapi/jsoninfo/doc.go
file added
+2
vendor/github.com/getkin/kin-openapi/jsoninfo/field_info.go
file added
+122
vendor/github.com/getkin/kin-openapi/jsoninfo/marshal.go
file added
+162
vendor/github.com/getkin/kin-openapi/jsoninfo/marshal_ref.go
file added
+30
vendor/github.com/getkin/kin-openapi/jsoninfo/strict_struct.go
file added
+6
vendor/github.com/getkin/kin-openapi/jsoninfo/type_info.go
file added
+68
vendor/github.com/getkin/kin-openapi/jsoninfo/unmarshal.go
file added
+121
vendor/github.com/getkin/kin-openapi/jsoninfo/unsupported_properties_error.go
file added
+45
vendor/github.com/getkin/kin-openapi/openapi3/callback.go
file added
+15
vendor/github.com/getkin/kin-openapi/openapi3/components.go
file added
+104
vendor/github.com/getkin/kin-openapi/openapi3/content.go
file added
+77
vendor/github.com/getkin/kin-openapi/openapi3/discriminator.go
file added
+26
vendor/github.com/getkin/kin-openapi/openapi3/doc.go
file added
+5
vendor/github.com/getkin/kin-openapi/openapi3/encoding.go
file added
+93
vendor/github.com/getkin/kin-openapi/openapi3/examples.go
file added
+29
vendor/github.com/getkin/kin-openapi/openapi3/extension.go
file added
+38
vendor/github.com/getkin/kin-openapi/openapi3/external_docs.go
file added
+21
vendor/github.com/getkin/kin-openapi/openapi3/header.go
file added
+33
vendor/github.com/getkin/kin-openapi/openapi3/info.go
file added
+93
vendor/github.com/getkin/kin-openapi/openapi3/link.go
file added
+38
vendor/github.com/getkin/kin-openapi/openapi3/media_type.go
file added
+79
vendor/github.com/getkin/kin-openapi/openapi3/operation.go
file added
+102
vendor/github.com/getkin/kin-openapi/openapi3/parameter.go
file added
+224
vendor/github.com/getkin/kin-openapi/openapi3/path_item.go
file added
+126
vendor/github.com/getkin/kin-openapi/openapi3/paths.go
file added
+122
vendor/github.com/getkin/kin-openapi/openapi3/refs.go
file added
+199
vendor/github.com/getkin/kin-openapi/openapi3/request_body.go
file added
+69
vendor/github.com/getkin/kin-openapi/openapi3/response.go
file added
+92
vendor/github.com/getkin/kin-openapi/openapi3/schema.go
file added
+1235
vendor/github.com/getkin/kin-openapi/openapi3/schema_formats.go
file added
+38
vendor/github.com/getkin/kin-openapi/openapi3/security_requirements.go
file added
+43
vendor/github.com/getkin/kin-openapi/openapi3/security_scheme.go
file added
+214
vendor/github.com/getkin/kin-openapi/openapi3/serialization_method.go
file added
+17
vendor/github.com/getkin/kin-openapi/openapi3/server.go
file added
+148
vendor/github.com/getkin/kin-openapi/openapi3/swagger.go
file added
+104
vendor/github.com/getkin/kin-openapi/openapi3/swagger_loader.go
file added
+887
vendor/github.com/getkin/kin-openapi/openapi3/tag.go
file added
+20
vendor/github.com/ghodss/yaml/.gitignore
file added
+20
vendor/github.com/ghodss/yaml/.travis.yml
file added
+7
vendor/github.com/ghodss/yaml/LICENSE
file added
+50
vendor/github.com/ghodss/yaml/README.md
file added
+121
vendor/github.com/ghodss/yaml/fields.go
file added
+501
vendor/github.com/ghodss/yaml/yaml.go
file added
+277
vendor/github.com/mattn/go-ieproxy/go.mod
file added
+9
vendor/github.com/mattn/go-ieproxy/go.sum
file added
+11
vendor/github.com/mattn/go-ieproxy/ieproxy_windows.go
file modified
+76 -27
vendor/github.com/mattn/go-ieproxy/kernel32_data_windows.go
file modified
+4 -0
vendor/github.com/mattn/go-ieproxy/proxy_middleman.go
file added
+11
vendor/github.com/mattn/go-ieproxy/proxy_middleman_unix.go
file added
+13
vendor/github.com/mattn/go-ieproxy/proxy_middleman_windows.go
file added
+52
vendor/github.com/mattn/go-ieproxy/winhttp_data_windows.go
file modified
+1 -0
vendor/golang.org/x/crypto/acme/acme.go
file modified
+4 -3
vendor/golang.org/x/crypto/acme/autocert/listener.go
file modified
+0 -2
vendor/golang.org/x/crypto/acme/types.go
file modified
+13 -1
vendor/golang.org/x/sys/internal/unsafeheader/unsafeheader.go
file added
+30
vendor/golang.org/x/sys/unix/README.md
file modified
+13 -2
vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s
file added
+29
vendor/golang.org/x/sys/unix/errors_freebsd_386.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/errors_freebsd_arm64.go
file added
+17
vendor/golang.org/x/sys/unix/ioctl.go
file modified
+9 -0
vendor/golang.org/x/sys/unix/mkall.sh
file modified
+21 -7
vendor/golang.org/x/sys/unix/mkerrors.sh
file modified
+23 -3
vendor/golang.org/x/sys/unix/syscall_bsd.go
file modified
+17 -0
vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go
file modified
+3 -1
vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go
file modified
+14 -7
vendor/golang.org/x/sys/unix/syscall_darwin.go
file modified
+1 -0
vendor/golang.org/x/sys/unix/syscall_darwin_386.go
file modified
+0 -15
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go
file modified
+0 -15
vendor/golang.org/x/sys/unix/syscall_darwin_arm.go
file modified
+0 -15
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go
file modified
+0 -15
vendor/golang.org/x/sys/unix/syscall_freebsd.go
file modified
+0 -4
vendor/golang.org/x/sys/unix/syscall_freebsd_386.go
file modified
+4 -0
vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go
file modified
+4 -0
vendor/golang.org/x/sys/unix/syscall_illumos.go
file added
+57
vendor/golang.org/x/sys/unix/syscall_linux.go
file modified
+205 -32
vendor/golang.org/x/sys/unix/syscall_linux_386.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_linux_amd64.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_linux_arm.go
file modified
+1 -6
vendor/golang.org/x/sys/unix/syscall_linux_arm64.go
file modified
+23 -5
vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go
file added
+13
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go
file modified
+5 -6
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go
file modified
+4 -4
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go
file modified
+1 -1
vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go
file added
+35
vendor/golang.org/x/sys/unix/syscall_unix.go
file modified
+9 -10
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go
file modified
+154 -12
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go
file modified
+152 -12
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go
file modified
+22 -0
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go
file modified
+153 -12
vendor/golang.org/x/sys/unix/zerrors_linux.go
file added
+2535
vendor/golang.org/x/sys/unix/zerrors_linux_386.go
file modified
+468 -2882
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
file modified
+468 -2882
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
file modified
+474 -2888
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
file modified
+462 -2875
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
file modified
+470 -2884
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
file modified
+470 -2884
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
file modified
+470 -2884
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
file modified
+470 -2884
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
file modified
+530 -2944
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
file modified
+530 -2944
vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
file modified
+455 -2869
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
file modified
+528 -2942
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
file modified
+519 -2933
vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go
file modified
+6 -0
vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go
file modified
+7 -0
vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go
file modified
+7 -0
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go
file modified
+7 -0
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go
file modified
+7 -0
vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go
file added
+1862
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go
file modified
+15 -17
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go
file modified
+15 -17
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go
file modified
+15 -17
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go
file modified
+15 -17
vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go
file modified
+26 -26
vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go
file modified
+16 -16
vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go
file modified
+17 -17
vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go
file added
+87
vendor/golang.org/x/sys/unix/zsyscall_linux.go
file added
+1917
vendor/golang.org/x/sys/unix/zsyscall_linux_386.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go
file modified
+9 -1824
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go
file modified
+7 -1822
vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go
file modified
+8 -1823
vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go
file added
+1692
vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go
file modified
+2 -1
vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go
file modified
+1 -0
vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go
file modified
+1 -0
vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go
file added
+279
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go
file modified
+3 -0
vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go
file added
+220
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go
file modified
+19 -20
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go
file modified
+10 -14
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go
file modified
+6 -6
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
file modified
+25 -29
vendor/golang.org/x/sys/unix/ztypes_linux.go
file added
+2538
vendor/golang.org/x/sys/unix/ztypes_linux_386.go
file modified
+16 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go
file modified
+18 -2220
vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go
file added
+565
vendor/golang.org/x/sys/windows/dll_windows.go
file modified
+29 -0
vendor/golang.org/x/sys/windows/env_windows.go
file modified
+2 -9
vendor/golang.org/x/sys/windows/memory_windows.go
file modified
+5 -0
vendor/golang.org/x/sys/windows/security_windows.go
file modified
+15 -5
vendor/golang.org/x/sys/windows/syscall_windows.go
file modified
+37 -2
vendor/golang.org/x/sys/windows/zsyscall_windows.go
file modified
+19 -0
vendor/modules.txt
file modified
+44 -8
    osbuild-composer-27 base
    
        
file modified
+2 -2
file modified
+64 -0
file modified
+34 -0
file modified
+2 -2
file modified
+4 -1
file added
+2
file added
+12
file modified
+3 -4
file modified
+27 -8
file modified
+133 -0
file modified
+6 -1
file modified
+2 -2
file modified
+106 -7
file modified
+86 -10
file added
+15
file modified
+14 -1
file modified
+243 -44
file modified
+14 -0
file modified
+27 -12
file modified
+8 -1
file modified
+8 -5
file modified
+15 -1
file modified
+6 -0
file modified
+1 -1
file added
+97
file modified
+70 -7
file modified
+5 -5
file modified
+11 -75
file modified
+44 -8