Re: [OS-BUILD PATCHv3] Add git config hook

2020-05-08 Thread Don Zickus
On Fri, May 08, 2020 at 12:50:13PM -0400, Prarit Bhargava wrote: > On 5/7/20 7:32 PM, Prarit Bhargava wrote: > > On 5/6/20 3:55 PM, Jeremy Cline wrote: > >> On Wed, May 06, 2020 at 09:44:55AM -0400, Don Zickus wrote: > >>> On Wed, May 06, 2020 at 01:45:34PM +0200, Jiri Benc wrote: > On Wed, 6

Re: [OS-BUILD PATCH] Introduce a Sphinx documentation project

2020-05-08 Thread Jeremy Cline
On Thu, May 07, 2020 at 07:34:13PM -, GitLab Bridge on behalf of jeremycline wrote: > From: Jeremy Cline > > Although the GitLab wiki is pretty nice for getting started, it doesn't > offer a great way for folks to contribute or provide reviews for > changes. Convert the current Wiki to RST

Re: [OS-BUILD PATCHv3] Add git config hook

2020-05-08 Thread Prarit Bhargava
On 5/7/20 7:32 PM, Prarit Bhargava wrote: > On 5/6/20 3:55 PM, Jeremy Cline wrote: >> On Wed, May 06, 2020 at 09:44:55AM -0400, Don Zickus wrote: >>> On Wed, May 06, 2020 at 01:45:34PM +0200, Jiri Benc wrote: On Wed, 6 May 2020 07:37:35 -0400, Prarit Bhargava wrote: > Good idea and I

[OS-BUILD PATCH 6/6] Add zero-commit to format-patch options

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" Because of the way the trees are mangled, the hash for patches change with each build. This creates an unnecessary line of diff in each patch file which is makes a diff in dist-git difficult to read. Let's zero it to clean it up. Signed-off-by: Justin M. Forbes ---

[OS-BUILD PATCH 2/6] Break out the Patches into individual files for dist-git

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" --- redhat/genspec.sh | 13 - redhat/kernel.spec.template | 12 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/redhat/genspec.sh b/redhat/genspec.sh index 1e60bd31c06b..6b618f89f669 100755 --- a/redhat/genspec.sh +++

[OS-BUILD PATCH 5/6] Copy Makefile.rhelver as a source file rather than a patch

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: Jeremy Cline Include Makefile.rhelver by treating it as a source file rather than generating it in a patch. This avoids depending on the tree being prepared having a reference to the master branch, which should fix the CKI build failures. It's also simpler. Signed-off-by: Jeremy Cline

[OS-BUILD PATCH 4/6] Move the sed to clear the patch templating outside of conditionals

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" While we only add broken out patches if we aren't doing a single tarball we still need to remove the template markers if we are. Signed-off-by: Justin M. Forbes --- redhat/genspec.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OS-BUILD PATCH 0/6] Patch Breakout again.

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: jmflinuxtx on gitlab.com The series breaks the Red Hat patches out into individual patches for dist-git and the spec. It also adds a Patchlist file to the dist-git for a quick view of which patches are applied. That file will also handily show which patches are dropped in a diff before

[OS-BUILD PATCH 1/6] Break the Red Hat patch into individual commits

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: Jeremy Cline People like to go look at the dist-git instead of a source tree for patch files and there were complaints about the big diff file. Jump through some hoops to generate a list of patches from the release branch so the patches are preserved in dist-git. Denys Vlasenko Rado

[OS-BUILD PATCH 3/6] Match template format in kernel.spec.template

2020-05-08 Thread GitLab Bridge on behalf of jmflinuxtx
From: "Justin M. Forbes" --- redhat/genspec.sh | 8 redhat/kernel.spec.template | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/redhat/genspec.sh b/redhat/genspec.sh index 6b618f89f669..fce17298d071 100755 --- a/redhat/genspec.sh +++

Re: [OS-BUILD PATCH] Introduce a Sphinx documentation project

2020-05-08 Thread Herton R. Krzesinski
On Thu, May 07, 2020 at 07:34:13PM -, GitLab Bridge on behalf of jeremycline wrote: > From: Jeremy Cline > > Although the GitLab wiki is pretty nice for getting started, it doesn't > offer a great way for folks to contribute or provide reviews for > changes. Convert the current Wiki to RST

Re: [OS-BUILD PATCH] Introduce a Sphinx documentation project

2020-05-08 Thread Prarit Bhargava
On 5/7/20 3:34 PM, GitLab Bridge on behalf of jeremycline wrote: > From: Jeremy Cline > > Although the GitLab wiki is pretty nice for getting started, it doesn't > offer a great way for folks to contribute or provide reviews for > changes. Convert the current Wiki to RST and build it with Sphinx.