diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 21:20:19 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 21:20:19 -0400 |
commit | 52e1ee435f702c6b613eec2c2ee3db0baae3b6b4 (patch) | |
tree | 633271c63f67f7bf6c89d499893e0d2ba8642fdd /tapset/DEVGUIDE | |
parent | b45613ad2a9740217ad3050adc6fcd038286ce88 (diff) | |
parent | d783589ee2b7511b8bed0fa3549b2a6a84277b9b (diff) | |
download | systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.tar.gz systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.tar.xz systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.zip |
Merge branch 'master' into unwind
* master:
Revert "Just a test commit"
Just a test commit
bump autoconf* version numbers to 0.7
replace mentions of CVS with GIT in docuemntation files
2008-03-27 Frank Ch. Eigler <fche@elastic.org>
2008-03-27 Frank Ch. Eigler <fche@elastic.org>
2008-03-26 Frank Ch. Eigler <fche@elastic.org>
Revert "dummy commit"
dummy commit
Diffstat (limited to 'tapset/DEVGUIDE')
-rw-r--r-- | tapset/DEVGUIDE | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tapset/DEVGUIDE b/tapset/DEVGUIDE index 44c4890c..3d550319 100644 --- a/tapset/DEVGUIDE +++ b/tapset/DEVGUIDE @@ -106,7 +106,7 @@ of "Tapset files", "Namespace" and "Embedded C & Safety." Tapset files ------------ -Tapset files are stored in src/tapset in the SystemTap CVS directory. +Tapset files are stored in src/tapset in the SystemTap GIT directory. Most are kept at that level. If you have code that only works on a specific architecture or kernel-version, you may choose to put that in the corresponding subdirectories. @@ -161,7 +161,7 @@ Update other Makefiles as necessary. Test cases ---------- All tapsets should be accompanied by test scripts. The tests are kept -in src/testsuite in CVS and based on dejagnu. You must have dejagnu and +in src/testsuite in GIT and based on dejagnu. You must have dejagnu and expect installed on your system to run the tests. Your tests should validate that: @@ -182,7 +182,7 @@ most important, it validates that the tapset can actually be used for something useful. If you can't write a script that uses the tapset in a meaningful way, perhaps you should rethink what the tapset provides. -Example scripts are stored in src/examples in CVS. +Example scripts are stored in src/examples in GIT. Change Logs ----------- @@ -211,7 +211,7 @@ mailing list archive is found at http://sources.redhat.com/ml/systemtap/. The systemtap-cvs mailing list archive is at http://sources.redhat.com/ml/systemtap-cvs/. -You can request CVS write access at +You can request GIT write access at http://sources.redhat.com/cgi-bin/pdw/ps_form.cgi. @@ -227,11 +227,11 @@ you with SystemTap: - SystemTap project home page (http://sourceware.org/systemtap/index.html) -- SystemTap mailing lists, IRC channels and CVS instructions +- SystemTap mailing lists, IRC channels and GIT instructions (http://sourceware.org/systemtap/getinvolved.html) -- CVS repository - (http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/?cvsroot=systemtap) +- GIT repository + (http://sources.redhat.com/git/?p=systemtap.git;a=summary - HACKING file in the source directory. This file outlines what's expected of project contributors. |