All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix regressions caused by renaming README
@ 2016-07-19 17:47 Stefan Weil
  2016-07-19 18:15 ` Pranith Kumar
  2016-07-19 20:53 ` Peter Maydell
  0 siblings, 2 replies; 11+ messages in thread
From: Stefan Weil @ 2016-07-19 17:47 UTC (permalink / raw)
  To: QEMU Developer
  Cc: Peter Maydell, Daniel P. Berrange, Pranith Kumar, Paolo Bonzini,
	Stefan Weil

Commit e5dfc5e8e715c572aea44ac4d96c43941d4741c7 renamed README but did not
update scripts/checkpatch.pl. Fix this.

An update was also needed for qemu.nsi (Windows).

Reported-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 qemu.nsi              | 4 ++--
 scripts/checkpatch.pl | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/qemu.nsi b/qemu.nsi
index a20f6ef..c037017 100644
--- a/qemu.nsi
+++ b/qemu.nsi
@@ -116,7 +116,7 @@ Section "${PRODUCT} (required)"
     File "${SRCDIR}\Changelog"
     File "${SRCDIR}\COPYING"
     File "${SRCDIR}\COPYING.LIB"
-    File "${SRCDIR}\README"
+    File "${SRCDIR}\README.md"
     File "${SRCDIR}\VERSION"
 
     File "${BINDIR}\*.bmp"
@@ -206,7 +206,7 @@ Section "Uninstall"
     Delete "$INSTDIR\Changelog"
     Delete "$INSTDIR\COPYING"
     Delete "$INSTDIR\COPYING.LIB"
-    Delete "$INSTDIR\README"
+    Delete "$INSTDIR\README.md"
     Delete "$INSTDIR\VERSION"
     Delete "$INSTDIR\*.bmp"
     Delete "$INSTDIR\*.bin"
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index afa7f79..8247305 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -286,7 +286,7 @@ sub top_of_kernel_tree {
 
 	my @tree_check = (
 		"COPYING", "MAINTAINERS", "Makefile",
-		"README", "docs", "VERSION",
+		"README.md", "docs", "VERSION",
 		"vl.c"
 	);
 
-- 
2.1.4

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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 17:47 [Qemu-devel] [PATCH] Fix regressions caused by renaming README Stefan Weil
2016-07-19 18:15 ` Pranith Kumar
2016-07-19 20:53 ` Peter Maydell
2016-07-19 21:17   ` Pranith Kumar
2016-07-19 21:33     ` Peter Maydell
2016-07-20  6:37       ` Markus Armbruster
2016-07-20  7:00         ` Paolo Bonzini
2016-07-20  7:07           ` Fam Zheng
2016-07-20  7:09             ` Paolo Bonzini
2016-07-20  7:18               ` Fam Zheng
2016-07-20  8:47   ` Daniel P. Berrange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.