All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: update sparse.txt to list actual location
@ 2005-06-12 21:49 Jesper Juhl
  2005-06-13  5:48 ` Dave Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Jesper Juhl @ 2005-06-12 21:49 UTC (permalink / raw)
  To: linux-kernel


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@dif.dk>
---

 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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-13 18:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-12 21:49 [PATCH] Documentation: update sparse.txt to list actual location Jesper Juhl
2005-06-13  5:48 ` Dave Jones
2005-06-13  7:37   ` Jesper Juhl
2005-06-13 16:45     ` Dave Jones
2005-06-13 18:40       ` Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.