From 8fd37d20f4b7cc08ee0970e0249aac4cd5b47a4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B3hann=20B=2E=20Gu=C3=B0mundsson?= Date: Sat, 19 Feb 2022 16:53:48 +0000 Subject: [PATCH] fix(github): remove packit It's been a year since I initially made the PR to include packit. Having it has resulted in increasing the project's cost of development ( CoD ) thus defeating the initial purpose of including it, which was an attempt to do the opposite as in to reduce it, thus removing it. My take on this after a year in use is that the concept is flawed, limited to a single distribution and cannot work in practice without adding to upstreams and it's contributors CoD but other projects milage may vary. --- .packit.yml | 55 ----------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 .packit.yml diff --git a/.packit.yml b/.packit.yml deleted file mode 100644 index 482b4c4dd..000000000 --- a/.packit.yml +++ /dev/null @@ -1,55 +0,0 @@ -# This file is part of dracut. -# SPDX-License-Identifier: GPL-2.0-or-later - -# The name of the upstream package -upstream_package_name: dracut - -# The upstream tag versioning scheme -upstream_tag_template: "{version}" - -# The URL of the upstream project -upstream_project_url: https://github.com/dracutdevs/dracut - -# Relative path to a spec file within the upstream repository -specfile_path: pkgbuild/dracut.spec - -# Name of the downstream package -downstream_package_name: dracut - -# The URL of the downstream project -dist_git_base_url: https://src.fedoraproject.org/ - -# Sync file(s) from upstream repo to dist-git -synced_files: - # The dracut spec file is maintained upstream so we sync it downstream. - - dracut.spec - # We sync the packit file downstream be able to optionally use the sync-from-downstream command - - .packit.yaml - -# We want new releases to be automatically built on rawhide and have few jobs -# on copr. -create_pr: false -jobs: -- job: propose_downstream - trigger: release - metadata: - dist_git_branches: main - -- job: tests - trigger: pull_request - metadata: - targets: - - fedora-rawhide - -- job: copr_build - trigger: pull_request - metadata: - targets: - - fedora-development - -- job: copr_build - trigger: commit - metadata: - targets: - - fedora-all - - fedora-development -- 2.47.3