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-19-ga0e2728


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  a0e2728a26d3ff39ac5cea3758fcbe18951451bc (commit)
       via  840e507309dbe7ae6a138ccc2f420cb20015dd69 (commit)
       via  1114c4f22297e25132be9067675f9b1383d4c6f0 (commit)
      from  328980e44a2dbebb39829fbb64c24fb9eafaa0f1 (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 a0e2728a26d3ff39ac5cea3758fcbe18951451bc
Author: Dave Brolley <brolley@redhat.com>
Date:   Fri Jan 21 11:21:37 2011 -0500

    PR 11862: remove obsolete stap-client script and friends
    
    Rework and improve warnings for missing NSS and avahi headers, libs and tools

commit 840e507309dbe7ae6a138ccc2f420cb20015dd69
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jan 19 17:15:31 2011 -0500

    PR 11862: remove obsolete stap-client script and friends
    
    - Integrate stap-client-connect.c into csclient.cxx
    - Remove stap-client-connect.c

commit 1114c4f22297e25132be9067675f9b1383d4c6f0
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Jan 19 15:36:56 2011 -0500

    PR 11862: remove obsolete stap-client script and friends
    
    - Remove deprecated scripts
    - Remove parts of stap-env used only by the removed scripts
    - Remove man pages for removed scripts
    - Remove parts of stap-client-connect which allowed it to be built
      as a standalone tool (used by stap-client).
    - Update spec file. systemtap-client package removed.

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

Summary of changes:
 Makefile.am                   |   20 +-
 Makefile.in                   |  150 ++----
 NEWS                          |    8 +
 configure                     |  245 +++++----
 configure.ac                  |  121 +++--
 csclient.cxx                  |  503 +++++++++++++++++-
 stap-authorize-server-cert    |   34 --
 stap-authorize-server-cert.8  |  116 ----
 stap-authorize-signing-cert   |   34 --
 stap-authorize-signing-cert.8 |  112 ----
 stap-client                   | 1178 -----------------------------------------
 stap-client-connect.c         |  619 ----------------------
 stap-client.8                 |  235 --------
 stap-env                      |   10 +-
 stap-find-or-start-server     |   39 --
 stap-find-servers             |  167 ------
 stap-gen-cert                 |    4 +-
 stap-serverd                  |    8 +-
 systemtap.spec                |   31 --
 19 files changed, 747 insertions(+), 2887 deletions(-)
 delete mode 100755 stap-authorize-server-cert
 delete mode 100644 stap-authorize-server-cert.8
 delete mode 100755 stap-authorize-signing-cert
 delete mode 100644 stap-authorize-signing-cert.8
 delete mode 100755 stap-client
 delete mode 100644 stap-client-connect.c
 delete mode 100644 stap-client.8
 delete mode 100755 stap-find-or-start-server
 delete mode 100755 stap-find-servers


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]