]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(github): remove packit
authorJóhann B. Guðmundsson <johannbg@gmail.com>
Sat, 19 Feb 2022 16:53:48 +0000 (16:53 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 1 Mar 2022 21:00:51 +0000 (21:00 +0000)
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 [deleted file]

diff --git a/.packit.yml b/.packit.yml
deleted file mode 100644 (file)
index 482b4c4..0000000
+++ /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