Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug #431

Closed
wants to merge 2 commits into from
Closed

Debug #431

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,15 @@ packages:
- python3-setuptools_scm
actions:
pre-sync:
- bash -c "cat /etc/os-release"
- python3 plans/git_reference.py
create-archive:
- bash -c "cat /etc/os-release"
- python3 -m build --sdist --outdir ./fedora/
- bash -c "ls -1t ./fedora/*.tar.gz | head -n 1"
get-current-version: python3 -m setuptools_scm
get-current-version:
- bash -c "cat /etc/os-release"
- python3 -m setuptools_scm

specfile-epel8:
upstream_package_name: specfile
Expand Down Expand Up @@ -59,8 +63,10 @@ jobs:
trigger: pull_request
packages: [specfile]
targets:
- fedora-all
- epel-9
fedora-all:
without_opts:
- tests
epel-9: {}
- job: copr_build
trigger: pull_request
packages: [specfile-epel8]
Expand Down
Loading