Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-12-06 Thread Michael Roth
Quoting Daniel P. Berrangé (2018-12-06 10:50:47) > Copying Michael Roth as the only remaining non-Red Hat contributor > we still need approval from No objections from my end. > > On Wed, Nov 28, 2018 at 05:44:09PM +0100, Paolo Bonzini wrote: > > On 28/11/18 16:35, Daniel P. Berrangé wrote: > > >

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-12-06 Thread Daniel P . Berrangé
Copying Michael Roth as the only remaining non-Red Hat contributor we still need approval from On Wed, Nov 28, 2018 at 05:44:09PM +0100, Paolo Bonzini wrote: > On 28/11/18 16:35, Daniel P. Berrangé wrote: > > Add a README file that tells people this is a jekyll based static > > website, and shows

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Ning, Yu
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: Thursday, November 29, 2018 0:44 > To: Daniel P. Berrangé ; qemu-devel@nongnu.org > Cc: Thomas Huth ; rai...@macports.org; > alex.ben...@linaro.org; Ning, Yu ; Eric Blake > ; Stefan Hajnoczi > Subject: Re: [qem

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Rainer Müller
On 28.11.18 17:44, Paolo Bonzini wrote: > On 28/11/18 16:35, Daniel P. Berrangé wrote: >> Add a README file that tells people this is a jekyll based static >> website, and shows people how to run jekyll for testing purposes. >> >> Signed-off-by: Daniel P. Berrangé >> --- >> >> NB, we should really

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Thomas Huth
On 2018-11-28 17:44, Paolo Bonzini wrote: > On 28/11/18 16:35, Daniel P. Berrangé wrote: >> Add a README file that tells people this is a jekyll based static >> website, and shows people how to run jekyll for testing purposes. >> >> Signed-off-by: Daniel P. Berrangé >> --- >> >> NB, we should real

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Alex Bennée
Fine with me. Acked-by: Alex Bennée On Wed, 28 Nov 2018, 16:44 Paolo Bonzini On 28/11/18 16:35, Daniel P. Berrangé wrote: > > Add a README file that tells people this is a jekyll based static > > website, and shows people how to run jekyll for testing purposes. > > > > Signed-off-by: Daniel P.

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Eric Blake
On 11/28/18 11:23 AM, Eric Blake wrote: ...I have a live local server. Tested-by: Eric Blake I'd also update .gitignore to exclude .bundle/ and vendor/, since those now show up as untracked after my testing. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-32

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Eric Blake
On 11/28/18 11:20 AM, Daniel P. Berrangé wrote: +Note the 'vendor/' path has been explicitly excluded from the web content +in _config.yml, so don't try to use a different path within the git +checkout. + + +To test the site launch jeykll + + # bundle exec jekyll serve $ bundle exec jekyll ser

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Daniel P . Berrangé
On Wed, Nov 28, 2018 at 11:15:11AM -0600, Eric Blake wrote: > On 11/28/18 9:35 AM, Daniel P. Berrangé wrote: > > Add a README file that tells people this is a jekyll based static > > website, and shows people how to run jekyll for testing purposes. > > > > Signed-off-by: Daniel P. Berrangé > > --

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Eric Blake
On 11/28/18 10:44 AM, Paolo Bonzini wrote: On 28/11/18 16:35, Daniel P. Berrangé wrote: Add a README file that tells people this is a jekyll based static website, and shows people how to run jekyll for testing purposes. Signed-off-by: Daniel P. Berrangé --- NB, we should really mention a lice

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Eric Blake
On 11/28/18 9:35 AM, Daniel P. Berrangé wrote: Add a README file that tells people this is a jekyll based static website, and shows people how to run jekyll for testing purposes. Signed-off-by: Daniel P. Berrangé --- NB, we should really mention a license in the README too, but I don't see inf

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Daniel P . Berrangé
On Wed, Nov 28, 2018 at 05:44:09PM +0100, Paolo Bonzini wrote: > On 28/11/18 16:35, Daniel P. Berrangé wrote: > > Add a README file that tells people this is a jekyll based static > > website, and shows people how to run jekyll for testing purposes. > > > > Signed-off-by: Daniel P. Berrangé > > -

Re: [Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Paolo Bonzini
On 28/11/18 16:35, Daniel P. Berrangé wrote: > Add a README file that tells people this is a jekyll based static > website, and shows people how to run jekyll for testing purposes. > > Signed-off-by: Daniel P. Berrangé > --- > > NB, we should really mention a license in the README too, but I don

[Qemu-devel] [qemu-web PATCH] Document how to test the site with jekyll locally

2018-11-28 Thread Daniel P . Berrangé
Add a README file that tells people this is a jekyll based static website, and shows people how to run jekyll for testing purposes. Signed-off-by: Daniel P. Berrangé --- NB, we should really mention a license in the README too, but I don't see info about what license we consider qemu-web to be c