2023-04-12 09:08:18 +00:00
|
|
|
upstream_project_url: https://github.com/candlepin/subscription-manager
|
|
|
|
srpm_build_deps:
|
|
|
|
- tito
|
|
|
|
actions:
|
|
|
|
create-archive:
|
|
|
|
- tito build -o . --tgz
|
|
|
|
- bash -c "ls -1 ./subscription-manager-*.tar.gz"
|
|
|
|
files_to_sync:
|
|
|
|
- subscription-manager.spec
|
|
|
|
jobs:
|
2023-04-12 12:30:15 +00:00
|
|
|
- job: pull_from_upstream
|
2023-04-12 09:08:18 +00:00
|
|
|
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
|