[PATCH 2/3] patman: fix installation of README.rst data file

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Simon Glass
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal

Debbugs page

Maxim Cournoyer wrote 2 years ago
(address . guix-patches@gnu.org)(address . u-boot@lists.denx.de)(name . Simon Glass)(address . sjg@chromium.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@savoirfairelinux.com)
20221217014530.27772-2-maxim.cournoyer@savoirfairelinux.com
This fixes a regression introduced in commit 74df491051d6 ("buildman:
Convert documentation to rST").

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
---

tools/patman/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (14 lines)
diff --git a/tools/patman/setup.py b/tools/patman/setup.py
index 43fdc00ce6..ce9bb4aa63 100644
--- a/tools/patman/setup.py
+++ b/tools/patman/setup.py
@@ -7,6 +7,6 @@ setup(name='patman',
scripts=['patman'],
packages=['patman'],
package_dir={'patman': ''},
- package_data={'patman': ['README']},
+ package_data={'patman': ['README.rst']},
classifiers=['Environment :: Console',
'Topic :: Software Development'])
--
2.38.1
Maxim Cournoyer wrote 2 years ago
control message for bug #60133
(address . control@debbugs.gnu.org)
87zgbmahwr.fsf@gmail.com
tags 60133 notabug
close 60133
quit
Simon Glass wrote 2 years ago
Re: [PATCH 2/3] patman: fix installation of README.rst data file
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(address . u-boot@lists.denx.de)(name . Maxim Cournoyer)(address . maxim.cournoyer@savoirfairelinux.com)(address . guix-patches@gnu.org)
CAPnjgZ06pxA+LUMzXJpjoqpO=rtRfhVFmMcOwvwbudJ66orfgA@mail.gmail.com
On Fri, 16 Dec 2022 at 18:45, Maxim Cournoyer <maxim.cournoyer@gmail.com> wrote:
Toggle quote (10 lines)
>
> This fixes a regression introduced in commit 74df491051d6 ("buildman:
> Convert documentation to rST").
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
> ---
>
> tools/patman/setup.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60133@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60133
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help