From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9120 invoked by alias); 10 Feb 2009 21:43:05 -0000 Received: (qmail 9096 invoked by uid 678); 10 Feb 2009 21:43:05 -0000 Date: Tue, 10 Feb 2009 21:43:00 -0000 Message-ID: <20090210214305.9085.qmail@sourceware.org> From: wcohen@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.8-324-g8ccdc31 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 955925b709fcf1aeaa667423ed7b639dcfd94478 X-Git-Newrev: 8ccdc31544c385b2b9ccf1206c983acdfb2d96e2 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: 2009-q1/txt/msg00136.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 8ccdc31544c385b2b9ccf1206c983acdfb2d96e2 (commit) via a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264 (commit) from 955925b709fcf1aeaa667423ed7b639dcfd94478 (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 8ccdc31544c385b2b9ccf1206c983acdfb2d96e2 Author: William Cohen Date: Tue Feb 10 16:42:15 2009 -0500 Remove profile.exp and profile.stp. commit a70a69bd47f2b0c7e8e4e99b7a630ebbedc5f264 Author: William Cohen Date: Tue Feb 10 16:18:29 2009 -0500 Move crash.exp and crash.sh to systemtap.base directory. ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 10 ++++++ .../crash.exp | 0 .../{systemtap.samples => systemtap.base}/crash.sh | 0 testsuite/systemtap.samples/profile.exp | 15 -------- testsuite/systemtap.samples/profile.stp | 35 -------------------- 5 files changed, 10 insertions(+), 50 deletions(-) rename testsuite/{systemtap.samples => systemtap.base}/crash.exp (100%) rename testsuite/{systemtap.samples => systemtap.base}/crash.sh (100%) delete mode 100644 testsuite/systemtap.samples/profile.exp delete mode 100644 testsuite/systemtap.samples/profile.stp hooks/post-receive -- systemtap: system-wide probe/trace tool