From cb402aefc2bf2e43b085808c62390dded52a2132 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Wed, 24 Jan 2024 10:58:59 +0100 Subject: [PATCH] Clean up config for blogpost Try to have the shortest possible config --- .packit.yaml | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 91eea40e..fffa775d 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,23 +1,18 @@ --- -packit_instances: ["prod", "stg"] + specfile_path: hello-world.spec -files_to_sync: - - .packit.yaml - - hello-world.spec -upstream_package_name: hello -downstream_package_name: hello -# actions: -# post-upstream-clone: "python3 setup.py sdist --dist-dir ." -# current_version_command: ["python3", "setup.py", "--version"] -# create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."] +upstream_package_name: hello-world +downstream_package_name: hello-world + jobs: - job: copr_build trigger: pull_request targets: - - fedora-all + - fedora-39-x86_64 - job: vm_image_build trigger: pull_request + copr_chroot: fedora-39-x86_64 image_request: architecture: x86_64 image_type: aws @@ -26,26 +21,6 @@ jobs: options: share_with_accounts: - "727920394381" # ARR - - "125523088429" # Testing Farm image_customizations: packages: [hello-world] - image_distribution: fedora-38 - copr_chroot: fedora-38-x86_64 - - -- job: copr_build - trigger: release - targets: - - fedora-stable - -- job: copr_build - trigger: commit - branch: main - targets: - - fedora-stable - -- job: propose_downstream - trigger: release - packit_instances: ["stg"] - dist_git_branches: - - fedora-all + image_distribution: fedora-39