Hello!
I just tried to fetch all trees listed in Next/Trees.
Therefore I updated Trees to have arm via http instead of master ssh
(so non-kernel-devs can fetch it) and updated a typo for lsm and agp.
The scripts I use can be found in my ~/bin-git:
http://unix.schottelius.org/cgi-bin/gitweb.cgi?p=nsbin;a=commit;h=41abb532b828c1c704d10566918c2d42637d161d
The patch for Trees in attached (Signed-off-by: Nico Schottelius <[email protected]>).
The nfs-tree failed:
[15:37] denkbrett:linux-nico% sh ~/bin/linux/merge-branches.sh
fatal: Couldn't find remote ref refs/heads/linux-next
Problem with nfs (see above)
Sincerly,
Nico
--
Think about Free and Open Source Software (FOSS).
http://nico.schottelius.org/documentations/foss/the-term-foss/
PGP: BFE4 C736 ABE5 406F 8F42 F7CF B8BE F92A 9885 188C
Hello again!
Found out that #linux-next should have been #nfsd-next and updated
the patch to match.
Patch attached.
Nico
On Mon, Aug 04, 2008 at 05:09:40PM +0200, Nico -telmich- Schottelius wrote:
> Hello again!
>
> Found out that #linux-next should have been #nfsd-next and updated
> the patch to match.
>
> Patch attached.
I'm lost:
> -nfs git git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git#linux-next
> +nfs git git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git#nfsd-next
There is no branch named "nfsd-next" in that git repository. (Do I
misunderstand how this file is supposed to work?) The only nfsd-next I
know of is the one I push to at:
git://linux-nfs.org/~bfields/linux.git nfsd-next
--b.
Hello Bruce!
J. Bruce Fields [Mon, Aug 04, 2008 at 01:35:56PM -0400]:
> On Mon, Aug 04, 2008 at 05:09:40PM +0200, Nico -telmich- Schottelius wrote:
> > Hello again!
> >
> > Found out that #linux-next should have been #nfsd-next and updated
> > the patch to match.
> >
> > Patch attached.
>
> I'm lost:
>
> > -nfs git git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git#linux-next
> > +nfs git git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git#nfsd-next
>
> There is no branch named "nfsd-next" in that git repository. (Do I
> misunderstand how this file is supposed to work?) The only nfsd-next I
> know of is the one I push to at:
>
> git://linux-nfs.org/~bfields/linux.git nfsd-next
Sorry, I was somehow confused by the error reported in my original mail,
searched for something that matched my eyes and took the wrong git-tree
at http://git.linux-nfs.org/.
So it must in fact be
git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git#linux-next
Sorry for the inconvenience!
Nico