diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-08 07:20:50 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-08 18:52:46 +0200 |
commit | 153667becfcadb8179d9cdd22c551b9d9705ab7e (patch) | |
tree | bac21920ad9eed9ba573c1a3cd7e615e44493b88 /dev-util/pkgdev | |
parent | sys-apps/dbus: Stabilize 1.15.2 arm, #880047 (diff) | |
download | gentoo-153667becfcadb8179d9cdd22c551b9d9705ab7e.tar.gz gentoo-153667becfcadb8179d9cdd22c551b9d9705ab7e.tar.bz2 gentoo-153667becfcadb8179d9cdd22c551b9d9705ab7e.zip |
dev-util/pkgdev: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28182
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r-- | dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch b/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch deleted file mode 100644 index 9fddf8a768fb..000000000000 --- a/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch +++ /dev/null @@ -1,25 +0,0 @@ -https://github.com/pkgcore/pkgdev/commit/b780cf967804cb532421ef7cced5f1964224d8dd - -From: Arthur Zamarin <arthurzam@gentoo.org> -Date: Mon, 23 May 2022 22:07:43 +0300 -Subject: [PATCH] docs: fix signoff example - -Fixes: https://github.com/pkgcore/pkgdev/issues/72 -Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> ---- a/doc/man/config.rst -+++ b/doc/man/config.rst -@@ -34,10 +34,10 @@ related values. To find all possible configuration options, run: - push.ask = true - - - Add `Signed-off-by` consenting to the `Certificate of Origin <https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin>`_ -- to all commits for the 'gentoo' repository:: -+ to all commits:: - -- [gentoo] -- push.signoff = true -+ [DEFAULT] -+ commit.signoff = true - - - When committing, stage all files in current working directory (note that this - option doesn't expect value, therefore no value is defined post equal sign):: - |