Skip to content

Commit

Permalink
Add Packit for branch COPR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jun 20, 2023
1 parent 1385517 commit 63a2264
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ rpms

review-hstsparser/
*.rpm
prepare_sources_result/
27 changes: 27 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# See the documentation for more information:
# https://packit.dev/docs/configuration/

specfile_path: hstsparser.spec

# .packit.yaml is not synced, as the version in dist-git is different
files_to_sync:
- hstsparser.spec

# Build versions are explicit until Fedora 39 is branched
# Dependencies cannot be fulfilled on Fedora 37
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-38
- fedora-development

- job: tests
trigger: pull_request
targets:
- fedora-38
- fedora-development

upstream_package_name: hstsparser
downstream_package_name: hstsparser

0 comments on commit 63a2264

Please sign in to comment.