Skip to content

Commit

Permalink
Fix configuration for Packit 1.0.0.
Browse files Browse the repository at this point in the history
Also run scratch builds on all maintained releases of Fedora.

Fixes #196.
  • Loading branch information
besser82 committed Jan 1, 2025
1 parent 819352f commit af9c747
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
specfile_path: libxcrypt.spec

synced_files:
files_to_sync:
- libxcrypt.spec
- .packit.yaml

Expand All @@ -15,18 +15,18 @@ actions:
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/libxcrypt/raw/main/f/libxcrypt.spec -O libxcrypt.spec"

jobs:
- job: production_build
- job: upstream_koji_build
trigger: commit
metadata:
branch: develop
scratch: true
targets: rawhide
targets: fedora-all

- job: production_build
- job: upstream_koji_build
trigger: pull_request
metadata:
scratch: true
targets: rawhide
targets: fedora-all

- job: propose_downstream
trigger: release

0 comments on commit af9c747

Please sign in to comment.