From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3923 invoked by alias); 1 Dec 2009 01:02:12 -0000 Received: (qmail 2590 invoked by uid 9778); 1 Dec 2009 01:02:09 -0000 Date: Tue, 01 Dec 2009 01:02:00 -0000 Message-ID: <20091201010208.2337.qmail@sourceware.org> From: ddomingo@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-291-g789aad3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d3b20053a696d3834d4b2cf73afa296464555c85 X-Git-Newrev: 789aad3429c6a3f7b8f66b609f18a092c7b04f62 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-q4/txt/msg00172.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 789aad3429c6a3f7b8f66b609f18a092c7b04f62 (commit) via e5e29c7f0f3c8b71444ae12fcd3f2c624d124cae (commit) via 2b1f3c4fce8bf90dd1fb43d1958e5371bc66736e (commit) via 53482a8b534a30f620da745e467d85276b02ea9b (commit) via 34a120fcb38cf509038255d77858b369e88d550c (commit) from d3b20053a696d3834d4b2cf73afa296464555c85 (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 789aad3429c6a3f7b8f66b609f18a092c7b04f62 Author: Don Domingo Date: Tue Dec 1 11:02:29 2009 +1000 minor modifications to allow book to build in latest Publican (1.x). to build in older versions of Publican, use old-syncandbuild.sh commit e5e29c7f0f3c8b71444ae12fcd3f2c624d124cae Author: Don Domingo Date: Tue Dec 1 11:02:19 2009 +1000 minor modifications to allow book to build in latest Publican (1.x). to build in older versions of Publican, use old-syncandbuild.sh commit 2b1f3c4fce8bf90dd1fb43d1958e5371bc66736e Author: Don Domingo Date: Tue Dec 1 11:02:00 2009 +1000 minor modifications to allow book to build in latest Publican (1.x). to build in older versions of Publican, use old-syncandbuild.sh commit 53482a8b534a30f620da745e467d85276b02ea9b Author: Don Domingo Date: Tue Dec 1 11:01:47 2009 +1000 minor modifications to allow book to build in latest Publican (1.x). to build in older versions of Publican, use old-syncandbuild.sh commit 34a120fcb38cf509038255d77858b369e88d550c Author: Don Domingo Date: Tue Dec 1 11:00:38 2009 +1000 minor modifications to allow book to build in latest Publican (1.x). to build in older versions of Publican, use old-syncandbuild.sh ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Beginners_Guide/Makefile | 2 +- doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml | 7 +++-- .../en-US/SystemTap_Beginners_Guide.ent | 3 +- .../{syncandbuild.sh => old-syncandbuild.sh} | 0 doc/SystemTap_Beginners_Guide/publican.cfg | 8 +++++ doc/SystemTap_Beginners_Guide/syncandbuild.sh | 29 ++++++++++++++----- 6 files changed, 36 insertions(+), 13 deletions(-) copy doc/SystemTap_Beginners_Guide/{syncandbuild.sh => old-syncandbuild.sh} (100%) create mode 100644 doc/SystemTap_Beginners_Guide/publican.cfg hooks/post-receive -- systemtap: system-wide probe/trace tool