Re: [PATCH 0/6] kbuild: fix some packaging issues, and use git-archive for source package

From: Masahiro Yamada
Date: Sun Mar 12 2023 - 20:53:37 EST


On Mon, Mar 13, 2023 at 8:26 AM Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Mar 12, 2023 at 1:07 PM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
> >
> > This series fixes some bugs, then switch to 'git archive'
> > for source package creation as suggested by Linus.
>
> Thanks, looks good.
>
> Shouldn't we also revert e0ca16749ac3 ("kbuild: make perf-tar*-src-pkg
> work without relying on git")?
>
> Linus


Right.

6/6 did that.

It may not be clear enough from the commit description,
but I added the following tag to 6/6.

Fixes: e0ca16749ac3 ("kbuild: make perf-tar*-src-pkg work without
relying on git")



Instead of a verbatim revert, I made some refactoring
to share code among deb-pkg, rpm-pkg, perf-tar*-src-pkg.



--
Best Regards
Masahiro Yamada