diff options
| author | fche <fche> | 2008-03-31 18:48:51 +0000 | 
|---|---|---|
| committer | fche <fche> | 2008-03-31 18:48:51 +0000 | 
| commit | 9bece67c470409a35efcff73deef6923eb96db6a (patch) | |
| tree | e8e31e14ad9887ff3013ef96cbf5ee0d6809ead2 /getinvolved.html | |
| parent | *** empty log message *** (diff) | |
gitification
Diffstat (limited to 'getinvolved.html')
| -rw-r--r-- | getinvolved.html | 19 | 
1 files changed, 7 insertions, 12 deletions
| diff --git a/getinvolved.html b/getinvolved.html index 64319f42..d249dd60 100644 --- a/getinvolved.html +++ b/getinvolved.html | |||
| @@ -46,10 +46,6 @@ | |||
| 46 | <option value="systemtap"> | 46 | <option value="systemtap"> | 
| 47 | systemtap | 47 | systemtap | 
| 48 | </option> | 48 | </option> | 
| 49 | |||
| 50 | <option value="systemtap-cvs"> | ||
| 51 | systemtap-cvs | ||
| 52 | </option> | ||
| 53 | </select> Your e-mail address: <input type="text" | 49 | </select> Your e-mail address: <input type="text" | 
| 54 | name="username" size="25"><br> | 50 | name="username" size="25"><br> | 
| 55 | <input type="checkbox" name="digest">Digest version | 51 | <input type="checkbox" name="digest">Digest version | 
| @@ -74,8 +70,8 @@ | |||
| 74 | or <a href="news://news.gmane.org/gmane.linux.systemtap">gmane newsgroup</a> | 70 | or <a href="news://news.gmane.org/gmane.linux.systemtap">gmane newsgroup</a> | 
| 75 | or <a href="http://rss.gmane.org/messages/complete/gmane.linux.systemtap">RSS</a></li> | 71 | or <a href="http://rss.gmane.org/messages/complete/gmane.linux.systemtap">RSS</a></li> | 
| 76 | 72 | ||
| 77 | <li>code changes: <a href="http://sources.redhat.com/ml/systemtap-cvs/">web archive</a> | 73 | <li>code changes: | 
| 78 | or <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb</a> | 74 | <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb</a> | 
| 79 | or <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=rss">RSS</a> | 75 | or <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=rss">RSS</a> | 
| 80 | </li> | 76 | </li> | 
| 81 | </ul> | 77 | </ul> | 
| @@ -93,11 +89,10 @@ yum --enablerepo=core-debuginfo --enablerepo=updates-debuginfo \ | |||
| 93 | install kernel-debuginfo | 89 | install kernel-debuginfo | 
| 94 | </pre> | 90 | </pre> | 
| 95 | <p>To build and install the latest sources, follow the | 91 | <p>To build and install the latest sources, follow the | 
| 96 | <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~//src/README?cvsroot=systemtap">these directions</a>. The essence:</p> | 92 | <a href="http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=README;hb=HEAD">these directions</a>. The essence:</p> | 
| 97 | <ul><li>CVSROOT <tt>:pserver:anoncvs@sources.redhat.com:/cvs/systemtap</tt>, module <tt>src</tt>.</li> | 93 | <ul><li><tt>git clone git://sources.redhat.com/git/systemtap.git</tt></li> | 
| 98 | <li>or <tt>git clone git://sources.redhat.com/git/systemtap.git</tt></li> | ||
| 99 | <li>Weekly snapshots at <a href="ftp://sources.redhat.com/pub/systemtap/snapshots/"><tt>ftp://sources.redhat.com/pub/systemtap/snapshots/</tt></a>.</li> | 94 | <li>Weekly snapshots at <a href="ftp://sources.redhat.com/pub/systemtap/snapshots/"><tt>ftp://sources.redhat.com/pub/systemtap/snapshots/</tt></a>.</li> | 
| 100 | <li>Browse the <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/?cvsroot=systemtap">CVS repository</a> or the <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">GIT mirror</a></li> | 95 | <li>Browse the <a href="http://sources.redhat.com/git/gitweb.cgi?p=systemtap.git;a=summary">gitweb viewer</a></li> | 
| 101 | </ul> | 96 | </ul> | 
| 102 | <p>Once installed, try these little scripts:</p> | 97 | <p>Once installed, try these little scripts:</p> | 
| 103 | <pre># stap -ve 'probe begin { log("hello world") exit () }' | 98 | <pre># stap -ve 'probe begin { log("hello world") exit () }' | 
| @@ -111,10 +106,10 @@ yum --enablerepo=core-debuginfo --enablerepo=updates-debuginfo \ | |||
| 111 | systemtap. We try to make it easy with minimal legal | 106 | systemtap. We try to make it easy with minimal legal | 
| 112 | bureaucracy or process constriction; one should | 107 | bureaucracy or process constriction; one should | 
| 113 | read the | 108 | read the | 
| 114 | <a href="http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~//src/HACKING?cvsroot=systemtap">HACKING</a> | 109 | <a href="http://sources.redhat.com/git/?p=systemtap.git;a=blob_plain;f=HACKING;hb=HEAD">HACKING</a> | 
| 115 | file for details on contributing to systemtap. | 110 | file for details on contributing to systemtap. | 
| 116 | Regular contributors may earn <a | 111 | Regular contributors may earn <a | 
| 117 | href="http://sources.redhat.com/cgi-bin/pdw/ps_form.cgi">CVS | 112 | href="http://sources.redhat.com/cgi-bin/pdw/ps_form.cgi">GIT | 
| 118 | write accounts</a> to directly commit their code. | 113 | write accounts</a> to directly commit their code. | 
| 119 | Here is our list of <a href= | 114 | Here is our list of <a href= | 
| 120 | "http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0="> | 115 | "http://sources.redhat.com/bugzilla/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=systemtap&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&gcchost_type=allwordssubstr&gcchost=&gcctarget_type=allwordssubstr&gcctarget=&gccbuild_type=allwordssubstr&gccbuild=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=SUSPENDED&bug_status=WAITING&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Bug+Number&field0-0-0=noop&type0-0-0=noop&value0-0-0="> | 
