mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
The pre-sync action constantly breaks and is currently not possible to
reliably test until the subsequent upstream release due to limitations
in packit.
The lines being added by the action script to the downstream Fedora spec
were only meant to keep Fedora happy. But given that they provide
no tangible benefit as github notifies us of security
issues in libraries mentioned in go.mod and go.sum, along with redhat
prodsec's own magic for creating security alerts, there's absolutely
no point to having the pre-sync action run and add a layer of uncertainty.
This commit removes the pre-sync action and
`rpm/update-spec-provides.sh`.
Ref: https://github.com/containers/podman/issues/19232
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
(cherry picked from commit a4aa15f4fa
)
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
---
|
|
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
# NOTE: The Packit copr_build tasks help to check if every commit builds on
|
|
# supported Fedora and CentOS Stream arches.
|
|
# They do not block the current Cirrus-based workflow.
|
|
|
|
# Build targets can be found at:
|
|
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
|
|
# and
|
|
# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/
|
|
|
|
specfile_path: rpm/skopeo.spec
|
|
upstream_tag_template: v{version}
|
|
|
|
jobs:
|
|
- &copr
|
|
job: copr_build
|
|
trigger: pull_request
|
|
owner: rhcontainerbot
|
|
project: packit-builds
|
|
enable_net: true
|
|
srpm_build_deps:
|
|
- make
|
|
|
|
- <<: *copr
|
|
# Run on commit to main branch
|
|
trigger: commit
|
|
branch: main
|
|
project: podman-next
|
|
|
|
- job: propose_downstream
|
|
trigger: release
|
|
update_release: false
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: koji_build
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-all
|
|
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-branched # rawhide updates are created automatically
|