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-0.7-28-ge59868d


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  e59868d97dbe9b28ea2f3730252c38a582b19a0f (commit)
       via  0e47827d5f461ceb0e67540adba7bc2fe3a360da (commit)
      from  a96d1db083ba958e4da2a212dd044c52d001511a (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 e59868d97dbe9b28ea2f3730252c38a582b19a0f
Merge: 0e47827d5f461ceb0e67540adba7bc2fe3a360da a96d1db083ba958e4da2a212dd044c52d001511a
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Jul 29 13:47:31 2008 -0400

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
    
    Conflicts:
    
    	ChangeLog
    	testsuite/ChangeLog

commit 0e47827d5f461ceb0e67540adba7bc2fe3a360da
Author: Dave Brolley <brolley@redhat.com>
Date:   Tue Jul 29 13:40:08 2008 -0400

    Ensure that a systemtap server is available if 'server' is specified
    in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'

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

Summary of changes:
 ChangeLog                         |   35 +++++++
 Makefile.am                       |   46 ++++++++-
 Makefile.in                       |   46 ++++++++-
 stap-client                       |  204 ++++++++++++++++++-------------------
 stap-find-or-start-server         |   36 +++++++
 stap-find-servers                 |  128 +++++++++++++++++++++++
 stap-server                       |   27 ++++-
 stap-serverd                      |   28 ++++--
 stap-start-server                 |   24 +++++
 stap-stop-server                  |   30 ++++++
 systemtap.spec                    |    4 +
 testsuite/ChangeLog               |   11 ++
 testsuite/Makefile.am             |    2 +-
 testsuite/Makefile.in             |    2 +-
 testsuite/lib/stap_compile.exp    |    2 +-
 testsuite/lib/stap_run.exp        |    2 +-
 testsuite/lib/stap_run2.exp       |    2 +-
 testsuite/lib/stap_run_binary.exp |    2 +-
 testsuite/lib/stap_run_exact.exp  |    2 +-
 testsuite/lib/systemtap.exp       |    9 --
 20 files changed, 499 insertions(+), 143 deletions(-)
 create mode 100755 stap-find-or-start-server
 create mode 100755 stap-find-servers
 create mode 100755 stap-start-server
 create mode 100755 stap-stop-server


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]