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

Commit

Permalink
Optimized packit config.
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
matejak committed Jan 3, 2020
1 parent 94c5249 commit ca1ef78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 200 deletions.
10 changes: 7 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ jobs:
- job: copr_build
metadata:
targets:
- fedora-30-x86_64
- fedora-31-x86_64
- fedora-rawhide-x86_64
- fedora-all-x86_64
trigger: pull_request
- job: propose_downstream
metadata:
dist-git-branch: fedora-all
trigger: release
specfile_path: scap-workbench.spec
synced_files:
- scap-workbench.spec
- .packit.yaml
upstream_package_name: scap-workbench
actions:
post-upstream-clone: wget -N https://src.fedoraproject.org/rpms/scap-workbench/blob/master/f/scap-workbench.spec
197 changes: 0 additions & 197 deletions scap-workbench.spec

This file was deleted.

0 comments on commit ca1ef78

Please sign in to comment.