Debug
Signed-off-by: Nikola Forró <nforro@redhat.com>
This commit is contained in:
parent
dc4638c173
commit
926987aea2
1 changed files with 8 additions and 28 deletions
36
.packit.yaml
36
.packit.yaml
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
packit_instances: ["prod", "stg"]
|
||||
|
||||
upstream_project_url: https://github.com/packit/specfile
|
||||
issue_repository: https://github.com/packit/specfile
|
||||
|
||||
# PEP440
|
||||
|
|
@ -14,20 +13,14 @@ packages:
|
|||
specfile: &specfile
|
||||
upstream_package_name: specfile
|
||||
downstream_package_name: python-specfile
|
||||
specfile_path: &specfile_path fedora/python-specfile.spec
|
||||
specfile_path: &specfile_path python-specfile.spec
|
||||
files_to_sync:
|
||||
- *specfile_path
|
||||
- .packit.yaml
|
||||
- src: plans/
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
srpm_build_deps:
|
||||
- python3-build
|
||||
- python3-setuptools_scm
|
||||
actions: &actions
|
||||
pre-sync:
|
||||
- python3 plans/git_reference.py
|
||||
create-archive:
|
||||
- python3 -m build --sdist --outdir ./fedora/
|
||||
- bash -c "ls -1t ./fedora/*.tar.gz | head -n 1"
|
||||
|
|
@ -35,14 +28,10 @@ packages:
|
|||
|
||||
specfile-epel8:
|
||||
<<: *specfile
|
||||
specfile_path: &specfile_path_epel8 epel8/python-specfile.spec
|
||||
specfile_path: &specfile_path_epel8 python-specfile.spec
|
||||
files_to_sync:
|
||||
- *specfile_path_epel8
|
||||
- .packit.yaml
|
||||
- src: plans/
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
actions:
|
||||
<<: *actions
|
||||
create-archive:
|
||||
|
|
@ -51,14 +40,10 @@ packages:
|
|||
|
||||
specfile-epel10:
|
||||
<<: *specfile
|
||||
specfile_path: &specfile_path_epel10 epel10/python-specfile.spec
|
||||
specfile_path: &specfile_path_epel10 python-specfile.spec
|
||||
files_to_sync:
|
||||
- *specfile_path_epel10
|
||||
- .packit.yaml
|
||||
- src: plans/
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
actions:
|
||||
<<: *actions
|
||||
create-archive:
|
||||
|
|
@ -68,14 +53,10 @@ packages:
|
|||
# docs: https://gitlab.com/CentOS/Integration/packit-cbs/docs
|
||||
specfile-centos-integration-sig:
|
||||
<<: *specfile
|
||||
specfile_path: &specfile_path_centos_sig centos-integration-sig/python-specfile.spec
|
||||
specfile_path: &specfile_path_centos_sig python-specfile.spec
|
||||
files_to_sync:
|
||||
- *specfile_path_centos_sig
|
||||
- .packit.yaml
|
||||
- src: plans/
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
actions:
|
||||
<<: *actions
|
||||
create-archive:
|
||||
|
|
@ -222,11 +203,10 @@ jobs:
|
|||
trigger: release
|
||||
packages: [specfile]
|
||||
dist_git_branches:
|
||||
rawhide:
|
||||
fast_forward_merge_into:
|
||||
- fedora-branched
|
||||
- eln
|
||||
epel-9: {}
|
||||
- fedora-rawhide
|
||||
- fedora-branched
|
||||
- eln
|
||||
- epel-9
|
||||
- <<: *pull_from_upstream
|
||||
packages: [specfile-epel8]
|
||||
dist_git_branches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue