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.5-107-g4112f21


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  4112f219833ac4d0fbcc3a0a6164dfe009ff17a6 (commit)
      from  a46f9abed6084754bacbd023078cb4924469d66b (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 4112f219833ac4d0fbcc3a0a6164dfe009ff17a6
Author: Josh Stone <jistone@redhat.com>
Date:   Wed Jul 13 13:46:29 2011 -0700

    PR12890 remote: Heed the capabilities of the other side
    
    If the remote side is < 1.6, then it won't know staprun -R, so we'll
    have to live without module renaming on that host.
    
    * buildrun.cxx (make_run_command): Add a version parameter, defaulted to
      the current VERSION.  Don't add -R unless >= 1.6.
    * remote.cxx (stapsh::set_child_fds): Save the handshake version.
      (stapsh::start): Pass the remote's version to make_run_command.
      (ssh_legacy_remote::start): Pass version 1.3 to make_run_command,
      treating all "legacy" hosts as somewhat old.

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

Summary of changes:
 buildrun.cxx |    5 +++--
 buildrun.h   |    3 ++-
 remote.cxx   |   12 +++++++++---
 3 files changed, 14 insertions(+), 6 deletions(-)


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]