Skip to content

Commit 4a904cd

Browse files
committed
Clean up config for blogpost
Try to have the shortest possible config
1 parent 587eb55 commit 4a904cd

File tree

1 file changed

+5
-33
lines changed

1 file changed

+5
-33
lines changed

.packit.yaml

Lines changed: 5 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
---
2-
packit_instances: ["prod", "stg"]
3-
specfile_path: hello-world.spec
4-
files_to_sync:
5-
- .packit.yaml
6-
- hello-world.spec
7-
upstream_package_name: hello
8-
downstream_package_name: hello
9-
# actions:
10-
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
11-
# current_version_command: ["python3", "setup.py", "--version"]
12-
# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
2+
packit_instances: ["stg", "prod"]
3+
134
jobs:
145
- job: copr_build
156
trigger: pull_request
167
targets:
17-
- fedora-all
8+
- fedora-39-x86_64
189

1910
- job: vm_image_build
2011
trigger: pull_request
12+
copr_chroot: fedora-39-x86_64
2113
image_request:
2214
architecture: x86_64
2315
image_type: aws
@@ -26,26 +18,6 @@ jobs:
2618
options:
2719
share_with_accounts:
2820
- "727920394381" # ARR
29-
- "125523088429" # Testing Farm
3021
image_customizations:
3122
packages: [hello-world]
32-
image_distribution: fedora-38
33-
copr_chroot: fedora-38-x86_64
34-
35-
36-
- job: copr_build
37-
trigger: release
38-
targets:
39-
- fedora-stable
40-
41-
- job: copr_build
42-
trigger: commit
43-
branch: main
44-
targets:
45-
- fedora-stable
46-
47-
- job: propose_downstream
48-
trigger: release
49-
packit_instances: ["stg"]
50-
dist_git_branches:
51-
- fedora-all
23+
image_distribution: fedora-39

0 commit comments

Comments
 (0)