From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VaSw1-0000X6-Pi for mharc-grub-devel@gnu.org; Sun, 27 Oct 2013 12:11:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaSvx-0000X0-0c for grub-devel@gnu.org; Sun, 27 Oct 2013 12:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaSvs-0005gc-8C for grub-devel@gnu.org; Sun, 27 Oct 2013 12:11:20 -0400 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:40913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaSvr-0005gY-Vc for grub-devel@gnu.org; Sun, 27 Oct 2013 12:11:16 -0400 Received: by mail-la0-f53.google.com with SMTP id eo20so4404114lab.26 for ; Sun, 27 Oct 2013 09:11:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=nFi5A2frLjDVpoX2rJ8vK/FsRR6VHUsQ+1dfNxS9C2o=; b=VbMttnIMY1OmQ+ZrRqIJeWAhvax3yg5tU8f8yxOnA4JReyNLCwDW0oOnZaxgzgT1Se /SGiEf40UmcOwUZedNgbCn4pqmW7zINnVC5two6L63RcC0ddB/C1eKGk7/MMp5X9DxLc eH7xL9OrBq5QX8ON5TzCWWj7f31NAvBbZEdTjdqys73upDjzm3kTYFqvlq9+BIfv7gGI Pe1USCVD8NLJb0RBwoYA2WAr4R65QSQFrvezZAOUgjBxMDJ/29zlSA5D6RvgTcnNFwpU xc1rBrAZoUYscg9TfTab1YXX4sSiQ4g5EyYbmi9AMm2ngETf0YybUHny4W72VyXAZHId SQrw== X-Received: by 10.152.235.40 with SMTP id uj8mr283274lac.39.1382890274916; Sun, 27 Oct 2013 09:11:14 -0700 (PDT) Received: from opensuse.site (ppp91-76-150-246.pppoe.mtu-net.ru. [91.76.150.246]) by mx.google.com with ESMTPSA id u18sm9900363lbp.4.2013.10.27.09.11.14 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 27 Oct 2013 09:11:14 -0700 (PDT) Date: Sun, 27 Oct 2013 20:11:13 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] update grub web page with reference to GIT instead of bzr. Message-ID: <20131027201113.2d33a4ff@opensuse.site> In-Reply-To: <526D3901.10005@gmail.com> References: <526BE17E.1060802@czarc.net> <526BED74.6050502@gmail.com> <526C2313.9000703@gmail.com> <20131027105404.7bdc8507@opensuse.site> <526D2791.9050308@gmail.com> <20131027192428.5fe0ef59@opensuse.site> <20131027194646.0b4c8428@opensuse.site> <526D3901.10005@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::235 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 16:11:25 -0000 В Sun, 27 Oct 2013 11:02:09 -0500 Bruce Dubbs пишет: > Andrey Borzenkov wrote: > > В Sun, 27 Oct 2013 19:24:28 +0400 > > Andrey Borzenkov пишет: > > > >> > >> 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? > >> > > > > Not sure if I can commit, but - does below look sane? > > The files are actually maintained via templates and a Makefile to attach > headers and footers that can be updated easily. The file that you want > to change is templates/grub-download.body. > Usually generated files are not placed under SCM control ... thank you for the hint. > If you do have commit privs, please do not update the html directly. > I do not know until I try :) Feel free to commit. Index: templates/grub-download.body =================================================================== RCS file: /web/grub/grub/templates/grub-download.body,v retrieving revision 1.1 diff -u -p -r1.1 grub-download.body --- templates/grub-download.body 5 Jan 2012 23:35:45 -0000 1.1 +++ templates/grub-download.body 27 Oct 2013 16:09:34 -0000 @@ -8,29 +8,18 @@ site Bazaar repository. If you are +href="http://git-scm.com/" >GIT 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:

+GIT:

-
bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub
+
git clone git://git.savannah.gnu.org/grub.git

For developers with write access via ssh, use:

-
bzr branch bzr+ssh://<membername>@bzr.savannah.gnu.org/grub/trunk/grub
+
git clone <membername>@git.sv.gnu.org:/srv/git/grub.git
-

You can also use scp and rsync if needed.

- -

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. -

- -

Other branches are listed at the GRUB branch index and individual developer -repositories. These branches are not browsable, but can be checked -out with Bazaar.

+

You can also use HTTP if needed.

[% INCLUDE footer %]