2021-06-09 17:18:27 +02:00
|
|
|
# See the documentation for more information:
|
|
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
specfile_path: httpie.spec
|
|
|
|
actions:
|
2022-02-08 10:28:45 +01:00
|
|
|
# get the current Fedora Rawhide specfile:
|
2022-02-08 10:21:58 +01:00
|
|
|
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -O httpie.spec"
|
2022-02-08 10:23:35 +01:00
|
|
|
# Use this when the latest spec is not up-to-date.
|
2022-02-08 10:21:58 +01:00
|
|
|
# post-upstream-clone: "cp docs/packaging/linux-fedora/httpie.spec.txt httpie.spec"
|
2021-06-09 17:18:27 +02:00
|
|
|
jobs:
|
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
|
|
|
metadata:
|
|
|
|
dist_git_branches:
|
|
|
|
- rawhide
|