tinker packit.yaml:
- make sure %changelog entry has a '-' - build in koji for commits done by me and packit Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
981c8f4c12
commit
3d966269c8
10
.packit.yaml
10
.packit.yaml
@ -8,11 +8,15 @@ actions:
|
||||
- "python3 setup.py sdist --dist-dir ."
|
||||
- "ls -1 ./*.tar.gz"
|
||||
get-current-version: "python3 setup.py --version"
|
||||
changelog-entry: bash -c "echo New upstream release ${PACKIT_PROJECT_VERSION}"
|
||||
changelog-entry: bash -c "echo '- New upstream release' ${PACKIT_PROJECT_VERSION}"
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- fedora-rawhide
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
allowed_committers: [packit, ttomecek]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user