Skip to content

Commit

Permalink
Merge pull request #6 from prestist/add-packit
Browse files Browse the repository at this point in the history
add .packit support
  • Loading branch information
prestist committed Nov 15, 2023
2 parents 790ccc3 + 3df26c3 commit 642cede
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
actions:
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/butane/blob/rawhide/f/butane.spec -O butane.spec"

specfile_path: butane.spec

# add or remove files that should be synced
files_to_sync:
- butane.spec

upstream_tag_template: v{version}

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: butane
# downstream (Fedora) RPM package name
downstream_package_name: butane

jobs:

- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- fedora-stable

0 comments on commit 642cede

Please sign in to comment.