From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12124 invoked by alias); 29 Nov 2011 21:32:32 -0000 Received: (qmail 12096 invoked by uid 426); 29 Nov 2011 21:32:30 -0000 Date: Tue, 29 Nov 2011 21:32:00 -0000 Message-ID: <20111129213230.12085.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-517-g72dd064 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3a85fccd0f9a41e90fefeda0f114b19f5acd38ec X-Git-Newrev: 72dd064de16fe530bd16ba4622dcb16effbfc361 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: 2011-q4/txt/msg00169.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 72dd064de16fe530bd16ba4622dcb16effbfc361 (commit) from 3a85fccd0f9a41e90fefeda0f114b19f5acd38ec (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 72dd064de16fe530bd16ba4622dcb16effbfc361 Author: Frank Ch. Eigler Date: Tue Nov 29 16:29:09 2011 -0500 PR13458: laugh in the face of xslt Using a dozen-line xslt script, one can sort the generated tapsets.xml documentation's reference sections. Thank you interwebs: http://stackoverflow.com/questions/572854/how-to-sort-a-subelement-of-xml-with-xslt http://www.w3schools.com/xpath/xpath_syntax.asp ----------------------------------------------------------------------- Summary of changes: doc/SystemTap_Tapset_Reference/Makefile.am | 8 +++++--- doc/SystemTap_Tapset_Reference/Makefile.in | 8 +++++--- doc/SystemTap_Tapset_Reference/sort-tapsets.xslt | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 doc/SystemTap_Tapset_Reference/sort-tapsets.xslt hooks/post-receive -- systemtap: system-wide probe/trace tool