Skip to content

Commit

Permalink
Introduce packit
Browse files Browse the repository at this point in the history
- to automate:
  - CD in Copr
  - testing
  - EPEL releases in dist-git
  - we'll see what more
  • Loading branch information
bocekm committed Feb 12, 2020
1 parent ac2f5b1 commit 06b4dff
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions .fmf/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1
27 changes: 27 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
specfile_path: packaging/epel/convert2rhel.spec
synced_files:
- convert2rhel.spec
- .packit.yaml
upstream_package_name: convert2rhel
downstream_package_name: convert2rhel
upstream_project_url: https://github.com/oamg/convert2rhel

jobs:
- job: copr_build
metadata:
targets:
- epel-6-x86_64
- epel-7-x86_64
trigger: pull_request
- job: tests
trigger: pull_request
metadata:
targets:
- epel-6-x86_64
- epel-7-x86_64
- job: propose_downstream
trigger: release
metadata:
dist-git-branch:
- el6
- epel7
4 changes: 4 additions & 0 deletions plans/smoke.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
summary:
Basic smoke test
execute:
script: convert2rhel --help

0 comments on commit 06b4dff

Please sign in to comment.