commit: 153667becfcadb8179d9cdd22c551b9d9705ab7e Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Nov 8 06:20:50 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Nov 8 16:52:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153667be
dev-util/pkgdev: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28182 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../files/pkgdev-0.2.1-fix-signoff-example.patch | 25 ---------------------- 1 file changed, 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 <arthur...@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 <arthur...@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):: -