WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH 0 of 7] tools/check fixes for xen-unstable

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 0 of 7] tools/check fixes for xen-unstable
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Tue, 04 Oct 2011 16:21:49 +0200
Delivery-date: Tue, 04 Oct 2011 07:28:53 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1317738131; l=897; s=domk; d=aepfle.de; h=To:From:Date:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:X-RZG-CLASS-ID:X-RZG-AUTH; bh=zS7g2O+14NO8I9Vfj5vw8Vjav9U=; b=GC4MUS6znWOXyBjUdy6J4xpuSyEmfNeqF+bMzZlU/bXHnWApotCeXzvALsM2OLVuzbW byguCIkjG8n8JOXqEJ62J2PTSHQLTWITPJ9M2sPIybLz/bssDPqsMSU/DeCAXcsMmQCu/ 2HOR//tQ/Ud34a4hKUcPX/rVnHkqJ1uKRPs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.7.5
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(-)


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel