mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
1ef127c61d
Using the fork is not needed anymore, since Rawhide was updated to 2.5.0 and no longer has patches.
20 lines
573 B
YAML
20 lines
573 B
YAML
# See the documentation for more information:
|
|
# https://packit.dev/docs/configuration/
|
|
specfile_path: httpie.spec
|
|
actions:
|
|
# get the current Fedora Rawhide specfile:
|
|
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -O httpie.spec"
|
|
jobs:
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
metadata:
|
|
targets:
|
|
- fedora-all
|
|
additional_repos:
|
|
- "https://kojipkgs.fedoraproject.org/repos/f$releasever-build/latest/$basearch/"
|
|
- job: propose_downstream
|
|
trigger: release
|
|
metadata:
|
|
dist_git_branches:
|
|
- rawhide
|