From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0 of 7] tools/check fixes for xen-unstable Date: Tue, 04 Oct 2011 16:21:49 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Remove the need for executable permissions of some files in the SCM. With these changes applied I can build the SLES11 xen.rpm package again. I use a modified xen.spec which does this after unpacking the tar files, just for testing my changes: find -type f -executable -print0 | sort -z | xargs -0 --no-run-if-empty chmod -v a-x find -type f -name configure -print0 | xargs -0 --no-run-if-empty chmod -v 744 find -type f -name texi2pod.pl -print0 | xargs -0 --no-run-if-empty chmod -v 744 Olaf install.sh | 2 +- stubdom/Makefile | 2 +- tools/Makefile | 2 +- tools/Rules.mk | 4 ++-- tools/check/Makefile | 6 +++--- tools/check/README | 6 +++--- tools/check/check_logging | 31 ------------------------------- tools/check/check_python | 4 ++-- tools/check/chk | 2 +- tools/firmware/etherboot/Makefile | 2 +- 10 files changed, 15 insertions(+), 46 deletions(-)