grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] update grub web page with reference to GIT instead of bzr.


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [PATCH] update grub web page with reference to GIT instead of bzr.
Date: Sun, 27 Oct 2013 17:55:33 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 27.10.2013 16:46, Andrey Borzenkov wrote:
> В Sun, 27 Oct 2013 19:24:28 +0400
> Andrey Borzenkov <address@hidden> пишет:
> 
>>
>> That's where website lags behind. GRUB switched to GIT a while ago. See
>>
>> https://savannah.gnu.org/git/?group=grub
>>
>> As for web site - I do not know; Vladimir, who can edit this?
>>
> 
AFAIR everyone who is allowed to commit but remember 2 things:
1) it's in CVS
2) it take a little while to update after upload.
> Not sure if I can commit, but - does below look sane? I'm, not sure
> whether other branches in GIT need to be mentioned; I guess they are
> more or less on "as needed" basis.
The branches multiboot, multiboot2 and grub-legacy are permanent, others
are on the need basis. We keep grub-legacy for copyright tracking
reasons, users are not supposed to use it at all.
> 
> Index: grub-download.html
> ===================================================================
> RCS file: /web/grub/grub/grub-download.html,v
> retrieving revision 1.4
> diff -u -p -r1.4 grub-download.html
> --- grub-download.html        5 Jan 2012 23:35:41 -0000       1.4
> +++ grub-download.html        27 Oct 2013 15:44:08 -0000
> @@ -44,32 +44,19 @@ site <a href="ftp://ftp.gnu.org/gnu/grub
>  </p>
>  
>  <p> All the development is done through a <a
> -href="http://bazaar.canonical.com/"; >Bazaar</a> repository.  If you are
> +href="http://git-scm.com/"; >GIT</a> repository.  If you are
>  interested in the cutting-edge version of GNU GRUB, for example, to test a
>  newer version or to add new features, we strongly recommend giving the latest
>  repository version a try.  You can obtain the latest GRUB source from the
> -Bazaar:</p>
> +GIT:</p>
>  
> -<pre><code>bzr branch 
> http://bzr.savannah.gnu.org/r/grub/trunk/grub</code></pre>
> +<pre><code>git clone git://git.savannah.gnu.org/grub.git</code></pre>
>  
>  <p>For developers with write access via ssh, use:</p>
>  
> -<pre><code>bzr branch 
> bzr+ssh://&lt;membername&gt;@bzr.savannah.gnu.org/grub/trunk/grub</code></pre>
> -
> -<p>You can also use scp and rsync if needed.</p>
> -
> -<p>In the Bazaar repository, a number of other development trees may be 
> found.
> -Notably the experimental branch of GRUB is a staging area where less tested 
> (or
> -more intrusive) changes are put before they are merged into trunk. 
> -</p>
> -
> -<p>Other branches are listed at the GRUB <a
> -href="http://bzr.savannah.gnu.org/r/grub/branches/";>branch index</a> and <a
> -href="http://bzr.savannah.gnu.org/r/grub/people/";>individual developer
> -repositories</a>.  These branches are not browsable, but can be checked
> -out with Bazaar.</p>
> -
> +<pre><code>git clone 
> &lt;membername&gt;@git.sv.gnu.org:/srv/git/grub.git</code></pre>
>  
> +<p>You can also use HTTP if needed.</p>
>  
>  <!-- begin footer -->
>  
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]