From 3b312701b2e8de3e3ec60e2e3e0bd126add46251 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 31 Mar 2008 09:54:42 -0400 Subject: replace mentions of CVS with GIT in docuemntation files --- README | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 0ea30508..addb7187 100644 --- a/README +++ b/README @@ -31,13 +31,9 @@ Build steps: ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-NNNN.tar.gz ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-portability.patch - Untar the snapshot in some new directory; apply patch (don't ask, long story) -- Download systemtap sources snapshot or from CVS or GIT: +- Download systemtap sources snapshot or from GIT: ftp://sources.redhat.com/pub/systemtap/snapshots/ (or) - cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login - # enter "anoncvs" as the password - cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co src - (or) git clone git://sources.redhat.com/git/systemtap.git (or) http://sources.redhat.com/git/systemtap.git - Build it: -- cgit From 98ef63414e06ac378ffe698793e3f2514dc5ce82 Mon Sep 17 00:00:00 2001 From: Jim Keniston Date: Mon, 31 Mar 2008 12:18:50 -0700 Subject: Just a test commit --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index addb7187..ecb5418a 100644 --- a/README +++ b/README @@ -74,3 +74,4 @@ Building a kernel.org kernel: mkdir /lib/modules/`uname -r` (if needed) ln -s /home/me/linux/2.6.17-rc6 /lib/modules/`uname -r`/build ln -s /home/me/linux/2.6.17-rc6 /lib/modules/`uname -r`/source +testing 1 2 3 -- cgit From d783589ee2b7511b8bed0fa3549b2a6a84277b9b Mon Sep 17 00:00:00 2001 From: Jim Keniston Date: Mon, 31 Mar 2008 12:27:23 -0700 Subject: Revert "Just a test commit" This reverts commit 98ef63414e06ac378ffe698793e3f2514dc5ce82. --- README | 1 - 1 file changed, 1 deletion(-) (limited to 'README') diff --git a/README b/README index ecb5418a..addb7187 100644 --- a/README +++ b/README @@ -74,4 +74,3 @@ Building a kernel.org kernel: mkdir /lib/modules/`uname -r` (if needed) ln -s /home/me/linux/2.6.17-rc6 /lib/modules/`uname -r`/build ln -s /home/me/linux/2.6.17-rc6 /lib/modules/`uname -r`/source -testing 1 2 3 -- cgit