Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgdev/files/
Date: Tue, 08 Nov 2022 16:52:54
Message-Id: 1667926366.153667becfcadb8179d9cdd22c551b9d9705ab7e.arthurzam@gentoo
1 commit: 153667becfcadb8179d9cdd22c551b9d9705ab7e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Nov 8 06:20:50 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 16:52:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153667be
7
8 dev-util/pkgdev: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28182
12 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
13
14 .../files/pkgdev-0.2.1-fix-signoff-example.patch | 25 ----------------------
15 1 file changed, 25 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 9fddf8a768fb..000000000000
20 --- a/dev-util/pkgdev/files/pkgdev-0.2.1-fix-signoff-example.patch
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -https://github.com/pkgcore/pkgdev/commit/b780cf967804cb532421ef7cced5f1964224d8dd
24 -
25 -From: Arthur Zamarin <arthurzam@g.o>
26 -Date: Mon, 23 May 2022 22:07:43 +0300
27 -Subject: [PATCH] docs: fix signoff example
28 -
29 -Fixes: https://github.com/pkgcore/pkgdev/issues/72
30 -Signed-off-by: Arthur Zamarin <arthurzam@g.o>
31 ---- a/doc/man/config.rst
32 -+++ b/doc/man/config.rst
33 -@@ -34,10 +34,10 @@ related values. To find all possible configuration options, run:
34 - push.ask = true
35 -
36 - - Add `Signed-off-by` consenting to the `Certificate of Origin <https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin>`_
37 -- to all commits for the 'gentoo' repository::
38 -+ to all commits::
39 -
40 -- [gentoo]
41 -- push.signoff = true
42 -+ [DEFAULT]
43 -+ commit.signoff = true
44 -
45 - - When committing, stage all files in current working directory (note that this
46 - option doesn't expect value, therefore no value is defined post equal sign)::
47 -