All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0 of 7] tools/check fixes for xen-unstable
@ 2011-10-04 14:21 Olaf Hering
  2011-10-04 14:21 ` [PATCH 1 of 7] tools/check: remove check_logging Olaf Hering
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Olaf Hering @ 2011-10-04 14:21 UTC (permalink / raw)
  To: xen-devel


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(-)

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

end of thread, other threads:[~2011-10-07 13:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 14:21 [PATCH 0 of 7] tools/check fixes for xen-unstable Olaf Hering
2011-10-04 14:21 ` [PATCH 1 of 7] tools/check: remove check_logging Olaf Hering
2011-10-04 14:21 ` [PATCH 2 of 7] tools/check: call all check_* scripts with shell Olaf Hering
2011-10-04 14:21 ` [PATCH 3 of 7] tools/check: update python version check Olaf Hering
2011-10-07 13:34   ` [PATCH 1 of 7] tools/check: remove check_logging [and 1 more messages] Ian Jackson
2011-10-04 14:21 ` [PATCH 4 of 7] tools: call xen-setup with shell Olaf Hering
2011-10-04 14:21 ` [PATCH 5 of 7] tools: call cross-install " Olaf Hering
2011-10-04 14:21 ` [PATCH 6 of 7] tools: call install-wrap " Olaf Hering
2011-10-04 14:21 ` [PATCH 7 of 7] tools: call etherboot/mkhex " Olaf Hering
2011-10-07 13:48 ` [PATCH 0 of 7] tools/check fixes for xen-unstable Ian Jackson

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.