-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1385517
commit 63a2264
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,3 +154,4 @@ rpms | |
|
||
review-hstsparser/ | ||
*.rpm | ||
prepare_sources_result/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |