2022-09-19 16:22:43 +00:00
|
|
|
# ======================================
|
|
|
|
# WARNING!
|
|
|
|
# THIS FILE IS GENERATED FROM A TEMPLATE
|
|
|
|
# DO NOT EDIT THIS FILE MANUALLY!
|
|
|
|
# ======================================
|
|
|
|
# The template is located in: .packit.yml.j2
|
|
|
|
|
2021-12-02 14:18:08 +00:00
|
|
|
specfile_path: anaconda.spec
|
|
|
|
upstream_package_name: anaconda
|
|
|
|
upstream_tag_template: anaconda-{version}-1
|
2022-01-10 14:41:41 +00:00
|
|
|
copy_upstream_release_description: true
|
2022-09-19 16:22:43 +00:00
|
|
|
|
2022-04-12 00:12:44 +00:00
|
|
|
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
|
|
|
|
- npm
|
2022-09-19 16:22:43 +00:00
|
|
|
|
2021-12-02 14:18:08 +00:00
|
|
|
actions:
|
|
|
|
post-upstream-clone:
|
|
|
|
- ./autogen.sh
|
|
|
|
- ./configure
|
|
|
|
create-archive:
|
|
|
|
- "make release"
|
|
|
|
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
2022-09-19 16:22:43 +00:00
|
|
|
|
2021-12-02 14:18:08 +00:00
|
|
|
jobs:
|
2022-09-19 16:22:43 +00:00
|
|
|
|
|
|
|
|
2021-12-02 14:18:08 +00:00
|
|
|
- job: propose_downstream
|
|
|
|
trigger: release
|
2022-09-19 16:22:43 +00:00
|
|
|
dist_git_branches: main
|
2021-12-02 14:18:08 +00:00
|
|
|
|
|
|
|
- job: tests
|
|
|
|
trigger: pull_request
|
2022-09-19 16:22:43 +00:00
|
|
|
targets:
|
|
|
|
- fedora-rawhide
|
2021-12-02 14:18:08 +00:00
|
|
|
|
|
|
|
- job: copr_build
|
|
|
|
trigger: pull_request
|
2022-09-19 16:22:43 +00:00
|
|
|
targets:
|
|
|
|
- fedora-rawhide
|
|
|
|
additional_repos:
|
|
|
|
# This repository contains fixup of Rawhide broken environment.
|
|
|
|
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
|
|
|
|
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
|
2021-12-02 14:18:08 +00:00
|
|
|
|
|
|
|
- job: copr_build
|
|
|
|
trigger: commit
|
2022-09-19 16:22:43 +00:00
|
|
|
targets:
|
|
|
|
- fedora-rawhide
|
|
|
|
branch: master
|
|
|
|
owner: "@rhinstaller"
|
|
|
|
project: Anaconda
|
|
|
|
additional_repos:
|
|
|
|
# This repository contains fixup of Rawhide broken environment.
|
|
|
|
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
|
|
|
|
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
|
|
|
|
preserve_project: True
|
2021-12-02 14:18:08 +00:00
|
|
|
|