From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Development sources and Bazaar Date: Tue, 29 Dec 2009 22:29:46 +0200 Organization: JURTA Message-ID: <87iqbpmslh.fsf@mail.jurta.org> References: <4B3A2299.4000801@alice.it> <87vdfpmtad.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262118717 23028 80.91.229.12 (29 Dec 2009 20:31:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 20:31:57 +0000 (UTC) Cc: Emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 29 21:31:49 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPijG-00038y-Ka for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 21:31:42 +0100 Original-Received: from localhost ([127.0.0.1]:33834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPijG-0007li-Dx for ged-emacs-devel@m.gmane.org; Tue, 29 Dec 2009 15:31:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPijA-0007lP-Qh for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:31:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPij4-0007jf-1s for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:31:36 -0500 Original-Received: from [199.232.76.173] (port=45962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPij3-0007jZ-Vp for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:31:30 -0500 Original-Received: from smtp-out3.starman.ee ([85.253.0.5]:48142 helo=mx1.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPij3-00013B-JX for emacs-devel@gnu.org; Tue, 29 Dec 2009 15:31:29 -0500 X-Virus-Scanned: by Amavisd-New at mx1.starman.ee Original-Received: from mail.starman.ee (82.131.30.98.cable.starman.ee [82.131.30.98]) by mx1.starman.ee (Postfix) with ESMTP id 5323F3F4121; Tue, 29 Dec 2009 22:31:24 +0200 (EET) In-Reply-To: <87vdfpmtad.fsf@mail.jurta.org> (Juri Linkov's message of "Tue, 29 Dec 2009 22:14:50 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118980 Archived-At: >> Hi guys, >> now that CVS does not seem to work any more, how can one get Emacs head >> sources on systems which have a too old version of BZR? >> >> For example, on my GNU/Linux Kubuntu 8.04, BZR version is 1.3.1 and does >> not recognize the Bazaar tree. Instead, on Cygwin and GNU/Linux K. 9.10, >> it works, because those systems have a more recent BZR. > > For Kubuntu 8.04 I suggest to create a new file > /etc/apt/sources.list.d/bzr.list with the following > content and to run `apt-get update': > > # FROM http://bazaar-vcs.org/DistroDownloads#Ubuntu > # FROM https://launchpad.net/~bzr/+archive/ppa?field.series_filter=hardy > deb http://ppa.launchpad.net/bzr/ppa/ubuntu hardy main > # deb-src http://ppa.launchpad.net/bzr/ppa/ubuntu hardy main And I forgot to mention that when it will ask you for keys you can add them with the command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEY -- Juri Linkov http://www.jurta.org/emacs/