a43e91f494
Upstream tag: anaconda-39.32-1 Upstream commit: cbf79dd6 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/anaconda.git refs/heads/*:refs/remotes/packit/* git checkout packit/39.32-main-update-propose_downstream ```
62 lines
1.1 KiB
YAML
62 lines
1.1 KiB
YAML
# ======================================
|
|
# WARNING!
|
|
# THIS FILE IS GENERATED FROM A TEMPLATE
|
|
# DO NOT EDIT THIS FILE MANUALLY!
|
|
# ======================================
|
|
# The template is located in: .packit.yml.j2
|
|
|
|
specfile_path: anaconda.spec
|
|
upstream_package_name: anaconda
|
|
upstream_tag_template: anaconda-{version}-1
|
|
copy_upstream_release_description: true
|
|
|
|
srpm_build_deps:
|
|
- automake
|
|
- autoconf
|
|
- autogen
|
|
- glib2-devel
|
|
- gettext-devel
|
|
- python3-polib
|
|
- gobject-introspection-devel
|
|
- glade-devel
|
|
- libxklavier-devel
|
|
- libarchive-devel
|
|
- rpm-devel
|
|
- nss_wrapper
|
|
- nodejs-npm
|
|
|
|
actions:
|
|
post-upstream-clone:
|
|
- ./autogen.sh
|
|
- ./configure
|
|
create-archive:
|
|
- "make release"
|
|
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
|
|
|
jobs:
|
|
|
|
|
|
- job: propose_downstream
|
|
trigger: release
|
|
dist_git_branches: main
|
|
|
|
- job: tests
|
|
trigger: pull_request
|
|
targets:
|
|
- fedora-rawhide
|
|
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
targets:
|
|
- fedora-rawhide
|
|
|
|
- job: copr_build
|
|
trigger: commit
|
|
targets:
|
|
- fedora-rawhide
|
|
branch: master
|
|
owner: "@rhinstaller"
|
|
project: Anaconda
|
|
preserve_project: True
|
|
|