mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Matthew Dharm <mdharm-kernel@one-eyed-alien.net>
To: Gene Heskett <gene.heskett@verizon.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Arrr! Linux v2.6.14-rc2
Date: Tue, 20 Sep 2005 14:00:57 -0700	[thread overview]
Message-ID: <20050920210057.GC4982@one-eyed-alien.net> (raw)
In-Reply-To: <200509201657.59407.gene.heskett@verizon.net>

[-- Attachment #1: Type: text/plain, Size: 2729 bytes --]

~/bin is in many people's paths in many distributions.

Matt

On Tue, Sep 20, 2005 at 04:57:59PM -0400, Gene Heskett wrote:
> On Tuesday 20 September 2005 11:20, Sean wrote:
> >On Tue, September 20, 2005 10:25 am, Gene Heskett said:
> >> Humm, what are they holding out for, more ram or more cpu?:-)
> >>
> >> FWIW, http://master.kernel.org doesn't show it either just now.
> >
> >Gene,
> >
> >While kernel.org snapshots will no doubt be working again shortly, you
> >might want to consider using git.  It reduces the amount you have to
> >download for each release a lot.
> >
> >It's really easy to grab a copy of git and use it to grab the kernel:
> >
> >mkdir kernel
> check
> >cd kernel
> check
> >wget http://kernel.org/pub/software/scm/git/git-core-0.99.7.tar.bz2
> check
> >tar -xvjf git-core-0.99.7.tar.bz2
> check
> >cd git-core-0.99.7
> check
> >make install
> check
> >cd ..
> >
> >git clone \
> >rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
> >linux
> 
> Well, things marched right along till I got to the line for git clone
> etc.
> 
> [root@coyote kernel]# git clone
> rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> linux
> bash: git: command not found
> 
> Humm, back up & find it put git stuff in /root/bin  ?????
> 
> [root@coyote kernel]# /root/bin/git clone \
> rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>  linux
> /root/bin/git-clone: line 2: git-init-db: command not found
> * git clone [-l [-s]] [-q] [-u <upload-pack>] <repo> <dir>
> 
> So why did it put it in /root/bin?  It's there, but not in my $PATH.
> And theres no "make uninstall" to clean up the install so I might be
> able to cleanly fix the miss-fire...  Murphy rides again..
> 
> [...]
> 
> -- 
> Cheers, Gene
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> 99.35% setiathome rank, not too shabby for a WV hillbilly
> Yahoo.com and AOL/TW attorneys please note, additions to the above
> message by Gene Heskett are:
> Copyright 2005 by Maurice Eugene Heskett, all rights reserved.
> 
> -
> 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/

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

I'm just trying to think of a way to say "up yours" without getting fired.
					-- Stef
User Friendly, 10/8/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-09-20 21:01 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-20  3:22 Linus Torvalds
2005-09-20  3:44 ` Nick Piggin
2005-09-20  4:50 ` Gene Heskett
2005-09-20 13:31   ` Patrick McFarland
2005-09-20 14:05     ` Gene Heskett
2005-09-20 14:10       ` Russell King
2005-09-20 14:25         ` Gene Heskett
     [not found]           ` <56402.10.10.10.28.1127229646.squirrel@linux1>
2005-09-20 15:20             ` Sean
2005-09-20 20:45               ` Gene Heskett
2005-09-20 20:57               ` Gene Heskett
2005-09-20 21:00                 ` Matthew Dharm [this message]
2005-09-20 21:23                   ` Gene Heskett
2005-09-20 21:39               ` Gene Heskett
2005-09-21 16:50               ` Gene Heskett
2005-09-21 18:28               ` Bill Davidsen
     [not found]                 ` <44442.10.10.10.28.1127329602.squirrel@linux1>
2005-09-21 19:06                   ` Sean
2005-09-20 15:29             ` Russell King
2005-09-20 15:32             ` Alexander Nyberg
     [not found]               ` <54562.10.10.10.28.1127230800.squirrel@linux1>
2005-09-20 15:40                 ` Sean
2005-09-20 16:18                   ` Jan Dittmer
     [not found]                     ` <36267.10.10.10.28.1127233614.squirrel@linux1>
2005-09-20 16:26                       ` Sean
2005-09-20 16:44                         ` Jan Dittmer
     [not found]                           ` <48312.10.10.10.28.1127235046.squirrel@linux1>
2005-09-20 16:50                             ` Sean
2005-09-20 17:00                               ` Jan Dittmer
2005-09-20 17:02                               ` Linus Torvalds
     [not found]                                 ` <52797.10.10.10.28.1127236164.squirrel@linux1>
2005-09-20 17:09                                   ` Sean
     [not found]                                 ` <41938.10.10.10.28.1127252566.squirrel@linux1>
2005-09-20 21:42                                   ` using -gitX snapshot tags [was Re: Arrr! Linux v2.6.14-rc2] Sean
2005-09-20 17:09                             ` Arrr! Linux v2.6.14-rc2 Alexey Dobriyan
2005-09-20 17:59             ` Horst von Brand
     [not found]               ` <59258.10.10.10.28.1127241246.squirrel@linux1>
2005-09-20 18:34                 ` Sean
2005-09-20 18:48                 ` Russell King
2005-09-21  0:43               ` Gene Heskett
2005-09-21 18:22         ` Bill Davidsen
2005-09-20 23:03 ` Martin J. Bligh
2005-09-20 23:11   ` Nish Aravamudan
2005-09-20 23:12   ` James Bottomley
2005-09-20 23:13     ` Martin J. Bligh
2005-09-21 22:51       ` Martin J. Bligh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050920210057.GC4982@one-eyed-alien.net \
    --to=mdharm-kernel@one-eyed-alien.net \
    --cc=gene.heskett@verizon.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®