From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14292 invoked by alias); 6 Feb 2009 17:54:25 -0000 Received: (qmail 14267 invoked by uid 678); 6 Feb 2009 17:54:25 -0000 Date: Fri, 06 Feb 2009 17:54:00 -0000 Message-ID: <20090206175423.14250.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-310-g02a8be3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2c48e4162100e7cbc53eeaee13cfbdd538b15380 X-Git-Newrev: 02a8be39355aeeba2dd873e68ec6527960fc9a12 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/msg00125.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 02a8be39355aeeba2dd873e68ec6527960fc9a12 (commit) via d1e81455651ff70d1b380fd1b63ea0ae9047eb0f (commit) via 2b7e0f29ac8bc4ed53c960607ead69cc7a571454 (commit) from 2c48e4162100e7cbc53eeaee13cfbdd538b15380 (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 02a8be39355aeeba2dd873e68ec6527960fc9a12 Merge: d1e81455651ff70d1b380fd1b63ea0ae9047eb0f 2c48e4162100e7cbc53eeaee13cfbdd538b15380 Author: William Cohen Date: Fri Feb 6 12:54:15 2009 -0500 Merge branch 'master' of ssh://sources.redhat.com/git/systemtap commit d1e81455651ff70d1b380fd1b63ea0ae9047eb0f Author: William Cohen Date: Fri Feb 6 12:53:37 2009 -0500 Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. commit 2b7e0f29ac8bc4ed53c960607ead69cc7a571454 Author: William Cohen Date: Fri Feb 6 12:36:52 2009 -0500 Move symbols.exp and symbols.stp to systemtap.context directory. ----------------------------------------------------------------------- Summary of changes: testsuite/ChangeLog | 11 +++++++++++ .../symbols.exp | 0 .../symbols.stp | 0 testsuite/systemtap.samples/syscalls.stp | 7 ------- testsuite/systemtap.samples/syscalls1.exp | 14 -------------- testsuite/systemtap.samples/syscalls2.exp | 15 --------------- 6 files changed, 11 insertions(+), 36 deletions(-) rename testsuite/{systemtap.samples => systemtap.context}/symbols.exp (100%) rename testsuite/{systemtap.samples => systemtap.context}/symbols.stp (100%) delete mode 100644 testsuite/systemtap.samples/syscalls.stp delete mode 100644 testsuite/systemtap.samples/syscalls1.exp delete mode 100644 testsuite/systemtap.samples/syscalls2.exp hooks/post-receive -- systemtap: system-wide probe/trace tool