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:
Tomas Tomecek 2023-09-25 08:53:47 +02:00
parent 981c8f4c12
commit 3d966269c8

View File

@ -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]