From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: eshell-defgroup. Do we really need this? Date: Sun, 03 Aug 2008 21:02:07 +0200 Organization: orebokech dot com Message-ID: <87abftq5w0.fsf@elegiac.orebokech.com> References: <20080729222754.GC2208@muc.de> <86myjx3lt8.fsf@lifelogs.com> <48921019.6030308@gmail.com> <8663qk3g0w.fsf@lifelogs.com> <87y73giryj.fsf@elegiac.orebokech.com> <86iquk1nsk.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217790157 28805 80.91.229.12 (3 Aug 2008 19:02:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Aug 2008 19:02:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 03 21:03:27 2008 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 1KPirS-0006Pp-Gq for ged-emacs-devel@m.gmane.org; Sun, 03 Aug 2008 21:03:22 +0200 Original-Received: from localhost ([127.0.0.1]:59783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPiqX-0003bl-KK for ged-emacs-devel@m.gmane.org; Sun, 03 Aug 2008 15:02:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPiqT-0003bY-Oz for emacs-devel@gnu.org; Sun, 03 Aug 2008 15:02:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPiqT-0003bA-2Q for emacs-devel@gnu.org; Sun, 03 Aug 2008 15:02:21 -0400 Original-Received: from [199.232.76.173] (port=43695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPiqS-0003b4-MZ for emacs-devel@gnu.org; Sun, 03 Aug 2008 15:02:20 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:57982 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KPiqS-0003Nt-A8 for emacs-devel@gnu.org; Sun, 03 Aug 2008 15:02:20 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KPiqO-0008Os-3x for emacs-devel@gnu.org; Sun, 03 Aug 2008 19:02:16 +0000 Original-Received: from home.orebokech.com ([82.67.41.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Aug 2008 19:02:16 +0000 Original-Received: from romain by home.orebokech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Aug 2008 19:02:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: home.orebokech.com X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM 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:102008 Archived-At: Ted Zlatanov writes: > I can set mine up on Ubuntu 6.x and 7.x and MacOS X. [...] I'll > do --with-ns, --without-x, and --with-x on MacOS X and just the > latter two on the Ubuntu systems. There seems to be some confusion here: are you proposing to set up a new master instance, or to provide build slaves for my master? If the former, your buildbot will live at a separate URLs, which may not be ideal. If the latter, the commands are defined by the master and you don't need any config file. Actually, now that I think about it, we should probably redo the configuration from scratch and have separate masters for the trunk and the 22 branch, as Python does...