Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
packit_instances: ["prod", "stg"]
specfile_path: hello.spec
files_to_sync:
- .packit.yaml
Expand All @@ -11,11 +10,6 @@ downstream_package_name: hello
# current_version_command: ["python3", "setup.py", "--version"]
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64

- job: copr_build
trigger: release
Expand All @@ -31,8 +25,8 @@ jobs:
- job: tests
trigger: pull_request
targets:
- fedora-stable-x86_64
- fedora-rawhide-x86_64
- centos-stream-9-x86_64
skip_build: true

- job: propose_downstream
trigger: release
Expand Down