From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N79oM-0003Fe-Sa for mharc-grub-devel@gnu.org; Sun, 08 Nov 2009 10:36:14 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N79oK-0003Ey-W2 for grub-devel@gnu.org; Sun, 08 Nov 2009 10:36:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N79oF-0003Cg-Cm for grub-devel@gnu.org; Sun, 08 Nov 2009 10:36:11 -0500 Received: from [199.232.76.173] (port=59113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N79oF-0003Cd-7n for grub-devel@gnu.org; Sun, 08 Nov 2009 10:36:07 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:53407) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N79oE-0001aq-R4 for grub-devel@gnu.org; Sun, 08 Nov 2009 10:36:07 -0500 Received: by ewy28 with SMTP id 28so2655677ewy.42 for ; Sun, 08 Nov 2009 07:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=ijNf2ACmq8c0mxkA4dzcRkQBv1E7qpfcn+pbZvzzaJs=; b=nqwMzejdKRQVHfOSVQMofQQd0/CUFdDLTxLaApWkNb4orxunH97ypVahECqkJ6tmnY Jys2AVN9jQfg88dEfG0PDI9xSVf7uUwZSIgTF1mubi3hsbKkOLlK5MO5FxW/E5TcHiTf BP2RIRdaeblul22L0goC1pP8r/rvP/0NKnDq4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=B7g9SWU1GGW7yiXhVUeknm/XJh8uPXt/L8jQmV2qiVMBvvukEvwIjcxGJaruolY64R nGmMzyKxB0taGQJ2KhWFJ9I1ZYO87ZTVNkLMzkPYLHX82G1PS76JSacq7XCCx5QSv3WS 41AB0DHm8fnFUlBdbgegRnxq06Q0CVBVFVluM= Received: by 10.213.100.168 with SMTP id y40mr2044025ebn.28.1257694565155; Sun, 08 Nov 2009 07:36:05 -0800 (PST) Received: from debian.bg45.phnet (24-106.76-83.cust.bluewin.ch [83.76.106.24]) by mx.google.com with ESMTPS id 10sm3798583eyz.19.2009.11.08.07.36.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 08 Nov 2009 07:36:04 -0800 (PST) Message-ID: <4AF6E563.9070208@gmail.com> Date: Sun, 08 Nov 2009 16:36:03 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: bzr is online X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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, 08 Nov 2009 15:36:13 -0000 Hello, all. As you may have heard or noticed we had a data corruption in bzr repository. We couldn't find for sure what caused it but we could recover it, Robert Millan is running regular backups. But please be careful in the future. 1) Don't use bzr-svn. The IDs won't match anyway so it's useless. I removed bzr-svn altogether 2) Don't use bzr+ssh. Old daemon on savannah is one of possible vectors. --2a format should block it but don't even try please. Use sftp://bzr.savannah.gnu.org/srv/bzr/grub/ 3) Take precautions when handling your current branches. As the IDs don't match the bzr trunk you need to migrate it anyway. If you have small number of branches and history isn't important just create a patch and apply it to new bzr branch of current trunk. If you have large number of branches or no local copy contact me privately. 4) Regularly run "bzr check" on your repository 5) Sign your commits. For this add create_signatures = always to your bazaar.conf This has double use: security and integrity. Currentyl we haven't set up syncronisation between bzr and svn. Wait further instructions before comitting to mainstream -- Regards Vladimir 'phcoder' Serbinenko