This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.7-47-g940b7aa


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  940b7aa56b9c2e371d8a00c6e179ab2e9b4268ba (commit)
       via  c256c4a6d2c9d9039924ef5fcdcbf4e802ed19c9 (commit)
       via  1cfd2143ecabdf664b2d61f6d46bfab6fdd77816 (commit)
       via  ea667a9f0d42dad0652563e7b76ce1527ebb9fc3 (commit)
       via  b27554b93d855972c0b8484226fab1253d1472e3 (commit)
      from  b20db09e9ea98f63604aa14048a7fb663fb3f804 (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 940b7aa56b9c2e371d8a00c6e179ab2e9b4268ba
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Thu Aug 7 16:50:21 2008 +0200

    Add example indexes generation build machinery.

commit c256c4a6d2c9d9039924ef5fcdcbf4e802ed19c9
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Thu Aug 7 16:42:16 2008 +0200

    Add comment about versioned vs unversioned docs to systemtap.spec.

commit 1cfd2143ecabdf664b2d61f6d46bfab6fdd77816
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Thu Aug 7 15:18:14 2008 +0200

    Add new examples-index-gen.pl script and support files.

commit ea667a9f0d42dad0652563e7b76ce1527ebb9fc3
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Thu Aug 7 14:24:51 2008 +0200

    Correct futexes.meta name: entry.

commit b27554b93d855972c0b8484226fab1253d1472e3
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Thu Aug 7 12:43:39 2008 +0200

    Add meta file tag descriptions to systemtap.examples/README.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                          |   14 +
 Makefile.am                                        |   26 ++-
 Makefile.in                                        |   51 +++-
 systemtap.spec                                     |    8 +-
 testsuite/ChangeLog                                |    4 +
 testsuite/Makefile.am                              |    9 +-
 testsuite/systemtap.examples/ChangeLog             |   14 +
 testsuite/systemtap.examples/README                |   52 ++++-
 testsuite/systemtap.examples/examples-index-gen.pl |  290 ++++++++++++++++++++
 testsuite/systemtap.examples/futexes.meta          |    2 +-
 testsuite/systemtap.examples/html_footer.tmpl      |   14 +
 testsuite/systemtap.examples/html_header.tmpl      |   41 +++
 testsuite/systemtap.examples/systemtap.css         |  164 +++++++++++
 testsuite/systemtap.examples/systemtapcorner.gif   |  Bin 0 -> 970 bytes
 testsuite/systemtap.examples/systemtaplogo.png     |  Bin 0 -> 1860 bytes
 15 files changed, 667 insertions(+), 22 deletions(-)
 create mode 100644 testsuite/systemtap.examples/examples-index-gen.pl
 create mode 100644 testsuite/systemtap.examples/html_footer.tmpl
 create mode 100644 testsuite/systemtap.examples/html_header.tmpl
 create mode 100644 testsuite/systemtap.examples/systemtap.css
 create mode 100644 testsuite/systemtap.examples/systemtapcorner.gif
 create mode 100644 testsuite/systemtap.examples/systemtaplogo.png


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]