[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Olaf Hering <olaf@xxxxxxxxx>
  • Date: Tue, 04 Oct 2011 16:21:49 +0200
  • Delivery-date: Tue, 04 Oct 2011 07:28:53 -0700
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.