From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: BZR and the bootstrap Date: Sat, 07 Aug 2010 18:49:54 +0200 Message-ID: <4C5D8EB2.7090601@alice.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281293864 11284 80.91.229.12 (8 Aug 2010 18:57:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Aug 2010 18:57:44 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 08 20:57:43 2010 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.69) (envelope-from ) id 1OiB40-0000CD-PI for ged-emacs-devel@m.gmane.org; Sun, 08 Aug 2010 20:57:41 +0200 Original-Received: from localhost ([127.0.0.1]:41686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiB3m-0008Ad-T2 for ged-emacs-devel@m.gmane.org; Sun, 08 Aug 2010 14:57:27 -0400 Original-Received: from [140.186.70.92] (port=56384 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oi9W2-000430-0V for emacs-devel@gnu.org; Sun, 08 Aug 2010 13:18:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ohmaw-0001st-Un for emacs-devel@gnu.org; Sat, 07 Aug 2010 12:50:06 -0400 Original-Received: from smtp206.alice.it ([82.57.200.102]:35147) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ohmaw-0001rm-Pi for emacs-devel@gnu.org; Sat, 07 Aug 2010 12:50:02 -0400 Original-Received: from [82.57.155.50] (82.57.155.50) by smtp206.alice.it (8.5.124.08) id 4C1A268C032A9D47 for emacs-devel@gnu.org; Sat, 7 Aug 2010 18:50:00 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) 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:128423 Archived-At: Usually, I bootstrap Emacs [trunk] doing, in short, cd emacs-trunk bzr up mkdir build cd build ../configure... make bootstrap etc. Now I have noticed, when my internet connection is on (1), that BZR is called during the bootstrap. This is flagged both by 'top' and the modem lights. Why BZR is called? What is it doing? What happens if I switch off the connection (2)? It seems that if I strip the bzr tree by '.*' file (3), $ find emacs-trunk -name ".*" -delete and the connection is on, BZR isn't called at all! So, which is the right way to bootstrap: (1), (2) or (3)? Ciao, Angelo.