From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23256 invoked by alias); 20 Nov 2008 15:47:52 -0000 Received: (qmail 23157 invoked by uid 426); 20 Nov 2008 15:47:51 -0000 Date: Thu, 20 Nov 2008 15:47:00 -0000 Message-ID: <20081120154751.23123.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-511-g09a98ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a006b96108a8b92b73af5ddb396cb1b1119f5529 X-Git-Newrev: 09a98ae0632fbbb19fab4f5536203e405176a403 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: 2008-q4/txt/msg00223.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 09a98ae0632fbbb19fab4f5536203e405176a403 (commit) from a006b96108a8b92b73af5ddb396cb1b1119f5529 (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 09a98ae0632fbbb19fab4f5536203e405176a403 Author: Frank Ch. Eigler Date: Thu Nov 20 10:47:36 2008 -0500 example catalog: remove by-subsystem indexes ----------------------------------------------------------------------- Summary of changes: testsuite/systemtap.examples/ChangeLog | 4 + testsuite/systemtap.examples/examples-index-gen.pl | 66 +----- testsuite/systemtap.examples/html/html_header.tmpl | 1 - testsuite/systemtap.examples/index.html | 49 ++-- testsuite/systemtap.examples/index.txt | 50 ++-- testsuite/systemtap.examples/keyword-index.html | 87 ++++---- testsuite/systemtap.examples/keyword-index.txt | 88 ++++---- testsuite/systemtap.examples/subsystem-index.html | 165 ------------- testsuite/systemtap.examples/subsystem-index.txt | 243 -------------------- 9 files changed, 144 insertions(+), 609 deletions(-) delete mode 100644 testsuite/systemtap.examples/subsystem-index.html delete mode 100644 testsuite/systemtap.examples/subsystem-index.txt hooks/post-receive -- systemtap: system-wide probe/trace tool