update the location of the CVS repository.

This commit is contained in:
okuji 2001-06-20 21:02:46 +00:00
parent 123b813394
commit 00a436ee38
3 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2001-06-21 OKUJI Yoshinori <okuji@gnu.org>
* docs/grub.texi: Update the location of the CVS repository
[/home/cvs -> /cvsroot/grub].
* README: Likewise.
2001-06-19 OKUJI Yoshinori <okuji@gnu.org>
* stage2/boot.c (load_image): If the image is a Multiboot ELF OS

4
README
View file

@ -51,9 +51,9 @@ NOTE: you should stick to the GNU Coding Standards. Look at the URL
DEVELOPERS: to subscribe to the mailing list, see
<http://mail.gnu.org/mailman/listinfo/bug-grub>. You can get the latest
GRUB CVS tree from `:pserver:anoncvs@subversions.gnu.org:/home/cvs',
GRUB CVS tree from `:pserver:anoncvs@subversions.gnu.org:/cvsroot/grub',
module `grub'. Just hit enter when CVS prompts you for a password.
See <http://www.gnu.org/software/devel.html#CVS> for more details.
See <http://savannah.gnu.org/projects/grub/>, for more details.
If you are really interested in the rapid development, you can subscribe
to the list <commit-grub@gnu.org>. See

View file

@ -3560,7 +3560,7 @@ and the GRUB images. This will also install the GRUB manual.
Also, the latest version is available from the CVS. The repository is:
@code{:pserver:anoncvs@@subversions.gnu.org:/home/cvs}
@code{:pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub}
and the module is:
@ -3570,9 +3570,9 @@ The password for anoncvs is empty. So the instruction is:
@example
@group
@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/home/cvs login}
@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub login}
@kbd{Password: @key{ENTER}}
@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/home/cvs co grub}
@kbd{cvs -d :pserver:anoncvs@@subversions.gnu.org:/cvsroot/grub co grub}
@end group
@end example