25 lines
631 B
YAML
25 lines
631 B
YAML
upstream_project_url: https://github.com/candlepin/subscription-manager
|
|
srpm_build_deps:
|
|
- python3
|
|
- tito
|
|
actions:
|
|
prepare-files:
|
|
- tito build -o . --tgz
|
|
- bash -c "ls -1 ./subscription-manager-*.tar.gz"
|
|
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
|