4df9c15
upstream_project_url: https://github.com/dustymabe/vagrant-sshfs.git
4df9c15
4df9c15
# We're not using source-git for now
4df9c15
##### The upstream_ref is the last upstream commit. All commits in the
4df9c15
##### current branch after that commit are "patches" that will be added
4df9c15
##### in the RPM spec file.
4df9c15
####upstream_ref: v1.3.1
4df9c15
4df9c15
upstream_package_name: vagrant-sshfs
4df9c15
downstream_package_name: vagrant-sshfs
4df9c15
4df9c15
# Don't push to dist-git directly, create PR
4df9c15
create_pr: true
4df9c15
4df9c15
# our tags in git are v1.0.0 and our rpm versions are 1.0.0
4df9c15
upstream_tag_template: v{version}
4df9c15
4df9c15
# The following allows us to not store our spec file in the upstream repo
4df9c15
actions:
4df9c15
    post-upstream-clone: "curl -LO https://src.fedoraproject.org/rpms/vagrant-sshfs/raw/master/f/vagrant-sshfs.spec"
4df9c15
4df9c15
# We are downloading (curl) to ./vagrant-sshfs.spec
4df9c15
specfile_path: vagrant-sshfs.spec
4df9c15
4df9c15
# Jobs specifications - interpreted by packit service
4df9c15
####jobs:
4df9c15
####- job: sync_from_downstream
4df9c15
####  trigger: commit
4df9c15
####- job: propose_downstream
4df9c15
####  trigger: commit
4df9c15
####  metadata:
4df9c15
####    dist-git-branch: master
4df9c15
####- job: propose_downstream
4df9c15
####  trigger: release
4df9c15
####  metadata:
4df9c15
####    dist-git-branch: f31
4df9c15
####- job: copr_build
4df9c15
####  trigger: pull_request
4df9c15
####  metadata:
4df9c15
####    targets:
4df9c15
####    - fedora-31-x86_64
4df9c15