From 717504224e9a5acd7bc33b2f68e253e1e47e6f9d Mon Sep 17 00:00:00 2001 From: Andreas Roehler Date: Wed, 27 Jan 2010 11:29:16 +0100 Subject: [PATCH] getting emacs from launchpad --- code/elbb.el | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/code/elbb.el b/code/elbb.el index ea7f190..3a0242c 100644 --- a/code/elbb.el +++ b/code/elbb.el @@ -1,3 +1,30 @@ +* getting emacs from launchpad + +From: Lennart Borgman +Date: Tue, 26 Jan 2010 22:46:47 +0100 +To: henry atting +Subject: Re: bazaar question + +On Tue, Jan 26, 2010 at 10:31 PM, henry atting wrote: +> I find it annoying that I have to grapple with bazaar if I +> want to go on building emacs from source. Do I really have to pull +> the whole emacs tree starting from the first published sources in the +> Roman Empire? +> +> Tried it with `bazaar branch http://bzr.savannah.gnu.org/r/emacs/trunk/' +> but stopped, unpatiently, after 20 minutes. +> Is this the only way to get the latest source? + + +You can get them from Launchpad too. That is faster since they have +installed the bazaar fast server (or what it is called). + + bzr branch lp:emacs trunk + +After that updates are quick (in the trunk subdir): + + bzr update + * debug modification of a variable From: Tassilo Horn -- 2.11.4.GIT