qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl
@ 2016-07-20  7:27 Fam Zheng
  2016-07-20  9:16 ` Stefan Hajnoczi
  2016-07-20 10:36 ` Peter Maydell
  0 siblings, 2 replies; 8+ messages in thread
From: Fam Zheng @ 2016-07-20  7:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Stefan Weil, Peter Maydell, Pranith Kumar,
	Markus Armbruster

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.

Reported-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 README | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 README

diff --git a/README b/README
new file mode 120000
index 0000000..42061c0
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+README.md
\ No newline at end of file
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-20 18:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-20  7:27 [Qemu-devel] [PATCH] Symlink README.md as README to unbreak checkpatch.pl Fam Zheng
2016-07-20  9:16 ` Stefan Hajnoczi
2016-07-20 10:36 ` Peter Maydell
2016-07-20 10:42   ` Daniel P. Berrange
2016-07-20 10:48   ` Stefan Weil
2016-07-20 12:31     ` Eric Blake
2016-07-20 18:07       ` John Snow
2016-07-20 18:35         ` Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).