Skip to content

Commit

Permalink
Migrate daily COPR builds to Packit
Browse files Browse the repository at this point in the history
Let's leave Packit to handle this.
  • Loading branch information
jkonecny12 committed Dec 4, 2020
1 parent f9bfb0b commit 14ae66d
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,22 @@ actions:
- 'bash -c "cp dist/*.tar.gz ."'
- 'bash -c "ls *.tar.gz"'
jobs:
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-all
- fedora-eln
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-all
- fedora-eln

- job: copr_build
trigger: commit
metadata:
targets:
- fedora-rawhide
- fedora-eln
branch: master
owner: "@rhinstaller"
project: Anaconda
preserve_project: True
additional_repos:
- "copr://@storage/blivet-daily"

0 comments on commit 14ae66d

Please sign in to comment.