Skip to content

Commit cb402ae

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

File tree

1 file changed

+7
-32
lines changed

1 file changed

+7
-32
lines changed

.packit.yaml

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
2-
packit_instances: ["prod", "stg"]
2+
33
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", "."]
4+
upstream_package_name: hello-world
5+
downstream_package_name: hello-world
6+
137
jobs:
148
- job: copr_build
159
trigger: pull_request
1610
targets:
17-
- fedora-all
11+
- fedora-39-x86_64
1812

1913
- job: vm_image_build
2014
trigger: pull_request
15+
copr_chroot: fedora-39-x86_64
2116
image_request:
2217
architecture: x86_64
2318
image_type: aws
@@ -26,26 +21,6 @@ jobs:
2621
options:
2722
share_with_accounts:
2823
- "727920394381" # ARR
29-
- "125523088429" # Testing Farm
3024
image_customizations:
3125
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
26+
image_distribution: fedora-39

0 commit comments

Comments
 (0)