Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-07-09 Thread Leo Sandoval via Grub-devel
On Tue, Jul 8, 2025 at 7:26 PM Glenn Washburn wrote: > On Mon, 30 Jun 2025 14:15:59 -0600 > Leo Sandoval wrote: > > > On Mon, Jun 30, 2025 at 1:45 PM Glenn Washburn < > developm...@efficientek.com> > > wrote: > > > > > On Fri, 20 Jun 2025 18:03:41 -0600 > > > Leo Sandoval via Grub-devel wrote:

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-07-08 Thread Glenn Washburn
On Mon, 30 Jun 2025 14:15:59 -0600 Leo Sandoval wrote: > On Mon, Jun 30, 2025 at 1:45 PM Glenn Washburn > wrote: > > > On Fri, 20 Jun 2025 18:03:41 -0600 > > Leo Sandoval via Grub-devel wrote: > > > > > Containers bring the ability to have ready-to-use environments and in > > > this case compl

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-06-30 Thread Leo Sandoval via Grub-devel
On Mon, Jun 30, 2025 at 1:45 PM Glenn Washburn wrote: > On Fri, 20 Jun 2025 18:03:41 -0600 > Leo Sandoval via Grub-devel wrote: > > > Containers bring the ability to have ready-to-use environments and in > > this case complete Fedora and Debian container files are described > > containing all re

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-06-30 Thread Glenn Washburn
On Fri, 20 Jun 2025 18:03:41 -0600 Leo Sandoval via Grub-devel wrote: > Containers bring the ability to have ready-to-use environments and in > this case complete Fedora and Debian container files are described > containing all required packages for building and testing grub2. > > Once users man

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-06-24 Thread Daniel Kiper
On Fri, Jun 20, 2025 at 06:03:41PM -0600, Leo Sandoval via Grub-devel wrote: > Containers bring the ability to have ready-to-use environments and in > this case complete Fedora and Debian container files are described > containing all required packages for building and testing grub2. > > Once users

Re: [PATCH v2] Create Containerfiles with required grub packages for development

2025-06-21 Thread Andrew Hamilton
Thank you for doing this, this is very helpful. I tested both and they worked well for me. I submitted a separate patch just a moment ago to fix 2 of the test failures (not caused by this update). Reviewed-by: Andrew Hamilton Thanks, Andrew On Fri, Jun 20, 2025 at 7:04 PM Leo Sandoval via Gru