From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4355 invoked by alias); 3 Sep 2010 19:14:09 -0000 Received: (qmail 4326 invoked by uid 448); 3 Sep 2010 19:14:07 -0000 Date: Fri, 03 Sep 2010 19:14:00 -0000 Message-ID: <20100903191407.4315.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-114-g17874af X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 77ff954439b25259dacdef2933299df374a11f73 X-Git-Newrev: 17874af3251d706800b9a9773ed4cff4fd613909 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q3/txt/msg00187.txt.bz2 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 17874af3251d706800b9a9773ed4cff4fd613909 (commit) from 77ff954439b25259dacdef2933299df374a11f73 (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 17874af3251d706800b9a9773ed4cff4fd613909 Author: Dave Brolley Date: Fri Sep 3 11:05:09 2010 -0400 Deprecate old compile-server client and tools. stap-client stap-find-servers stap-find-or-start-server stap-authorize-server-cert stap-authorize-signing-cert. ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- initscript/README.stap-server | 130 ++++++++- initscript/README.systemtap | 93 ------ session.cxx | 4 +- stap-authorize-server-cert | 4 + stap-authorize-server-cert.8 | 9 +- stap-authorize-signing-cert | 4 + stap-authorize-signing-cert.8 | 9 +- stap-authorize-signing-cert.8.in | 107 ------- stap-client | 4 + stap-client.8 | 12 +- stap-find-or-start-server | 4 + stap-find-servers | 4 + stap-merge.1 | 1 - stap-server.8 | 11 +- stap-server.8.in | 433 ---------------------------- stap-serverd | 12 +- stap.1 | 1 - stappaths.7.in | 35 ++- systemtap.spec | 4 +- testsuite/systemtap.server/server_args.exp | 2 +- 21 files changed, 189 insertions(+), 696 deletions(-) delete mode 100644 stap-authorize-signing-cert.8.in delete mode 100644 stap-server.8.in hooks/post-receive -- systemtap: system-wide probe/trace tool