lkml.org 
[lkml]   [2005]   [Jun]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] Documentation: update sparse.txt to list actual location
On Mon, 13 Jun 2005, Dave Jones wrote:

> On Mon, Jun 13, 2005 at 09:37:37AM +0200, Jesper Juhl wrote:
> > On 6/13/05, Dave Jones <davej@redhat.com> wrote:
> > > On Sun, Jun 12, 2005 at 11:49:30PM +0200, Jesper Juhl wrote:
> > >
> > > > -and DaveJ has tar-balls at
> > > > +like this:
> > > >
> > > > - http://www.codemonkey.org.uk/projects/bitkeeper/sparse/
> > >
> > > + http://www.codemonkey.org.uk/projects/git-snapshots/sparse/
> > >
> > Ahh, great, I'll update the patch later today. Thanks.
>
> I'm about to jump on a plane, and be net.dead for the
> best part of the next week, with sporadic internet access,
> which is obviously the best time to start cron running
> a hastily hacked up script.
>
> If it blows up horribly, I'll get to it when I get back on Sunday,
> but it should be fine.. I hope :-)
>
Have a nice trip. I've updated the patch to include the new location of
your tarballs.


Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
---

Documentation/sparse.txt | 21 +++++++++++++++++----
1 files changed, 17 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-13 20:30:09.000000000 +0200
@@ -51,13 +51,26 @@
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
+
+
+If you do not wish to keep the entire git tree around, then DaveJ has
+tarballs at
+
+ http://www.codemonkey.org.uk/projects/git-snapshots/sparse/


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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-13 20:39    [W:0.033 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site