This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-383-g3f975d5


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  3f975d55434fc62df90cbdd1a53008e32f4ac72e (commit)
      from  414e04de0a27c1e53f827bbc6a00a9f0364548bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3f975d55434fc62df90cbdd1a53008e32f4ac72e
Author: David Smith <dsmith@redhat.com>
Date:   Fri May 20 17:12:48 2011 -0500

    Fix 'non-executable-script' and 'script-without-shebang' rpmlint errors.
    
    * testsuite/systemtap.base/bz5274.exp: Fixed 'script-without-shebang'
      rpmlint error by making the file non-executable.
    * testsuite/systemtap.base/foreach_value.stp: Ditto.
    * testsuite/systemtap.maps/elision.exp: Ditto.
    * testsuite/systemtap.maps/exists.exp: Ditto.
    * testsuite/systemtap.maps/foreach_fail.stp: Ditto.
    * testsuite/systemtap.maps/foreach_foreach.stp: Ditto.
    * testsuite/systemtap.maps/foreach_limit2.stp: Ditto.
    * testsuite/systemtap.maps/ii.stp: Ditto.
    * testsuite/systemtap.maps/iiiiii.stp: Ditto.
    * testsuite/systemtap.maps/is.stp: Ditto.
    * testsuite/systemtap.maps/ix.stp: Ditto.
    * testsuite/systemtap.maps/ix_clear.stp: Ditto.
    * testsuite/systemtap.maps/ix_clear2.stp: Ditto.
    * testsuite/systemtap.maps/ix_clear3.stp: Ditto.
    * testsuite/systemtap.maps/ix_hist.stp: Ditto.
    * testsuite/systemtap.maps/pmap_agg_overflow.stp: Ditto.
    * testsuite/systemtap.maps/si.stp: Ditto.
    * testsuite/systemtap.maps/ss.stp: Ditto.
    * testsuite/systemtap.samples/examples.exp: Ditto.
    * testsuite/systemtap.syscall/nd_sys.stp: Ditto.
    * testsuite/systemtap.syscall/sys.stp: Ditto.
    * testsuite/systemtap.syscall/test.stp: Ditto.
    * testsuite/systemtap.apps/stap-tcl.sh: Fix 'non-executable-script'
      rpmlint error by making the script exectuable.
    * testsuite/systemtap.base/bz10294.stp: Ditto.
    * testsuite/systemtap.base/bz6905.stp: Ditto.
    * testsuite/systemtap.base/optionalprobe.stp: Ditto.
    * testsuite/systemtap.base/system_func.stp: Ditto.
    * testsuite/systemtap.base/x86_gs.stp: Ditto.
    * testsuite/systemtap.context/symbols.stp: Ditto.
    * testsuite/systemtap.examples/examples-index-gen.pl: Ditto.
    * testsuite/systemtap.examples/general/eventcount.stp: Ditto.
    * testsuite/systemtap.examples/memory/overcommit.stp: Ditto.
    * testsuite/systemtap.examples/memory/vm.tracepoints.stp: Ditto.
    * testsuite/systemtap.examples/network/tcp_init_cwnd.stp: Ditto.
    * testsuite/systemtap.examples/profiling/graphcall.stp: Ditto.
    * testsuite/systemtap.samples/tcptest.stp: Ditto.
    * testsuite/systemtap.stress/conversions.stp: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 0 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 testsuite/systemtap.apps/stap-tcl.sh
 mode change 100644 => 100755 testsuite/systemtap.base/bz10294.stp
 mode change 100755 => 100644 testsuite/systemtap.base/bz5274.exp
 mode change 100644 => 100755 testsuite/systemtap.base/bz6905.stp
 mode change 100755 => 100644 testsuite/systemtap.base/foreach_value.stp
 mode change 100644 => 100755 testsuite/systemtap.base/optionalprobe.stp
 mode change 100644 => 100755 testsuite/systemtap.base/system_func.stp
 mode change 100644 => 100755 testsuite/systemtap.base/x86_gs.stp
 mode change 100644 => 100755 testsuite/systemtap.context/symbols.stp
 mode change 100644 => 100755 testsuite/systemtap.examples/examples-index-gen.pl
 mode change 100644 => 100755 testsuite/systemtap.examples/general/eventcount.stp
 mode change 100644 => 100755 testsuite/systemtap.examples/memory/overcommit.stp
 mode change 100644 => 100755 testsuite/systemtap.examples/memory/vm.tracepoints.stp
 mode change 100644 => 100755 testsuite/systemtap.examples/network/tcp_init_cwnd.stp
 mode change 100644 => 100755 testsuite/systemtap.examples/profiling/graphcall.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/elision.exp
 mode change 100755 => 100644 testsuite/systemtap.maps/exists.exp
 mode change 100755 => 100644 testsuite/systemtap.maps/foreach_fail.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/foreach_foreach.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/foreach_limit2.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ii.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/iiiiii.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/is.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ix.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ix_clear.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ix_clear2.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ix_clear3.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ix_hist.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/pmap_agg_overflow.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/si.stp
 mode change 100755 => 100644 testsuite/systemtap.maps/ss.stp
 mode change 100755 => 100644 testsuite/systemtap.samples/examples.exp
 mode change 100644 => 100755 testsuite/systemtap.samples/tcptest.stp
 mode change 100644 => 100755 testsuite/systemtap.stress/conversions.stp
 mode change 100755 => 100644 testsuite/systemtap.syscall/nd_sys.stp
 mode change 100755 => 100644 testsuite/systemtap.syscall/sys.stp
 mode change 100755 => 100644 testsuite/systemtap.syscall/test.tcl


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]