Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit ca1ef78

Browse files
committed
Optimized packit config.
- Use fedora-all instead of hardcoding version numbers. - Get spec file from downstream, don't put it to the repo. - Enable release-time downstream Fedora release.
1 parent 94c5249 commit ca1ef78

File tree

2 files changed

+7
-200
lines changed

2 files changed

+7
-200
lines changed

.packit.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@ jobs:
33
- job: copr_build
44
metadata:
55
targets:
6-
- fedora-30-x86_64
7-
- fedora-31-x86_64
8-
- fedora-rawhide-x86_64
6+
- fedora-all-x86_64
97
trigger: pull_request
8+
- job: propose_downstream
9+
metadata:
10+
dist-git-branch: fedora-all
11+
trigger: release
1012
specfile_path: scap-workbench.spec
1113
synced_files:
1214
- scap-workbench.spec
1315
- .packit.yaml
1416
upstream_package_name: scap-workbench
17+
actions:
18+
post-upstream-clone: wget -N https://src.fedoraproject.org/rpms/scap-workbench/blob/master/f/scap-workbench.spec

scap-workbench.spec

-197
This file was deleted.

0 commit comments

Comments
 (0)