[PATCH] Documentation: update sparse.txt to list actual location

From: Jesper Juhl
Date: Sun Jun 12 2005 - 16:47:49 EST



The information on where to get sparse is outdated. It is now maintained
in a git tree and I was unable to find anywhere to download tarballs. This
patch updates Documentation/sparse.txt to match current reality.

Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>
---

Documentation/sparse.txt | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)

--- linux-2.6.12-rc6-mm1-orig/Documentation/sparse.txt 2005-03-02 08:37:53.000000000 +0100
+++ linux-2.6.12-rc6-mm1/Documentation/sparse.txt 2005-06-12 23:44:43.000000000 +0200
@@ -51,13 +51,20 @@ or you don't get any checking at all.
Where to get sparse
~~~~~~~~~~~~~~~~~~~

-With BK, you can just get it from
+With git, you can get it from

- bk://sparse.bkbits.net/sparse
+ rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/sparse.git/

-and DaveJ has tar-balls at
+like this:

- http://www.codemonkey.org.uk/projects/bitkeeper/sparse/
+ $ mkdir -p sparse/.git
+ $ cd sparse
+ $ rsync -a --delete --verbose --stats --progress \
+ rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/sparse.git/ \
+ .git
+ $ git-pull-script \
+ rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/sparse.git
+ $ git-read-tree -m HEAD && git-checkout-cache -q -f -u -a


Once you have it, just do



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/