Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .packit support #6

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading