Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Stefan Weil
On 07/20/16 20:07, John Snow wrote: > On 07/20/2016 08:31 AM, Eric Blake wrote: >> On 07/20/2016 04:48 AM, Stefan Weil wrote: >>> Am 20.07.2016 um 12:36 schrieb Peter Maydell: On 20 July 2016 at 08:27, Fam Zheng wrote: > Commit e5dfc5e8e71 renamed README to README.md but > scripts/che

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread John Snow
On 07/20/2016 08:31 AM, Eric Blake wrote: > On 07/20/2016 04:48 AM, Stefan Weil wrote: >> Am 20.07.2016 um 12:36 schrieb Peter Maydell: >>> On 20 July 2016 at 08:27, Fam Zheng wrote: Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl still looks for the old name t

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Eric Blake
On 07/20/2016 04:48 AM, Stefan Weil wrote: > Am 20.07.2016 um 12:36 schrieb Peter Maydell: >> On 20 July 2016 at 08:27, Fam Zheng wrote: >>> Commit e5dfc5e8e71 renamed README to README.md but >>> scripts/checkpatch.pl still looks for the old name to sanity check >>> that it's invoked from the topl

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Stefan Hajnoczi
On Wed, Jul 20, 2016 at 03:27:05PM +0800, Fam Zheng wrote: > Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl > still looks for the old name to sanity check that it's invoked from the > toplevel of tree. > > Create a symbol link to README.md to fix that. I've verified that

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Stefan Weil
Am 20.07.2016 um 12:36 schrieb Peter Maydell: > On 20 July 2016 at 08:27, Fam Zheng wrote: >> Commit e5dfc5e8e71 renamed README to README.md but >> scripts/checkpatch.pl still looks for the old name to sanity check >> that it's invoked from the toplevel of tree. Create a symbol link to >> README.m

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Daniel P. Berrange
On Wed, Jul 20, 2016 at 11:36:36AM +0100, Peter Maydell wrote: > On 20 July 2016 at 08:27, Fam Zheng wrote: > > Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl > > still looks for the old name to sanity check that it's invoked from the > > toplevel of tree. > > > > Create

Re: [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Peter Maydell
On 20 July 2016 at 08:27, Fam Zheng wrote: > Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl > still looks for the old name to sanity check that it's invoked from the > toplevel of tree. > > Create a symbol link to README.md to fix that. I've verified that on > github READ

[Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl

2016-07-20 Thread Fam Zheng
Commit e5dfc5e8e71 renamed README to README.md but scripts/checkpatch.pl still looks for the old name to sanity check that it's invoked from the toplevel of tree. Create a symbol link to README.md to fix that. I've verified that on github README.md still takes precedence and page is rendered. Rep