24 lines
572 B
YAML
24 lines
572 B
YAML
upstream_project_url: https://github.com/candlepin/subscription-manager
|
|
srpm_build_deps:
|
|
- python3
|
|
- tito
|
|
actions:
|
|
pre-sync:
|
|
- tito build -o . --tgz
|
|
get-current-version: python3 setup.py --version
|
|
specfile_path: subscription-manager.spec
|
|
upstream_tag_template: "subscription-manager-{version}"
|
|
jobs:
|
|
- job: pull_from_upstream
|
|
trigger: release
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- job: koji_build
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-all
|
|
- job: bodhi_update
|
|
trigger: commit
|
|
dist_git_branches:
|
|
- fedora-stable
|